Skip to content

Commit dfff0bb

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ steps:
6767
MANAGEDIDENTITY_LOCATION: ${{ parameters.inputs.managedIdentityLocation }}
6868

6969
${{ elseif eq(parameters.resourceType, 'serviceconnection') }}:
70+
AZURE_DEVOPS_EXT_AZURE_RM_SERVICE_PRINCIPAL_KEY: $(System.AccessToken)
71+
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
7072
SERVICECONNECTION_PRINCIPALID: ${{ parameters.inputs.serviceConnectionPrincipalId }}
7173
SUBSCRIPTION_ID: ${{ parameters.inputs.subscriptionId }}
7274
SUBSCRIPTION_NAME: ${{ parameters.inputs.subscriptionName }}

0 commit comments

Comments
 (0)