Skip to content

Commit c027913

Browse files
authored
Merge pull request #109398 from DCtheGeek/dmc-policy-ghi51108
Fixes MicrosoftDocs/azure-docs#51108 - Correct snippet range
2 parents 8c6bb49 + 5e93c31 commit c027913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/samples/pattern-effect-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ is triggered to add the tag with the value in parameter **tagValue**.
2020

2121
### Sample 1: Explanation
2222

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":::
2424

25-
An **modify** effect requires the **policyRule.then.details** block that defines
25+
A **modify** effect requires the **policyRule.then.details** block that defines
2626
**roleDefinitionIds** and **operations**. These parameters inform Azure Policy what roles are needed
2727
to add the tag and remediate the resource and which **modify** operation to perform. In this
2828
example, the **operation** is _add_ and the parameters are used to set the tag and its value.

0 commit comments

Comments
 (0)