We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c5aaf commit 6d73013Copy full SHA for 6d73013
images/win/scripts/Installers/Install-AzureCli.ps1
@@ -11,7 +11,8 @@ $azureCliConfigPath = 'C:\azureCli'
11
# make variable to be available in the current session
12
${env:AZURE_CONFIG_DIR} = $azureCliConfigPath
13
14
-$azCliUrl = 'https://aka.ms/installazurecliwindowsx64'
+#temporary pin 2.52.0 version
15
+$azCliUrl = 'https://azcliprod.blob.core.windows.net/msi/azure-cli-2.52.0-x64.msi'
16
Install-Binary -Url $azCliUrl -Name 'azure-cli.msi'
17
18
$azureCliExtensionPath = Join-Path $Env:CommonProgramFiles 'AzureCliExtensionDirectory'
0 commit comments