diff --git a/src/PolicyInsights/PolicyInsights/help/Start-AzPolicyRemediation.md b/src/PolicyInsights/PolicyInsights/help/Start-AzPolicyRemediation.md index 4307d6d04ffe..40257d0676cf 100644 --- a/src/PolicyInsights/PolicyInsights/help/Start-AzPolicyRemediation.md +++ b/src/PolicyInsights/PolicyInsights/help/Start-AzPolicyRemediation.md @@ -30,7 +30,7 @@ Start-AzPolicyRemediation -ResourceId -PolicyAssignmentId ``` ## DESCRIPTION -The **Start-AzPolicyRemediation** cmdlet creates a policy remediation for a particular policy assignment. All non-compliant resources at or below the remediation's scope will be remediated. Remediation is only supported for policies with the 'deployIfNotExists' effect. +The **Start-AzPolicyRemediation** cmdlet creates a policy remediation for a particular policy assignment. All non-compliant resources at or below the remediation's scope will be remediated. Remediation is only supported for policies with the 'deployIfNotExists' and 'modify' effect. ## EXAMPLES