Skip to content

Commit cdf362d

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 46c05c6 commit cdf362d

File tree

1 file changed

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

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,16 @@ An array of key-value pairs to pass into the Machine Configuration Assignment. F
9494
- The value defines the desired value to set or audit for the assignment.
9595

9696
### Configuration Setting
97+
9798
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.
103107

104108
### Example Request
105109

0 commit comments

Comments
 (0)