remove workaround (#984)

This commit is contained in:
Mikhail Timofeev
2020-06-03 10:50:24 +03:00
committed by GitHub
parent 43e26fa96b
commit 5d67652502

View File

@@ -3,8 +3,7 @@
## Desc: Install Azure CLI
################################################################################
# Temporary hardcode 2.5.1 installation until version 2.7.0 with the fix for the issue is not released https://github.com/actions/virtual-environments/issues/948
Choco-Install -PackageName azure-cli -ArgumentList "--version=2.5.1"
Choco-Install -PackageName azure-cli
$AzureCliExtensionPath = Join-Path $Env:CommonProgramFiles 'AzureCliExtensionDirectory'
New-Item -ItemType "directory" -Path $AzureCliExtensionPath