Skip to content

Commit 55bfdb9

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent 72e88a0 commit 55bfdb9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ steps:
236236
inputs:
237237
storageAccountName: '$(ACNCI_SA_PREFIX)$(LOCAL_ACNCI_UNIQUE_ID)'
238238
resourceGroupName: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP)
239+
resourceGroupLocation: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP_LOCATION)
239240
managedIdentityResourceId: $(managedidentity.ACNCI_MANAGEDIDENTITY_ID)
240241
buildTagDefinitionIdKey: $(ACNCI_BUILDTAG_DEFINITIONID)
241242
buildTagCreatedByAppIdKey: $(ACNCI_BUILDTAG_CREATEDBYAPPID)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ steps:
5555
MANAGEDIDENTITY_ARMID: ${{ parameters.inputs.managedIdentityResourceId }}
5656
RESOURCEGROUP_NAME: ${{ parameters.inputs.resourceGroupName }}
5757
RESOURCEGROUP_LOCATION: ${{ parameters.inputs.resourceGroupLocation }}
58+
STORAGEACCOUNT_NAME: ${{ parameters.inputs.storageAccountName }}
5859

5960
${{ elseif eq(parameters.resourceType, 'roledefinition') }}:
6061
ROLEDEFINITION_JSON: ${{ parameters.inputs.roleDefinitionJson }}

0 commit comments

Comments
 (0)