Skip to content

Commit 93d250b

Browse files
authored
Fix wrong Assignment Types
Assignment types are case-sensitive. Correct values must be in CamelCase, otherwise the deployment of remediation tasks will fail. Example for wrong **ApplyandAutoCorrect** insted of correct **ApplyAndAutoCorrect** ``` "status": "Failed", "error": { "code": "DeploymentOperationFailed", "message": "Input provided for ApplyandAutoCorrect is invalid." ```
1 parent 1b8bde9 commit 93d250b

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)