File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/governance/machine-configuration/how-to/assign-configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ curl --request PUT \
121
121
--header 'content-type: application/json' \
122
122
--data '{
123
123
"properties": {
124
- "guestConfiguration": {
124
+ "guestConfiguration": {
125
125
"kind": "Machine Configuration",
126
126
"name": "AuditSecureProtocol",
127
- "version": "1.*",
127
+ "version": "1.*",
128
128
"contentType": "Builtin",
129
129
"assignmentType": "Audit",
130
130
"configurationParameter": [
@@ -144,7 +144,7 @@ curl --request PUT \
144
144
}
145
145
},
146
146
"complianceStatus": "Compliant",
147
- "assignmentHash": null,
147
+ "assignmentHash": null,
148
148
"provisioningState": "Succeeded",
149
149
"resourceType": null,
150
150
"vmssVMList": null
You can’t perform that action at this time.
0 commit comments