Skip to content

Commit 8b96c64

Browse files
Update articles/governance/machine-configuration/how-to/assign-configuration/rest-api.md
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent 4b62a11 commit 8b96c64

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ curl --request PUT \
121121
--header 'content-type: application/json' \
122122
--data '{
123123
"properties": {
124-
"guestConfiguration": {
124+
"guestConfiguration": {
125125
"kind": "Machine Configuration",
126126
"name": "AuditSecureProtocol",
127-
"version": "1.*",
127+
"version": "1.*",
128128
"contentType": "Builtin",
129129
"assignmentType": "Audit",
130130
"configurationParameter": [
@@ -144,7 +144,7 @@ curl --request PUT \
144144
}
145145
},
146146
"complianceStatus": "Compliant",
147-
"assignmentHash": null,
147+
"assignmentHash": null,
148148
"provisioningState": "Succeeded",
149149
"resourceType": null,
150150
"vmssVMList": null

0 commit comments

Comments
 (0)