Skip to content

Commit

Permalink
Update nested_roleAssignments.bicep (#3243)
Browse files Browse the repository at this point in the history
removed an extra bracket on line 58
  • Loading branch information
oliverlabs authored May 12, 2023
1 parent ff5e257 commit 45ace74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var builtInRoleNames = {
}

resource eventHub 'Microsoft.EventHub/namespaces/eventhubs@2021-11-01' existing = {
name: '${split(resourceId, '/')[8]}/${split(resourceId, '/')[10]}}'
name: '${split(resourceId, '/')[8]}/${split(resourceId, '/')[10]}'
}

resource roleAssignment 'Microsoft.Authorization/roleAssignments@2022-04-01' = [for principalId in principalIds: {
Expand Down

0 comments on commit 45ace74

Please sign in to comment.