File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/governance/policy/samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ is triggered to add the tag with the value in parameter **tagValue**.
20
20
21
21
### Sample 1: Explanation
22
22
23
- :::code language="json" source="~ /policy-templates/patterns/pattern-effect-details-1.json" range="30-34 ":::
23
+ :::code language="json" source="~ /policy-templates/patterns/pattern-effect-details-1.json" range="40-50 ":::
24
24
25
- An ** modify** effect requires the ** policyRule.then.details** block that defines
25
+ A ** modify** effect requires the ** policyRule.then.details** block that defines
26
26
** roleDefinitionIds** and ** operations** . These parameters inform Azure Policy what roles are needed
27
27
to add the tag and remediate the resource and which ** modify** operation to perform. In this
28
28
example, the ** operation** is _ add_ and the parameters are used to set the tag and its value.
You can’t perform that action at this time.
0 commit comments