Skip to content

Commit bfa4b8c

Browse files
Merge pull request #41046 from pilor/patch-5
Fix typo in modify example
2 parents e29b3bf + 40723a4 commit bfa4b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/concepts/effects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ following tag changes:
196196
{
197197
"operation": "addOrReplace",
198198
"field": "tags['Dept']",
199-
"field": "[parameters('DeptName')]"
199+
"value": "[parameters('DeptName')]"
200200
}
201201
]
202202
}
@@ -629,4 +629,4 @@ validate the right policies are affecting the right scopes.
629629
- Understand how to [programmatically create policies](../how-to/programmatically-create.md).
630630
- Learn how to [get compliance data](../how-to/getting-compliance-data.md).
631631
- Learn how to [remediate non-compliant resources](../how-to/remediate-resources.md).
632-
- Review what a management group is with [Organize your resources with Azure management groups](../../management-groups/overview.md).
632+
- Review what a management group is with [Organize your resources with Azure management groups](../../management-groups/overview.md).

0 commit comments

Comments
 (0)