Skip to content

Commit 45e82fa

Browse files
authored
Adding x-ms-ids for Automanage (#17596)
* Adding x-ms-ids for Autoanage * corrections after rebase * removing common types changes
1 parent bea83ca commit 45e82fa

File tree

1 file changed

+14
-13
lines changed
  • specification/automanage/resource-manager/Microsoft.Automanage/preview/2021-04-30-preview

1 file changed

+14
-13
lines changed

specification/automanage/resource-manager/Microsoft.Automanage/preview/2021-04-30-preview/automanage.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@
257257
}
258258
],
259259
"responses": {
260-
"201": {
261-
"description": "Created. The configuration profile was created successfully.",
260+
"200": {
261+
"description": "OK. The configuration profile was updated successfully.",
262262
"schema": {
263263
"$ref": "#/definitions/ConfigurationProfile"
264264
}
265265
},
266-
"200": {
267-
"description": "OK. The configuration profile was updated successfully.",
266+
"201": {
267+
"description": "Created. The configuration profile was created successfully.",
268268
"schema": {
269269
"$ref": "#/definitions/ConfigurationProfile"
270270
}
@@ -586,14 +586,14 @@
586586
}
587587
],
588588
"responses": {
589-
"201": {
590-
"description": "Created. The configuration profile was created successfully.",
589+
"200": {
590+
"description": "OK. The configuration profile was updated successfully.",
591591
"schema": {
592592
"$ref": "#/definitions/ConfigurationProfile"
593593
}
594594
},
595-
"200": {
596-
"description": "OK. The configuration profile was updated successfully.",
595+
"201": {
596+
"description": "Created. The configuration profile was created successfully.",
597597
"schema": {
598598
"$ref": "#/definitions/ConfigurationProfile"
599599
}
@@ -894,14 +894,14 @@
894894
}
895895
],
896896
"responses": {
897-
"201": {
898-
"description": "Created. The Automanage configuration profile assignment for the VM was created successfully.",
897+
"200": {
898+
"description": "OK. The configuration profile assignment for the VM was updated successfully.",
899899
"schema": {
900900
"$ref": "#/definitions/ConfigurationProfileAssignment"
901901
}
902902
},
903-
"200": {
904-
"description": "OK. The configuration profile assignment for the VM was updated successfully.",
903+
"201": {
904+
"description": "Created. The Automanage configuration profile assignment for the VM was created successfully.",
905905
"schema": {
906906
"$ref": "#/definitions/ConfigurationProfileAssignment"
907907
}
@@ -1481,7 +1481,8 @@
14811481
"type": "array",
14821482
"items": {
14831483
"type": "object"
1484-
}
1484+
},
1485+
"x-ms-identifiers": []
14851486
},
14861487
"ConfigurationProfileUpdate": {
14871488
"description": "Definition of the configuration profile.",

0 commit comments

Comments
 (0)