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 dd653a2a7d6f..b28e8f941827 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 @@ -88,7 +88,7 @@ ], "responses": { "201": { - "description": "Created. The response describes the new Service and contains a Location header to query the operation result.", + "description": "Created. The response describes the new Service and contains a Location header to query the\r\noperation result.", "schema": { "$ref": "#/definitions/ServiceResource" } @@ -197,7 +197,7 @@ } }, "202": { - "description": "Accepted. The response indicates the exiting Service is now updating and contains a Location header to query the operation result.", + "description": "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result.", "schema": { "$ref": "#/definitions/ServiceResource" } @@ -400,13 +400,6 @@ "description": "Get an App and its properties.", "operationId": "Apps_Get", "parameters": [ - { - "name": "syncStatus", - "in": "query", - "description": "Indicates whether sync status", - "required": false, - "type": "string" - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -421,6 +414,13 @@ }, { "$ref": "#/parameters/AppNameParameter" + }, + { + "name": "syncStatus", + "in": "query", + "description": "Indicates whether sync status", + "required": false, + "type": "string" } ], "responses": { @@ -961,6 +961,12 @@ "description": "Checks that the resource name is valid and is not already in use.", "operationId": "Services_CheckNameAvailability", "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, { "name": "location", "in": "path", @@ -968,12 +974,6 @@ "required": true, "type": "string" }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - }, { "name": "availabilityParameters", "in": "body", @@ -1237,18 +1237,6 @@ "description": "Handles requests to list all resources in an App.", "operationId": "Deployments_List", "parameters": [ - { - "name": "version", - "in": "query", - "description": "Version of the deployments to be listed", - "required": false, - "type": "array", - "items": { - "type": "string" - }, - "collectionFormat": "multi", - "uniqueItems": false - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -1263,6 +1251,18 @@ }, { "$ref": "#/parameters/AppNameParameter" + }, + { + "name": "version", + "in": "query", + "description": "Version of the deployments to be listed", + "required": false, + "type": "array", + "items": { + "type": "string" + }, + "collectionFormat": "multi", + "uniqueItems": false } ], "responses": { @@ -1297,18 +1297,6 @@ "description": "List deployments for a certain service", "operationId": "Deployments_ListClusterAllDeployments", "parameters": [ - { - "name": "version", - "in": "query", - "description": "Version of the deployments to be listed", - "required": false, - "type": "array", - "items": { - "type": "string" - }, - "collectionFormat": "multi", - "uniqueItems": false - }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -1320,6 +1308,18 @@ }, { "$ref": "#/parameters/ServiceNameParameter" + }, + { + "name": "version", + "in": "query", + "description": "Version of the deployments to be listed", + "required": false, + "type": "array", + "items": { + "type": "string" + }, + "collectionFormat": "multi", + "uniqueItems": false } ], "responses": {