File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ResourceManager/Resources/Commands.Resources/help Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The input role definition MUST contain the following properties:
39
39
2 ) Description: a short description of the role that summarizes the access that the role grants.
40
40
41
41
3 ) Actions: the set of operations to which the custom role grants access.
42
- Use Get-AzureRmProviderOperations to get the operation for Azure resource providers that can be secured using Azure RBAC.
42
+ Use Get-AzureRmProviderOperation to get the operation for Azure resource providers that can be secured using Azure RBAC.
43
43
Following are some valid operation strings:
44
44
- "* /read" grants access to read operations of all Azure resource providers.
45
45
- "Microsoft.Network/* /read" grants access to read operations for all resource types in the Microsoft.Network resource provider of Azure.
You can’t perform that action at this time.
0 commit comments