Skip to content

Commit e6daff5

Browse files
committed
Fix JSON
1 parent 40b9938 commit e6daff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/role-based-access-control/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ resource roleAssignment 'Microsoft.Authorization/roleAssignments@2020-10-01-prev
157157
{
158158
"type": "Microsoft.Authorization/roleAssignments",
159159
"apiVersion": "2020-10-01-preview",
160-
"name": "[guid(resourceGroup().id, variables('principalId'), variables('roleDefinitionId')]",
160+
"name": "[guid(resourceGroup().id, variables('principalId'), variables('roleDefinitionId'))]",
161161
"properties": {
162162
"roleDefinitionId": "[variables('roleDefinitionId')]",
163163
"principalId": "[variables('principalId')]",

0 commit comments

Comments
 (0)