Skip to content

Commit

Permalink
Bump Dependencies (#882)
Browse files Browse the repository at this point in the history
* Update

* Update
  • Loading branch information
Jefajers committed May 2, 2024
1 parent 0fb8d3b commit 907acd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/AzOps.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Customer Architecture Team (CAT)
#
# Generated on: 04/19/2024
# Generated on: 4/30/2024
#

@{
Expand Down Expand Up @@ -52,10 +52,10 @@ PowerShellVersion = '7.2'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'PSFramework'; RequiredVersion = '1.10.318'; },
@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.17.0'; },
@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.19.0'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.3'; },
@{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.13.0'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.16.1'; })
@{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.13.1'; },
@{ModuleName = 'Az.Resources'; RequiredVersion = '6.16.2'; })

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
Expand Down
2 changes: 1 addition & 1 deletion src/tests/subscriptiononly/SubOnly.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
SubOnly.Tests.ps1
The tests within this file validate that the `Invoke-AzOpsPull` function is invoking as expected with the correct output data.
The tests within this file validate that AzOps is invoking as expected with the correct output data.
This file must be invoked by the Pester.ps1 file as the Global variable testroot is required for invocation.
#>

Expand Down

0 comments on commit 907acd6

Please sign in to comment.