mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 19:38:57 +08:00
Upgrade to Az 3.8
This commit is contained in:
committed by
Mikhail Timofeev
parent
34562cc42e
commit
81d0914962
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user