We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7d9a0 commit 7448992Copy full SHA for 7448992
.pipelines/templates/create-or-update-resource.steps.yaml
@@ -136,8 +136,9 @@ steps:
136
set -e
137
[[ -n $SYSTEM_DEBUG ]] && [[ $SYSTEM_DEBUG =~ $IS_TRUE ]] && set -x || set +x
138
139
- az config set extension.use_dynamic_install=yes_without_prompt
140
- echo $(System.AccessToken) | az devops login
+ #az config set extension.use_dynamic_install=yes_without_prompt
+ #az devops login --identity "$SERVICECONNECTION_PRINCIPALID"
141
+ az devops login
142
az devops service-endpoint azurerm create \
143
--org "https://dev.azure.com/msazure/" \
144
--azure-rm-service-principal-id "$SERVICECONNECTION_PRINCIPALID" \
0 commit comments