Skip to content

Commit f6b031c

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ steps:
106106
managedIdentityList: $(OUT_RESULT)
107107
managedIdentityCount: $(OUT_RESULT_LENGTH)
108108
managedIdentityName: '$(ACNCI_MANAGEDIDENTITY_PREFIX)$(LOCAL_ACNCI_UNIQUE_ID)-$(resourcegroups.ACNCI_BUILD_RESOURCEGROUP_LOCATION)'
109+
managedIdentityLocation: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP_LOCATION)
109110
resourceGroupName: $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP)
110111
buildTagDefinitionIdKey: $(ACNCI_BUILDTAG_DEFINITIONID)
111112
buildTagCreatedByAppIdKey: $(ACNCI_BUILDTAG_CREATEDBYAPPID)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ steps:
6161
ROLEDEFINITION_JSON: ${{ parameters.inputs.roleDefinitionJson }}
6262

6363
${{ elseif eq(parameters.resourceType, 'managedidentity') }}:
64+
RESOURCEGROUP_NAME: ${{ parameters.inputs.resourceGroupName }}
6465
MANAGEDIDENTITY_NAME: ${{ parameters.inputs.managedIdentityName }}
6566
MANAGEDIDENTITY_LOCATION: ${{ parameters.inputs.managedIdentityLocation }}
66-
RESOURCEGROUP_NAME: ${{ parameters.inputs.resourceGroupName }}
6767

6868
inputs:
6969
azureSubscription: ${{ parameters.serviceConnection }}

0 commit comments

Comments
 (0)