Skip to content

Commit 7b5d664

Browse files
author
Sean Wheeler
authored
Fixed typo in Example #3
Feedback form LiveFyre. The scope parameter value is incorrect. "/subscriptions" should be plural.
1 parent 3bd30e6 commit 7b5d664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ PS C:\> Get-AzureRMADGroup -SearchString "Christine Koch Team"
115115
----------- ---- --------
116116
Christine Koch Team 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb
117117
118-
PS C:\> New-AzureRmRoleAssignment -ObjectId 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb -RoleDefinitionName Contributor -ResourceGroupName rg1
118+
PS C:\> New-AzureRmRoleAssignment -ObjectId 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb -RoleDefinitionName Contributor -ResourceGroupName rg1
119119
```
120120

121121
Grant access to a security group
122122

123123
### -------------------------- Example 3 --------------------------
124124
```
125-
PS C:\> New-AzureRmRoleAssignment -SignInName [email protected] -RoleDefinitionName Owner -Scope "/subscription/86f81fc3-b00f-48cd-8218-3879f51ff362/resourcegroups/rg1/providers/Microsoft.Web/sites/site1"
125+
PS C:\> New-AzureRmRoleAssignment -SignInName [email protected] -RoleDefinitionName Owner -Scope "/subscriptions/86f81fc3-b00f-48cd-8218-3879f51ff362/resourcegroups/rg1/providers/Microsoft.Web/sites/site1"
126126
```
127127

128128
Grant access to a user at a resource (website)

0 commit comments

Comments
 (0)