Skip to content

Commit 860d73e

Browse files
authored
Update wording and clarify configuration instructions
1 parent 9d97c87 commit 860d73e

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Replace the following "<>" fields with values specific to your environment:
2525

2626
- `<base_url>` : The same for all requests, but be certain to update the provider to specify between `Microsoft.Compute/virtualMachines` or `Microsoft.HybridCompute/machines` as appropriate:
2727
```https://management.azure.com/subscriptions/<vm_Subscription>/resourceGroups/<vm_ResourceGroup>/providers/<providerType>```
28-
- `<vm_name>`: Specify the name of the machine resource to apply the configuration on.
28+
- `<vm_name>`: Specify the name of the Machine Resource for this assignment
2929
- `<configuration_name>`: Specify the name of the configuration to apply.
3030
- `<api_version>` : Select the appropriate API-version, the newest version is `2022-01-25`
3131
## Assign a built-in configuration
@@ -47,7 +47,7 @@ A request is composed of the following properties, which together make up a Mach
4747

4848
### Azure Resource Properties
4949

50-
The comprise the top level of properties depicted in the sample above.
50+
These fields comprise the top level of properties as depicted in the sample request, and is made of the following properties.
5151

5252

5353
```yaml
@@ -57,7 +57,7 @@ Guest Configuration Parameters: Contains a JSON Object of additional parameters
5757
```
5858
5959
### Guest Configuration parameters
60-
These parameters represent the majority of a Machine Configuration Assignment and are defined as follows.
60+
These parameters represent most of a Machine Configuration Assignment and are defined as follows.
6161
6262
```yaml
6363
Name: Name of the Built-In Machine Configuration Package
@@ -67,7 +67,7 @@ ContentHash: Required when assigning a custom Package
6767
ContentType: BuiltIn or Custom, automatically set by the service
6868
AssignmentType: Assigns one of the AssignmentTypes defined below
6969
ConfigurationParameters: Contains an array of parameters to pass in to the assignment. These differ per package
70-
ConfigurationSettings: Contains additional configuration options for the assignment.
70+
ConfigurationSettings: Contains other configuration options for the assignment.
7171
```
7272
7373
### Assignment Type
@@ -89,7 +89,7 @@ Value: The desired value to set or audit for the assignment.
8989
```
9090
9191
### Configuration Setting
92-
Configurable additional settings presented by Machine Configuration.
92+
These properties represent other configurable settings presented by Machine Configuration.
9393
```yaml
9494
ConfigurationMode: See "AssignmentType" above, supports same parameters. Must match.
9595
ActionAfterReboot: Controls the action of the Machine Configuration Agent after applying a reboot.
@@ -146,7 +146,7 @@ curl --request PUT \
146146

147147
### Response
148148

149-
You will recieve a response with the created assignment, and any additional needed parameters will be automatically filled in for you.
149+
You will recieve a response with the created assignment, and any additional needed parameters are automatically completed in for you.
150150

151151
```json
152152
{

0 commit comments

Comments
 (0)