Skip to content

Commit b1fdf1c

Browse files
Acrolinx edit
1 parent 7913dfd commit b1fdf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/devtest-labs/devtest-lab-grant-user-permissions-to-specific-lab-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once you have the **ObjectId** for the user and a custom role name, you can assi
6969
PS C:\>New-AzRoleAssignment -ObjectId 05DEFF7B-0AC3-4ABF-B74D-6A72CD5BF3F3 -RoleDefinitionName "Policy Contributor" -Scope /subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroupName>/providers/Microsoft.DevTestLab/labs/<LabName>/policySets/default/policies/AllowedVmSizesInLab
7070
```
7171

72-
In the previous example, the **AllowedVmSizesInLab** policy is used. You can use any of the following polices:
72+
In the previous example, the **AllowedVmSizesInLab** policy is used. You can use any of the following policies:
7373

7474
* MaxVmsAllowedPerUser
7575
* MaxVmsAllowedPerLab

0 commit comments

Comments
 (0)