File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments