File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 TENANT_ID=$(az account show | jq -rc '.tenantId')
2323 echo >&2 "##vso[task.setvariable variable=ACNCI_BUILD_SUBSCRIPTION_ID;isoutput=true;issecret=true]$SUBSCRIPTION_ID"
2424 echo >&2 "##vso[task.setvariable variable=ACNCI_BUILD_SUBSCRIPTION_NAME;isoutput=true;issecret=true]$SUBSCRIPTION_NAME"
25- echo >&2 "##vso[task.setvariable variable=ACNCI_BUILD_TENANTID ;isoutput=true;issecret=true]$TENANT_ID"
25+ echo >&2 "##vso[task.setvariable variable=ACNCI_BUILD_TENANT_ID ;isoutput=true;issecret=true]$TENANT_ID"
2626
2727
2828# # Resource Groups ##
Original file line number Diff line number Diff line change 7272 SERVICECONNECTION_PRINCIPALID : ${{ parameters.inputs.serviceConnectionPrincipalId }}
7373 SUBSCRIPTION_ID : ${{ parameters.inputs.subscriptionId }}
7474 SUBSCRIPTION_NAME : ${{ parameters.inputs.subscriptionName }}
75- SERVICECONNECTION_TENANTID : ${{ parameters.inputs.tenantId }}
75+ SERVICECONNECTION_TENANT_ID : ${{ parameters.inputs.tenantId }}
7676 SERVICECONNECTION_NAME : ${{ parameters.inputs.serviceConnectionName }}
7777
7878 inputs :
@@ -147,7 +147,7 @@ steps:
147147 --azure-rm-service-principal-id "$SERVICECONNECTION_PRINCIPALID" \
148148 --azure-rm-subscription-id "$SUBSCRIPTION_ID" \
149149 --azure-rm-subscription-name "$SUBSCRIPTION_NAME" \
150- --azure-rm-tenant-id "$SERVICECONNECTION_TENANTID "\
150+ --azure-rm-tenant-id "$SERVICECONNECTION_TENANT_ID "\
151151 --name "SERVICECONNECTION_NAME" \
152152 --project "One" --debug
153153
You can’t perform that action at this time.
0 commit comments