Skip to content

Commit 6ba0911

Browse files
authored
Merge pull request #126359 from changeworld/patch-235
Fix URL
2 parents d8d9a68 + 90fee4b commit 6ba0911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/scenarios-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When you create the role assignment resource, you need to specify a fully qualif
9393
```bicep
9494
param principalId string
9595
96-
@description('This is the built-in Contributor role. See https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#contributor')
96+
@description('This is the built-in Contributor role. See https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#contributor')
9797
resource contributorRoleDefinition 'Microsoft.Authorization/roleDefinitions@2022-04-01' existing = {
9898
scope: subscription()
9999
name: 'b24988ac-6180-42a0-ab88-20f7382dd24c'

0 commit comments

Comments
 (0)