File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
articles/governance/machine-configuration/how-to/assign-configuration Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,16 @@ An array of key-value pairs to pass into the Machine Configuration Assignment. F
94
94
- The value defines the desired value to set or audit for the assignment.
95
95
96
96
### Configuration Setting
97
+
97
98
These properties represent other configurable settings presented by Machine Configuration.
98
- ``` yaml
99
- ConfigurationMode : See "AssignmentType" above, supports same parameters. Must match.
100
- ActionAfterReboot : Controls the action of the Machine Configuration Agent after applying a reboot.
101
- RebootIfNeeded : If supported by the module, allows for suppressing of Restarts if a Reboot is determined to be needed
102
- ` ` `
99
+
100
+
101
+ - ` ConfigurationMode ` - Valid values are the same as [ Assignment type] ( #assignment-type ) . This
102
+ value must be the same as the value for ` Assignment Type ` .
103
+ - ` ActionAfterReboot ` - Controls the action of the Machine Configuration Agent after applying a
104
+ reboot.
105
+ - ` RebootIfNeeded ` - If supported by the module, allows for suppressing of restarts if a reboot is
106
+ needed.
103
107
104
108
### Example Request
105
109
You can’t perform that action at this time.
0 commit comments