Skip to content

Commit 90effcf

Browse files
Update articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent fb87bfc commit 90effcf

File tree

1 file changed

+7
-7
lines changed
  • articles/governance/machine-configuration/how-to/assign-configuration

1 file changed

+7
-7
lines changed

articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ following list:
7777
information, see [Configuration Setting](#configuration-setting)
7878

7979
### Assignment Type
80-
Instructions to the Guest Configuration agent as to how it should process the assignment.
8180

82-
```yaml
83-
Audit: Will only assess compliance with an assignment, will not attempt to make any changes
84-
ApplyAndAutoCorrect: Will continuously audit and auto-correct for compliance
85-
ApplyAndMonitor: Will apply the settings once and monitor for compliance but will not attempt to correct settings a second time
86-
ApplyOnce: Will apply the settings once but will not monitor or check for compliance thereafter
87-
```
81+
An assignment type defines how the Guest Configuration agent should process the assignment. Valid
82+
values are:
83+
84+
- `Audit` - Only assess compliance with an assignment. Don't make any changes.
85+
- `ApplyAndAutoCorrect` - Continuously audit and auto-correct for compliance.
86+
- `ApplyAndMonitor` - Apply the settings once, then monitor for compliance but don't correct settings.
87+
- `ApplyOnce` - Apply the settings once.
8888

8989
### Configuration Parameter
9090
An array of key-value pairs to pass into the Machine Configuration Assignment.

0 commit comments

Comments
 (0)