mirror of
https://github.com/actions/runner-images.git
synced 2025-12-31 22:43:22 +08:00
Upgrade to Az 3.8
This commit is contained in:
committed by
GitHub
parent
605aa45dec
commit
e5002c0d6c
@@ -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