Skip to content

Commit fb87bfc

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 f9e10f6 commit fb87bfc

File tree

1 file changed

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

1 file changed

+14
-12
lines changed

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ following properties.
6060
- `Guest Configuration Parameters` - A JSON Object of additional parameters specific to Guest
6161
Configuration.
6262

63-
### Guest Configuration parameters
64-
These parameters represent most of a Machine Configuration Assignment and are defined as follows.
63+
These parameters represent most of a Machine Configuration Assignment and are defined in the
64+
following list:
6565

66-
```yaml
67-
Name: Name of the Built-In Machine Configuration Package
68-
Version: Version of the Package to use. (You can use `"1.*"` to always deploy the newest version of a package)
69-
ContentUri: Required when assigning a custom Package, contains the URI of an accessible location containing the package content
70-
ContentHash: Required when assigning a custom Package
71-
ContentType: BuiltIn or Custom, automatically set by the service
72-
AssignmentType: Assigns one of the AssignmentTypes defined below
73-
ConfigurationParameters: Contains an array of parameters to pass in to the assignment. These differ per package
74-
ConfigurationSettings: Contains other configuration options for the assignment.
75-
```
66+
- `Name` - The name of the Built-In Machine Configuration Package
67+
- `Version` - The version of the package to use. You can use `"1.*"` to always deploy the newest
68+
version of a package.
69+
- `ContentUri` - Required when assigning a custom package, this property defines the URI of an
70+
accessible location containing the package content.
71+
- `ContentHash` - Required when assigning a custom package.
72+
- `ContentType` - `BuiltIn` or `Custom`. The service sets this value automatically.
73+
- `AssignmentType` - Assigns one of the [Assignment Types](#assignment-type).
74+
- `ConfigurationParameters` - An array of parameters to pass in to the assignment. These differ per
75+
package.
76+
- `ConfigurationSettings` - Defines other configuration options for the assignment. For more
77+
information, see [Configuration Setting](#configuration-setting)
7678

7779
### Assignment Type
7880
Instructions to the Guest Configuration agent as to how it should process the assignment.

0 commit comments

Comments
 (0)