File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/governance/machine-configuration/how-to/assign-configuration Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ following list:
77
77
information, see [ Configuration Setting] ( #configuration-setting )
78
78
79
79
### Assignment Type
80
- Instructions to the Guest Configuration agent as to how it should process the assignment.
81
80
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.
88
88
89
89
### Configuration Parameter
90
90
An array of key-value pairs to pass into the Machine Configuration Assignment.
You can’t perform that action at this time.
0 commit comments