Skip to content

Commit

Permalink
don't pin azure cli to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Nov 14, 2024
1 parent a6b5a36 commit 3e52961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/identity/test-resources-pre.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $env:IDENTITY_SP_CERT_PEM = $pemPath


if ($CI) {
# Install this specific version of the Azure CLI to avoid https://github.com/Azure/azure-cli/issues/28358.
pip install azure-cli=="2.56.0"
# Install latest version of the Azure CLI
pip install azure-cli
# The owner is a service principal
$templateFileParameters['principalUserType'] = 'ServicePrincipal'
Write-Host "Sleeping for a bit to ensure service principal is ready."
Expand Down

0 comments on commit 3e52961

Please sign in to comment.