We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ec3290 + c576ef6 commit d274639Copy full SHA for d274639
articles/openshift/howto-tag-resources.md
@@ -481,8 +481,8 @@ You can remediate previously assigned tags and add new tags using an Azure Polic
481
1. Trigger the remediation task:
482
483
```
484
- az policy assignment update -n $POLICY_ASSIGNMENT
485
- --params param-values.json
+ az policy remediation create --resource-group $MANAGED_RESOURCE_GROUP --name myRemediation --policy-assignment $POLICY_ASSIGNMENT
+
486
487
488
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