Skip to content

Commit 7292e6e

Browse files
committed
fixed the long name length issue for role assignment
1 parent 2d32420 commit 7292e6e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,7 @@ module avmStorageAccount_RoleAssignment_avmContainerApp_blob 'br/public:avm/ptn/
282282
}
283283

284284
module avmStorageAccount_RoleAssignment_avmContainerApp_queue 'br/public:avm/ptn/authorization/resource-role-assignment:0.1.2' = {
285-
name: format(
286-
deployment_param.resource_name_format_string,
287-
'role-assignment-storage-data-contributor-container-app-queue'
288-
)
285+
name: format(deployment_param.resource_name_format_string, 'role-assignment-storage-contributor-container-app-queue')
289286
params: {
290287
resourceId: avmContainerApp.outputs.resourceId
291288
principalId: avmContainerApp.outputs.?systemAssignedMIPrincipalId

0 commit comments

Comments
 (0)