Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedaz authored and jhendrixMSFT committed May 4, 2018
1 parent 97e14c4 commit 456db9a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13733,10 +13733,23 @@
],
"responses": {
"200": {
"description": "OK",
"description": "Successfully retrieved source control for web app.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
},
"201": {
"description": "Create or update source control for web app still in progress.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
},
"202": {
"description": "Create or update source control for web app still in progress.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}

}
}
},
Expand Down Expand Up @@ -13776,7 +13789,7 @@
],
"responses": {
"200": {
"description": "Succesfully created or updated source control for web app.",
"description": "Successfully created or updated source control for web app.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
Expand All @@ -13786,6 +13799,12 @@
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
},
"202": {
"description": "Create or update source control for web app in progress.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
}
},
"x-ms-long-running-operation": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14987,7 +14987,19 @@
],
"responses": {
"200": {
"description": "OK",
"description": "Successfully retrieved source control for web app.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
},
"201": {
"description": "Create or update source control for web app still in progress.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
},
"202": {
"description": "Create or update source control for web app still in progress.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
Expand Down Expand Up @@ -15036,7 +15048,7 @@
],
"responses": {
"200": {
"description": "Succesfully created or updated source control for web app.",
"description": "Successfully created or updated source control for web app.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
Expand All @@ -15047,7 +15059,13 @@
"$ref": "#/definitions/SiteSourceControl"
}
},
"default": {
"202": {
"description": "Create or update source control for web app in progress.",
"schema": {
"$ref": "#/definitions/SiteSourceControl"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
Expand Down

0 comments on commit 456db9a

Please sign in to comment.