Skip to content

Commit

Permalink
fix to login az
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Oct 4, 2024
1 parent f481d67 commit f677227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/template-test-run-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ steps:
az login \
--service-principal \
-u "$(arm-client-id-test-tenant)" \
-p "$(arm-client-secret-test-tenant)" \
-p="$(arm-client-secret-test-tenant)" \
--tenant "$(arm-tenant-id-test-tenant)"
# set default sub for az to be the same used by azd
Expand Down

0 comments on commit f677227

Please sign in to comment.