From 81d0914962e9ae040f093aa6f60e0e2d18c9821b Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Mon, 27 Apr 2020 10:40:52 +0100 Subject: [PATCH] Upgrade to Az 3.8 --- images/win/scripts/Installers/Install-AzureModules.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-AzureModules.ps1 b/images/win/scripts/Installers/Install-AzureModules.ps1 index 5a67584a1..3f41a7743 100644 --- a/images/win/scripts/Installers/Install-AzureModules.ps1 +++ b/images/win/scripts/Installers/Install-AzureModules.ps1 @@ -39,6 +39,7 @@ $psAzureModulesToInstall = @{ "2.6.0" "3.1.0" "3.5.0" + "3.8.0" ) } @@ -65,4 +66,4 @@ foreach($psmoduleName in $psAzureModulesToInstall.Keys) # Add AzureRM and Azure modules to the PSModulePath $finalModulePath = '{0};{1};{2}' -f "${installPSModulePath}\azurerm_2.1.0", "${installPSModulePath}\azure_2.1.0", $env:PSModulePath -[Environment]::SetEnvironmentVariable("PSModulePath", $finalModulePath, "Machine") \ No newline at end of file +[Environment]::SetEnvironmentVariable("PSModulePath", $finalModulePath, "Machine")