From e1233f304858fa494bf4a2309bb8140747e97188 Mon Sep 17 00:00:00 2001 From: Jesper Fajers Date: Tue, 30 Apr 2024 08:36:46 +0000 Subject: [PATCH 1/2] Update --- src/AzOps.psd1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AzOps.psd1 b/src/AzOps.psd1 index 116b8d91..a553c30b 100644 --- a/src/AzOps.psd1 +++ b/src/AzOps.psd1 @@ -3,7 +3,7 @@ # # Generated by: Customer Architecture Team (CAT) # -# Generated on: 04/19/2024 +# Generated on: 4/30/2024 # @{ @@ -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 = @() From 361b8ab130f1787ed58304881133d89cd13726ff Mon Sep 17 00:00:00 2001 From: Jesper Fajers Date: Tue, 30 Apr 2024 09:03:01 +0000 Subject: [PATCH 2/2] Update --- src/tests/subscriptiononly/SubOnly.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/subscriptiononly/SubOnly.Tests.ps1 b/src/tests/subscriptiononly/SubOnly.Tests.ps1 index d9d16f09..29ebb5fc 100644 --- a/src/tests/subscriptiononly/SubOnly.Tests.ps1 +++ b/src/tests/subscriptiononly/SubOnly.Tests.ps1 @@ -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. #>