Skip to content

Commit

Permalink
Bringing back the accidentally deleted OneDeploy api spec (Azure#17408)
Browse files Browse the repository at this point in the history
  • Loading branch information
SatishRanjan authored and LeiWang3 committed Mar 31, 2022
1 parent 4d6ad15 commit 8a7b517
Showing 1 changed file with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3564,6 +3564,88 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy": {
"get": {
"tags": [
"WebApps"
],
"summary": "Invoke onedeploy status API /api/deployments and gets the deployment status for the site",
"description": "Description for Invoke onedeploy status API /api/deployments and gets the deployment status for the site",
"operationId": "WebApps_GetOneDeployStatus",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of web app.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
"put": {
"tags": [
"WebApps"
],
"summary": "Invoke the OneDeploy publish web app extension.",
"description": "Description for Invoke the OneDeploy publish web app extension.",
"operationId": "WebApps_CreateOneDeployOperation",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
},
{
"name": "name",
"in": "path",
"description": "Name of web app.",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "object"
}
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions": {
"get": {
"tags": [
Expand Down

0 comments on commit 8a7b517

Please sign in to comment.