Upgrade to Az 3.8

This commit is contained in:
Christoph Bergmeister [MVP]
2020-04-27 10:40:52 +01:00
committed by Mikhail Timofeev
parent 34562cc42e
commit 81d0914962

View File

@@ -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")
[Environment]::SetEnvironmentVariable("PSModulePath", $finalModulePath, "Machine")