You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/policy/concepts/effects.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -482,12 +482,12 @@ Cascade deletion occurs when deleting of a parent resource is implicitly deletes
482
482
483
483
The **details** property of the DenyAction effect has all the subproperties that define the action and behaviors.
484
484
485
-
-**actionType** (required)
485
+
-**actionNames** (required)
486
486
- An _array_ that specifies what actions to prevent from being executed.
487
-
- Supported action type is: `delete`.
487
+
- Supported action names are: `delete`.
488
488
-**cascadeBehaviors** (optional)
489
489
- 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`.
491
491
- Allowed values are `allow` or `deny`.
492
492
- Default value is `deny`.
493
493
@@ -758,8 +758,7 @@ operations. Policy assignments with effect set as Modify require a [managed iden
758
758
759
759
The following operations are supported by Modify:
760
760
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.
763
762
- Add or replace the value of managed identity type (`identity.type`) of virtual machines and
0 commit comments