Skip to content

Commit 4e3aced

Browse files
author
maddieclayton
authored
Merge pull request #5299 from Azure/MiYanni-patch-1
Example 2 fix
2 parents accf20d + 496845b commit 4e3aced

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)