Skip to content

Commit 1f1366e

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ steps:
148148
--azure-rm-subscription-id "$SUBSCRIPTION_ID" \
149149
--azure-rm-subscription-name "$SUBSCRIPTION_NAME" \
150150
--azure-rm-tenant-id "$SERVICECONNECTION_TENANT_ID"\
151-
--name "SERVICECONNECTION_NAME" \
151+
--name "$SERVICECONNECTION_NAME" \
152152
--project "One" --debug
153153
154154

.pipelines/templates/get-resources.steps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ steps:
5151

5252
${{ elseif eq(parameters.resourceType, 'serviceconnection') }}:
5353
# Allows use of az devops commands
54+
AZURE_DEVOPS_EXT_AZURE_RM_SERVICE_PRINCIPAL_KEY: $(System.AccessToken)
5455
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
5556
SERVICECONNECTION_NAME: ${{ parameters.inputs.serviceConnectionName }}
5657

0 commit comments

Comments
 (0)