Skip to content

Commit 5ae05fc

Browse files
authored
[Identity] Adjust CI setup script (Azure#37238)
The version of Azure CLI no longer needs to be pinned. Removing this pin should also resolve the CI failures trying to install it. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 6db6bd9 commit 5ae05fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/identity/test-resources-pre.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ $templateFileParameters['sshPubKey'] = $sshKey
4848
Write-Host "Sleeping for a bit to ensure service principal is ready."
4949
Start-Sleep -s 45
5050

51-
# Install this specific version of the Azure CLI to avoid https://github.com/Azure/azure-cli/issues/28358.
52-
pip install azure-cli=="2.56.0"
53-
5451
$az_version = az version
5552
Write-Host "Azure CLI version: $az_version"
5653
az login --service-principal -u $TestApplicationId --tenant $TenantId --allow-no-subscriptions --federated-token $env:ARM_OIDC_TOKEN

0 commit comments

Comments
 (0)