Skip to content

Commit d2448c6

Browse files
authored
Merge pull request #94592 from chriscattermole/patch-3
Small Typo in Assign Role
2 parents 6784cea + 8d17115 commit d2448c6

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)