|
3564 | 3564 | }
|
3565 | 3565 | }
|
3566 | 3566 | },
|
| 3567 | + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy": { |
| 3568 | + "get": { |
| 3569 | + "tags": [ |
| 3570 | + "WebApps" |
| 3571 | + ], |
| 3572 | + "summary": "Invoke onedeploy status API /api/deployments and gets the deployment status for the site", |
| 3573 | + "description": "Description for Invoke onedeploy status API /api/deployments and gets the deployment status for the site", |
| 3574 | + "operationId": "WebApps_GetOneDeployStatus", |
| 3575 | + "parameters": [ |
| 3576 | + { |
| 3577 | + "$ref": "#/parameters/resourceGroupNameParameter" |
| 3578 | + }, |
| 3579 | + { |
| 3580 | + "name": "name", |
| 3581 | + "in": "path", |
| 3582 | + "description": "Name of web app.", |
| 3583 | + "required": true, |
| 3584 | + "type": "string" |
| 3585 | + }, |
| 3586 | + { |
| 3587 | + "$ref": "#/parameters/subscriptionIdParameter" |
| 3588 | + }, |
| 3589 | + { |
| 3590 | + "$ref": "#/parameters/apiVersionParameter" |
| 3591 | + } |
| 3592 | + ], |
| 3593 | + "responses": { |
| 3594 | + "200": { |
| 3595 | + "description": "OK", |
| 3596 | + "schema": { |
| 3597 | + "type": "object" |
| 3598 | + } |
| 3599 | + }, |
| 3600 | + "default": { |
| 3601 | + "description": "App Service error response.", |
| 3602 | + "schema": { |
| 3603 | + "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse" |
| 3604 | + } |
| 3605 | + } |
| 3606 | + } |
| 3607 | + }, |
| 3608 | + "put": { |
| 3609 | + "tags": [ |
| 3610 | + "WebApps" |
| 3611 | + ], |
| 3612 | + "summary": "Invoke the OneDeploy publish web app extension.", |
| 3613 | + "description": "Description for Invoke the OneDeploy publish web app extension.", |
| 3614 | + "operationId": "WebApps_CreateOneDeployOperation", |
| 3615 | + "parameters": [ |
| 3616 | + { |
| 3617 | + "$ref": "#/parameters/resourceGroupNameParameter" |
| 3618 | + }, |
| 3619 | + { |
| 3620 | + "name": "name", |
| 3621 | + "in": "path", |
| 3622 | + "description": "Name of web app.", |
| 3623 | + "required": true, |
| 3624 | + "type": "string" |
| 3625 | + }, |
| 3626 | + { |
| 3627 | + "$ref": "#/parameters/subscriptionIdParameter" |
| 3628 | + }, |
| 3629 | + { |
| 3630 | + "$ref": "#/parameters/apiVersionParameter" |
| 3631 | + } |
| 3632 | + ], |
| 3633 | + "responses": { |
| 3634 | + "200": { |
| 3635 | + "description": "OK", |
| 3636 | + "schema": { |
| 3637 | + "type": "object" |
| 3638 | + } |
| 3639 | + }, |
| 3640 | + "default": { |
| 3641 | + "description": "App Service error response.", |
| 3642 | + "schema": { |
| 3643 | + "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse" |
| 3644 | + } |
| 3645 | + } |
| 3646 | + } |
| 3647 | + } |
| 3648 | + }, |
3567 | 3649 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions": {
|
3568 | 3650 | "get": {
|
3569 | 3651 | "tags": [
|
|
0 commit comments