Skip to content

Commit 645d8c8

Browse files
authored
Update REST API documentation for machine configuration
1 parent 860d73e commit 645d8c8

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ ms.custom: devx-track-arm-rest-api
99

1010
# How to create a Machine Configuration Assignment using the Azure Rest API
1111

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.
1513

1614
In each of the following sections, the example includes a **type** property where the name starts
1715
with `Microsoft.Compute/virtualMachines`. The guest configuration resource provider
@@ -146,7 +144,7 @@ curl --request PUT \
146144

147145
### Response
148146

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.
150148

151149
```json
152150
{

0 commit comments

Comments
 (0)