diff --git a/specification/automanage/resource-manager/Microsoft.Automanage/preview/2021-04-30-preview/automanage.json b/specification/automanage/resource-manager/Microsoft.Automanage/preview/2021-04-30-preview/automanage.json index fbeea72e8cbb..0944a080f5d9 100644 --- a/specification/automanage/resource-manager/Microsoft.Automanage/preview/2021-04-30-preview/automanage.json +++ b/specification/automanage/resource-manager/Microsoft.Automanage/preview/2021-04-30-preview/automanage.json @@ -257,14 +257,14 @@ } ], "responses": { - "201": { - "description": "Created. The configuration profile was created successfully.", + "200": { + "description": "OK. The configuration profile was updated successfully.", "schema": { "$ref": "#/definitions/ConfigurationProfile" } }, - "200": { - "description": "OK. The configuration profile was updated successfully.", + "201": { + "description": "Created. The configuration profile was created successfully.", "schema": { "$ref": "#/definitions/ConfigurationProfile" } @@ -586,14 +586,14 @@ } ], "responses": { - "201": { - "description": "Created. The configuration profile was created successfully.", + "200": { + "description": "OK. The configuration profile was updated successfully.", "schema": { "$ref": "#/definitions/ConfigurationProfile" } }, - "200": { - "description": "OK. The configuration profile was updated successfully.", + "201": { + "description": "Created. The configuration profile was created successfully.", "schema": { "$ref": "#/definitions/ConfigurationProfile" } @@ -894,14 +894,14 @@ } ], "responses": { - "201": { - "description": "Created. The Automanage configuration profile assignment for the VM was created successfully.", + "200": { + "description": "OK. The configuration profile assignment for the VM was updated successfully.", "schema": { "$ref": "#/definitions/ConfigurationProfileAssignment" } }, - "200": { - "description": "OK. The configuration profile assignment for the VM was updated successfully.", + "201": { + "description": "Created. The Automanage configuration profile assignment for the VM was created successfully.", "schema": { "$ref": "#/definitions/ConfigurationProfileAssignment" } @@ -1394,7 +1394,8 @@ "type": "array", "items": { "type": "object" - } + }, + "x-ms-identifiers": [] }, "ConfigurationProfileUpdate": { "description": "Definition of the configuration profile.",