Skip to content

Commit d274639

Browse files
authored
Merge pull request #116844 from s-amann/patch-1
replaces duplicated code block with example for remediation task
2 parents 8ec3290 + c576ef6 commit d274639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/openshift/howto-tag-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ You can remediate previously assigned tags and add new tags using an Azure Polic
481481
1. Trigger the remediation task:
482482
483483
```
484-
az policy assignment update -n $POLICY_ASSIGNMENT
485-
--params param-values.json
484+
az policy remediation create --resource-group $MANAGED_RESOURCE_GROUP --name myRemediation --policy-assignment $POLICY_ASSIGNMENT
485+
486486
```
487487
488488
1. Allow the remediation task time to run and observe the tags being updated on the managed resource group and its resources.

0 commit comments

Comments
 (0)