Skip to content

Commit 7448992

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent 1b7d9a0 commit 7448992

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pipelines/templates/create-or-update-resource.steps.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ steps:
136136
set -e
137137
[[ -n $SYSTEM_DEBUG ]] && [[ $SYSTEM_DEBUG =~ $IS_TRUE ]] && set -x || set +x
138138
139-
az config set extension.use_dynamic_install=yes_without_prompt
140-
echo $(System.AccessToken) | az devops login
139+
#az config set extension.use_dynamic_install=yes_without_prompt
140+
#az devops login --identity "$SERVICECONNECTION_PRINCIPALID"
141+
az devops login
141142
az devops service-endpoint azurerm create \
142143
--org "https://dev.azure.com/msazure/" \
143144
--azure-rm-service-principal-id "$SERVICECONNECTION_PRINCIPALID" \

0 commit comments

Comments
 (0)