Skip to content

Commit 2267dca

Browse files
committed
References to denyAction
1 parent 9126276 commit 2267dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/governance/policy/concepts/compliance-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ An applicable resource has a compliance state of exempt for a policy assignment
6161

6262
### Protected
6363

64-
Protected state signifies that the resource is covered under an assignment with a [denyAction](./effects.md#denyaction-preview) effect.
64+
Protected state signifies that the resource is covered under an assignment with a [denyAction](./effects.md#denyaction) effect.
6565

6666
### Not registered
6767

articles/governance/policy/concepts/definition-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ In the **Then** block, you define the effect that happens when the **If** condit
405405
<condition> | <logical operator>
406406
},
407407
"then": {
408-
"effect": "deny | audit | modify | append | auditIfNotExists | deployIfNotExists | disabled"
408+
"effect": "deny | audit | modify | denyAction | append | auditIfNotExists | deployIfNotExists | disabled"
409409
}
410410
}
411411
```

articles/governance/policy/concepts/evaluate-impact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ reviews the request. When the policy definition effect is [Modify](./effects.md#
1212
[Append](./effects.md#deny), or [DeployIfNotExists](./effects.md#deployifnotexists), Policy alters
1313
the request or adds to it. When the policy definition effect is [Audit](./effects.md#audit) or
1414
[AuditIfNotExists](./effects.md#auditifnotexists), Policy causes an Activity log entry to be created
15-
for new and updated resources. And when the policy definition effect is [Deny](./effects.md#deny) or [DenyAction](./effects.md#denyaction-preview), Policy stops the creation or alteration of the request.
15+
for new and updated resources. And when the policy definition effect is [Deny](./effects.md#deny) or [DenyAction](./effects.md#denyaction), Policy stops the creation or alteration of the request.
1616

1717
These outcomes are exactly as desired when you know the policy is defined correctly. However, it's
1818
important to validate a new policy works as intended before allowing it to change or block work. The

0 commit comments

Comments
 (0)