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 2fd64bb commit 36165e0Copy full SHA for 36165e0
images/win/scripts/Installers/Install-AzureCli.ps1
@@ -11,8 +11,7 @@ $azureCliConfigPath = 'C:\azureCli'
11
# make variable to be available in the current session
12
${env:AZURE_CONFIG_DIR} = $azureCliConfigPath
13
14
-#temporary pin 2.52.0 version
15
-$azCliUrl = 'https://azcliprod.blob.core.windows.net/msi/azure-cli-2.52.0-x64.msi'
+$azCliUrl = 'https://aka.ms/installazurecliwindowsx64'
16
$azCliSignatureThumbprint = "72105B6D5F370B62FD5C82F1512F7AD7DEE5F2C0"
17
Install-Binary -Url $azCliUrl -Name 'azure-cli.msi' -ExpectedSignature $azCliSignatureThumbprint
18
0 commit comments