Skip to content

Commit

Permalink
Revert "port over deployment fixes"
Browse files Browse the repository at this point in the history
This reverts commit a33a318.
  • Loading branch information
maorleger committed Nov 14, 2024
1 parent a33a318 commit 43ee5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/identity/identity/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ trigger: none
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
Location: westus2
PreSteps:
- task: AzureCLI@2
displayName: Set OIDC variables
Expand Down
2 changes: 2 additions & 0 deletions sdk/identity/test-resources-pre.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +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"
# 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 43ee5f1

Please sign in to comment.