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.
2 parents 58ef147 + a7c6a38 commit 2b10d58Copy full SHA for 2b10d58
src/ResourceManager/Resources/Commands.Resources/help/Set-AzureRmRoleDefinition.md
@@ -58,7 +58,7 @@ PS C:\> $roleDef = Get-AzureRmRoleDefinition "Contoso On-Call"
58
PS C:\> $roleDef.Description = "Can monitor all resources and start and restart virtual machines"
59
PS C:\> $roleDef.AssignableScopes = @("/subscriptions/eb910d4f-edbf-429b-94F6-d76bae7ff401", "/subscriptions/a846d197-5eac-45c7-b885-a6227fe6d388")
60
61
- PS C:\> New-AzureRmRoleDefinition -Role $roleDef
+ PS C:\> Set-AzureRmRoleDefinition -Role $roleDef
62
```
63
64
### -------------------------- Create using JSON file --------------------------
0 commit comments