Skip to content

Commit 264c6dd

Browse files
committed
spelling error
1 parent d2a1faf commit 264c6dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/governance/policy/how-to/guest-configuration-create-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ and [Azure PowerShell](../assign-policy-powershell.md).
339339
Assigning an Azure Policy with _DeployIfNotExists_ type requires an additional level of access.
340340
To grant the least privilege, you can create a custom role definition
341341
that extends **Resource Policy Contributor**. The example below creates a role named
342-
**Resource Policy Contributor DINE** with the additional permission *Microsoft.Authoirzation/roleAssignments/write*.
342+
**Resource Policy Contributor DINE** with the additional permission *Microsoft.Authorization/roleAssignments/write*.
343343

344344
```azurepowershell-interactive
345345
$subscriptionid = '00000000-0000-0000-0000-000000000000'

articles/governance/policy/how-to/guest-configuration-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ initiative with [Portal](../assign-policy-portal.md), [Azure CLI](../assign-poli
386386
Assigning an Azure Policy with _DeployIfNotExists_ type requires an additional level of access.
387387
To grant the least privilege, you can create a custom role definition
388388
that extends **Resource Policy Contributor**. The example below creates a role named
389-
**Resource Policy Contributor DINE** with the additional permission *Microsoft.Authoirzation/roleAssignments/write*.
389+
**Resource Policy Contributor DINE** with the additional permission *Microsoft.Authorization/roleAssignments/write*.
390390

391391
```azurepowershell-interactive
392392
$subscriptionid = '00000000-0000-0000-0000-000000000000'

0 commit comments

Comments
 (0)