Skip to content

Commit ffd2b61

Browse files
authored
Resolving markdown formatting and casing suggestions
1 parent 81bc3f0 commit ffd2b61

File tree

1 file changed

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

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: How to create a machine configuration assignment using the Azure Rest API
3-
description: >-
4-
Learn how to deploy configurations to machines with the Azure Rest API.
3+
description: Learn how to deploy configurations to machines with the Azure Rest API.
54
ms.date: 03/26/2025
65
ms.topic: how-to
76
ms.custom: devx-track-arm-rest-api
@@ -50,7 +49,7 @@ Authorization Bearer <yourTokenHere>
5049
A request is composed of the following properties, which together make up a Machine Configuration
5150
Assignment.
5251

53-
### Azure Resource Properties
52+
### Azure Resource properties
5453

5554
These fields are the top level of properties as depicted in the sample request, and is made of the
5655
following properties.
@@ -76,7 +75,7 @@ following list:
7675
- `ConfigurationSettings` - Defines other configuration options for the assignment. For more
7776
information, see [Configuration Setting](#configuration-setting)
7877

79-
### Assignment Type
78+
### Assignment type
8079

8180
An assignment type defines how the Guest Configuration agent should process the assignment. Valid
8281
values are:
@@ -87,14 +86,14 @@ values are:
8786
settings.
8887
- `ApplyOnce` - Apply the settings once.
8988

90-
### Configuration Parameter
89+
### Configuration parameter
9190

9291
An array of key-value pairs to pass into the Machine Configuration Assignment. For each pair:
9392

9493
- The key defines the name of the parameter to configure.
9594
- The value defines the desired value to set or audit for the assignment.
9695

97-
### Configuration Setting
96+
### Configuration setting
9897

9998
These properties represent other configurable settings presented by Machine Configuration.
10099

@@ -106,7 +105,7 @@ These properties represent other configurable settings presented by Machine Conf
106105
- `RebootIfNeeded` - If supported by the module, allows for suppressing of restarts if a reboot is
107106
needed.
108107

109-
### Example Request
108+
### Example request
110109

111110
```
112111
let baseUrl = https://management.azure.com

0 commit comments

Comments
 (0)