From d5032dbe6fb64da91f12d8e634205f7a6864f556 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Tue, 3 Dec 2019 16:06:15 +0800 Subject: [PATCH] Changed some orders that missed by previous commit (#7877) --- .../2019-05-01-preview/appplatform.json | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/appplatform.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/appplatform.json index add9b2d53457..dd653a2a7d6f 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/appplatform.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/appplatform.json @@ -167,15 +167,6 @@ "description": "Operation to update an exiting Service.", "operationId": "Services_Update", "parameters": [ - { - "name": "resource", - "in": "body", - "description": "Parameters for the update operation", - "required": true, - "schema": { - "$ref": "#/definitions/ServiceResource" - } - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -187,6 +178,15 @@ }, { "$ref": "#/parameters/ServiceNameParameter" + }, + { + "name": "resource", + "in": "body", + "description": "Parameters for the update operation", + "required": true, + "schema": { + "$ref": "#/definitions/ServiceResource" + } } ], "responses": { @@ -270,15 +270,6 @@ "description": "Regenerate a test key for a Service.", "operationId": "Services_RegenerateTestKey", "parameters": [ - { - "name": "regenerateTestKeyRequest", - "in": "body", - "description": "Parameters for the operation", - "required": true, - "schema": { - "$ref": "#/definitions/RegenerateTestKeyRequestPayload" - } - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -290,6 +281,15 @@ }, { "$ref": "#/parameters/ServiceNameParameter" + }, + { + "name": "regenerateTestKeyRequest", + "in": "body", + "description": "Parameters for the operation", + "required": true, + "schema": { + "$ref": "#/definitions/RegenerateTestKeyRequestPayload" + } } ], "responses": { @@ -555,15 +555,6 @@ "description": "Operation to update an exiting App.", "operationId": "Apps_Update", "parameters": [ - { - "name": "appResource", - "in": "body", - "description": "Parameters for the update operation", - "required": true, - "schema": { - "$ref": "#/definitions/AppResource" - } - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -578,6 +569,15 @@ }, { "$ref": "#/parameters/AppNameParameter" + }, + { + "name": "appResource", + "in": "body", + "description": "Parameters for the update operation", + "required": true, + "schema": { + "$ref": "#/definitions/AppResource" + } } ], "responses": { @@ -856,15 +856,6 @@ "description": "Operation to update an exiting Binding.", "operationId": "Bindings_Update", "parameters": [ - { - "name": "bindingResource", - "in": "body", - "description": "Parameters for the update operation", - "required": true, - "schema": { - "$ref": "#/definitions/BindingResource" - } - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -882,6 +873,15 @@ }, { "$ref": "#/parameters/BindingNameParameter" + }, + { + "name": "bindingResource", + "in": "body", + "description": "Parameters for the update operation", + "required": true, + "schema": { + "$ref": "#/definitions/BindingResource" + } } ], "responses": { @@ -968,6 +968,12 @@ "required": true, "type": "string" }, + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, { "name": "availabilityParameters", "in": "body", @@ -976,12 +982,6 @@ "schema": { "$ref": "#/definitions/NameAvailabilityParameters" } - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" } ], "responses": { @@ -1170,15 +1170,6 @@ "description": "Operation to update an exiting Deployment.", "operationId": "Deployments_Update", "parameters": [ - { - "name": "deploymentResource", - "in": "body", - "description": "Parameters for the update operation", - "required": true, - "schema": { - "$ref": "#/definitions/DeploymentResource" - } - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -1196,6 +1187,15 @@ }, { "$ref": "#/parameters/DeploymentNameParameter" + }, + { + "name": "deploymentResource", + "in": "body", + "description": "Parameters for the update operation", + "required": true, + "schema": { + "$ref": "#/definitions/DeploymentResource" + } } ], "responses": {