File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
articles/governance/machine-configuration/how-to/assign-configuration Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ ms.custom: devx-track-arm-rest-api
9
9
10
10
# How to create a Machine Configuration Assignment using the Azure Rest API
11
11
12
- Any configuration you can perform in the Azure Portal can be performed directly via the Azure Rest API and using any HttpClient.
13
-
14
- This article shows examples for deploying built-in configurations and retrieving status reports.
12
+ This article shows examples for deploying built-in configurations and can be performed using cUrl or any http client of your choice.
15
13
16
14
In each of the following sections, the example includes a ** type** property where the name starts
17
15
with ` Microsoft.Compute/virtualMachines ` . The guest configuration resource provider
@@ -146,7 +144,7 @@ curl --request PUT \
146
144
147
145
### Response
148
146
149
- You will recieve a response with the created assignment, and any additional needed parameters are automatically completed in for you.
147
+ The response contains the created assignment, and any additional needed parameters are automatically completed in for you.
150
148
151
149
``` json
152
150
{
You can’t perform that action at this time.
0 commit comments