Skip to content

Commit 1db54e1

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent 08dac6a commit 1db54e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pipelines/templates/artifact-storage.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
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 ##

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ steps:
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

0 commit comments

Comments
 (0)