@@ -60,19 +60,21 @@ following properties.
60
60
- ` Guest Configuration Parameters ` - A JSON Object of additional parameters specific to Guest
61
61
Configuration.
62
62
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:
65
65
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 )
76
78
77
79
### Assignment Type
78
80
Instructions to the Guest Configuration agent as to how it should process the assignment.
0 commit comments