Skip to content

Commit 339519b

Browse files
author
maddieclayton
authored
Update New-AzureRmRoleDefinition.md
1 parent 2764d1e commit 339519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmRoleDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The input role definition MUST contain the following properties:
3939
2) Description: a short description of the role that summarizes the access that the role grants.
4040

4141
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.
4343
Following are some valid operation strings:
4444
- "*/read" grants access to read operations of all Azure resource providers.
4545
- "Microsoft.Network/*/read" grants access to read operations for all resource types in the Microsoft.Network resource provider of Azure.

0 commit comments

Comments
 (0)