|
257 | 257 | } |
258 | 258 | ], |
259 | 259 | "responses": { |
260 | | - "201": { |
261 | | - "description": "Created. The configuration profile was created successfully.", |
| 260 | + "200": { |
| 261 | + "description": "OK. The configuration profile was updated successfully.", |
262 | 262 | "schema": { |
263 | 263 | "$ref": "#/definitions/ConfigurationProfile" |
264 | 264 | } |
265 | 265 | }, |
266 | | - "200": { |
267 | | - "description": "OK. The configuration profile was updated successfully.", |
| 266 | + "201": { |
| 267 | + "description": "Created. The configuration profile was created successfully.", |
268 | 268 | "schema": { |
269 | 269 | "$ref": "#/definitions/ConfigurationProfile" |
270 | 270 | } |
|
586 | 586 | } |
587 | 587 | ], |
588 | 588 | "responses": { |
589 | | - "201": { |
590 | | - "description": "Created. The configuration profile was created successfully.", |
| 589 | + "200": { |
| 590 | + "description": "OK. The configuration profile was updated successfully.", |
591 | 591 | "schema": { |
592 | 592 | "$ref": "#/definitions/ConfigurationProfile" |
593 | 593 | } |
594 | 594 | }, |
595 | | - "200": { |
596 | | - "description": "OK. The configuration profile was updated successfully.", |
| 595 | + "201": { |
| 596 | + "description": "Created. The configuration profile was created successfully.", |
597 | 597 | "schema": { |
598 | 598 | "$ref": "#/definitions/ConfigurationProfile" |
599 | 599 | } |
|
894 | 894 | } |
895 | 895 | ], |
896 | 896 | "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.", |
899 | 899 | "schema": { |
900 | 900 | "$ref": "#/definitions/ConfigurationProfileAssignment" |
901 | 901 | } |
902 | 902 | }, |
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.", |
905 | 905 | "schema": { |
906 | 906 | "$ref": "#/definitions/ConfigurationProfileAssignment" |
907 | 907 | } |
|
1481 | 1481 | "type": "array", |
1482 | 1482 | "items": { |
1483 | 1483 | "type": "object" |
1484 | | - } |
| 1484 | + }, |
| 1485 | + "x-ms-identifiers": [] |
1485 | 1486 | }, |
1486 | 1487 | "ConfigurationProfileUpdate": { |
1487 | 1488 | "description": "Definition of the configuration profile.", |
|
0 commit comments