Skip to content

Commit c64ea83

Browse files
authored
Merge pull request #101939 from persident/patch-2
Fix wrong Assignment Types
2 parents 8f72c3e + 93d250b commit c64ea83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/machine-configuration/machine-configuration-policy-effects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ that support **DeployIfNotExists**.
4747
| Assignment type | Behavior |
4848
|-|-|
4949
| Audit | Report on the state of the machine, but don't make changes. |
50-
| ApplyandMonitor | Applied to the machine once and then monitored for changes. If the configuration drifts and becomes NonCompliant, it won't be automatically corrected unless remediation is triggered. |
51-
| ApplyandAutoCorrect | Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation. |
50+
| ApplyAndMonitor | Applied to the machine once and then monitored for changes. If the configuration drifts and becomes NonCompliant, it won't be automatically corrected unless remediation is triggered. |
51+
| ApplyAndAutoCorrect | Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation. |
5252

5353
In each of the three assignment types, when a new policy assignment is assigned
5454
to an existing machine, a guest assignment is automatically created to

0 commit comments

Comments
 (0)