Skip to content

Commit

Permalink
Changed some orders that missed by previous commit (#7877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and erich-wang committed Dec 3, 2019
1 parent a52c5a4 commit d5032db
Showing 1 changed file with 51 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -187,6 +178,15 @@
},
{
"$ref": "#/parameters/ServiceNameParameter"
},
{
"name": "resource",
"in": "body",
"description": "Parameters for the update operation",
"required": true,
"schema": {
"$ref": "#/definitions/ServiceResource"
}
}
],
"responses": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -290,6 +281,15 @@
},
{
"$ref": "#/parameters/ServiceNameParameter"
},
{
"name": "regenerateTestKeyRequest",
"in": "body",
"description": "Parameters for the operation",
"required": true,
"schema": {
"$ref": "#/definitions/RegenerateTestKeyRequestPayload"
}
}
],
"responses": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -578,6 +569,15 @@
},
{
"$ref": "#/parameters/AppNameParameter"
},
{
"name": "appResource",
"in": "body",
"description": "Parameters for the update operation",
"required": true,
"schema": {
"$ref": "#/definitions/AppResource"
}
}
],
"responses": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -882,6 +873,15 @@
},
{
"$ref": "#/parameters/BindingNameParameter"
},
{
"name": "bindingResource",
"in": "body",
"description": "Parameters for the update operation",
"required": true,
"schema": {
"$ref": "#/definitions/BindingResource"
}
}
],
"responses": {
Expand Down Expand Up @@ -968,6 +968,12 @@
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"name": "availabilityParameters",
"in": "body",
Expand All @@ -976,12 +982,6 @@
"schema": {
"$ref": "#/definitions/NameAvailabilityParameters"
}
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -1196,6 +1187,15 @@
},
{
"$ref": "#/parameters/DeploymentNameParameter"
},
{
"name": "deploymentResource",
"in": "body",
"description": "Parameters for the update operation",
"required": true,
"schema": {
"$ref": "#/definitions/DeploymentResource"
}
}
],
"responses": {
Expand Down

0 comments on commit d5032db

Please sign in to comment.