Skip to content

Commit 8d17115

Browse files
Small Typo in Assign Role
1 parent fbafedd commit 8d17115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/deploy-to-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The following template assigns a role at the tenant scope.
217217
```bicep
218218
targetScope = 'tenant'
219219
220-
@description('principalId if the user that will be given contributor access to the resourceGroup')
220+
@description('principalId of the user that will be given contributor access to the resourceGroup')
221221
param principalId string
222222
223223
@description('roleDefinition for the assignment - default is owner')

0 commit comments

Comments
 (0)