Skip to content

Commit 98d92f0

Browse files
Merge pull request #222630 from pilor/denyActionNames
AzurePolicy: Fix denyAction property name
2 parents 56aedfc + 547bb26 commit 98d92f0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/governance/policy/concepts/effects.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,12 @@ Cascade deletion occurs when deleting of a parent resource is implicitly deletes
482482

483483
The **details** property of the DenyAction effect has all the subproperties that define the action and behaviors.
484484

485-
- **actionType** (required)
485+
- **actionNames** (required)
486486
- An _array_ that specifies what actions to prevent from being executed.
487-
- Supported action type is: `delete`.
487+
- Supported action names are: `delete`.
488488
- **cascadeBehaviors** (optional)
489489
- An _object_ that defines what behavior will be followed when the resource is being implicitly deleted by the removal of a resource group.
490-
- Only supported for `mode:indexed`.
490+
- Only supported in policy definitions with [mode](./definition-structure.md#resource-manager-modes) set to `indexed`.
491491
- Allowed values are `allow` or `deny`.
492492
- Default value is `deny`.
493493

@@ -758,8 +758,7 @@ operations. Policy assignments with effect set as Modify require a [managed iden
758758

759759
The following operations are supported by Modify:
760760

761-
- Add, replace, or remove resource tags. For tags, a Modify policy should have `mode` set to
762-
_Indexed_ unless the target resource is a resource group.
761+
- Add, replace, or remove resource tags. For tags, a Modify policy should have [mode](./definition-structure.md#resource-manager-modes) set to `indexed` unless the target resource is a resource group.
763762
- Add or replace the value of managed identity type (`identity.type`) of virtual machines and
764763
Virtual Machine Scale Sets.
765764
- Add or replace the values of certain aliases.

0 commit comments

Comments
 (0)