Skip to content

Commit fa0680a

Browse files
author
Sheyla Trudo
committed
fixup! User Service Connections
1 parent 207e970 commit fa0680a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ steps:
188188
resourceType: serviceconnection
189189
serviceConnection: $(ACN_TEST_SERVICE_CONNECTION)
190190
inputs:
191-
serviceConnectionName: $(ACNCI_BUILDUSER_SERVICECONNECTION_NAME)
191+
serviceConnectionId: $(ACNCI_BUILDUSER_SERVICECONNECTION_ID)
192192
resourceGroupName: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP)
193193
buildTagDefinitionIdKey: $(ACNCI_BUILDTAG_DEFINITIONID)
194194
buildTagCreatedByAppIdKey: $(ACNCI_BUILDTAG_CREATEDBYAPPID)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ steps:
5858
${{ elseif eq(parameters.resourceType, 'serviceconnection') }}:
5959
# Allows use of az devops commands
6060
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
61-
SERVICECONNECTION_NAME: ${{ parameters.inputs.serviceConnectionName }}
61+
SERVICECONNECTION_ID: ${{ parameters.inputs.serviceConnectionId }}
6262

6363
inputs:
6464
azureSubscription: ${{ parameters.serviceConnection }}

0 commit comments

Comments
 (0)