Skip to content

Commit 496845b

Browse files
authored
Example 2 fix
Removed the -ExpandPrincipalGroups parameter for Example 2, since it is an invalid parameter for that parameter set. For more details, see #5193
1 parent accf20d commit 496845b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources/help/Get-AzureRmRoleAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ List all role assignments in the subscription
164164

165165
### Example 2
166166
```
167-
PS C:\> Get-AzureRmRoleAssignment -ResourceGroupName testRG -SignInName [email protected] -ExpandPrincipalGroups
167+
PS C:\> Get-AzureRmRoleAssignment -ResourceGroupName testRG -SignInName [email protected]
168168
```
169169

170170
Gets all role assignments made to user [email protected], and the groups of which he is member, at the testRG scope or above.

0 commit comments

Comments
 (0)