Skip to content

Commit c576ef6

Browse files
authored
replaces duplicated code block with example for remediation task
Addresses an issue with "Trigger the remediation task" step containing the wrong code block.
1 parent 96f1f93 commit c576ef6

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)