mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 21:42:55 +08:00
add az 3.5.0
This commit is contained in:
@@ -64,5 +64,5 @@ foreach($psmoduleName in $psAzureModulesToInstall.Keys)
|
||||
}
|
||||
|
||||
# Add AzureRM and Azure modules to the PSModulePath
|
||||
$finalModulePath = '{0};{1};{2}' -f "${installPSModulePath}\azurerm_6.13.1", "${installPSModulePath}\azure_5.3.0", $env:PSModulePath
|
||||
$finalModulePath = '{0};{1};{2}' -f "${installPSModulePath}\azurerm_2.1.0", "${installPSModulePath}\azure_2.1.0", $env:PSModulePath
|
||||
[Environment]::SetEnvironmentVariable("PSModulePath", $finalModulePath, "Machine")
|
||||
Reference in New Issue
Block a user