Skip to content

Commit

Permalink
test - hardcode the tenantID
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Mar 18, 2024
1 parent a639a83 commit 063c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/template-az-cli-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ steps:
trap 'rm -f devops-spn.json' EXIT
base64 -d >devops-spn.json <<<${{ parameters.azureDevOpsJSONSPN }}
az login --service-principal -u "$(jq -r .clientId <devops-spn.json)" -p "$(jq -r .clientSecret <devops-spn.json)" -t "$(jq -r .tenantId <devops-spn.json)" --allow-no-subscriptions >/dev/null
az login --service-principal -u "$(jq -r .clientId <devops-spn.json)" -p "$(jq -r .clientSecret <devops-spn.json)" -t 72f988bf-86f1-41af-91ab-2d7cd011db47 --allow-no-subscriptions >/dev/null
displayName: 🗝 AZ Login

0 comments on commit 063c377

Please sign in to comment.