We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbafedd commit 8d17115Copy full SHA for 8d17115
articles/azure-resource-manager/bicep/deploy-to-tenant.md
@@ -217,7 +217,7 @@ The following template assigns a role at the tenant scope.
217
```bicep
218
targetScope = 'tenant'
219
220
-@description('principalId if the user that will be given contributor access to the resourceGroup')
+@description('principalId of the user that will be given contributor access to the resourceGroup')
221
param principalId string
222
223
@description('roleDefinition for the assignment - default is owner')
0 commit comments