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 dfff0bb commit d53e6beCopy full SHA for d53e6be
.pipelines/templates/create-or-update-resource.steps.yaml
@@ -138,9 +138,10 @@ steps:
138
set -e
139
[[ -n $SYSTEM_DEBUG ]] && [[ $SYSTEM_DEBUG =~ $IS_TRUE ]] && set -x || set +x
140
141
- #az config set extension.use_dynamic_install=yes_without_prompt
+ az config set extension.use_dynamic_install=yes_without_prompt
142
#az devops login --identity "$SERVICECONNECTION_PRINCIPALID"
143
- az devops login
+ az config set extension.dynamic_install_allow_preview=true
144
+ #az devops login
145
az devops service-endpoint azurerm create \
146
--org "https://dev.azure.com/msazure/" \
147
--azure-rm-service-principal-id "$SERVICECONNECTION_PRINCIPALID" \
0 commit comments