Skip to content

Commit 2902a58

Browse files
authored
Merge pull request #123200 from azarboon/patch-107
Update role-definitions.md
2 parents d7299a2 + 86360bc commit 2902a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following table describes what the role properties mean.
6161
| --- | --- |
6262
| `Name`</br>`roleName` | Display name of the role. |
6363
| `Id`</br>`name` | Unique ID of the role. Built-in roles have the same role ID across clouds. |
64-
| `id` | Fully qualified unique ID of the role. |
64+
| `id` | Fully qualified unique ID of the role. Even if the role is renamed, the role ID does not change. It's a best practice to use the role ID in your scripts. |
6565
| `IsCustom`</br>`roleType` | Indicates whether this role is a custom role. Set to `true` or `CustomRole` for custom roles. Set to `false` or `BuiltInRole` for built-in roles. |
6666
| `type` | Type of object. Set to `Microsoft.Authorization/roleDefinitions`. |
6767
| `Description`</br>`description` | Description of the role. |

0 commit comments

Comments
 (0)