forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.AppPlatform to add versi…
…on preview/2021-09-01-preview (Azure#16468) * Add dump API * add new line at the end of line * change cases * typo * response * add api for start/stop azure spring cloud instance * fix lint error Co-authored-by: Yinglue Zhang <yinglzh@microsoft.com> Co-authored-by: caiqing <caiqing@microsoft.com> Co-authored-by: YinglueZhang-MS <78456380+YinglueZhang-MS@users.noreply.github.com>
- Loading branch information
Showing
6 changed files
with
397 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...crosoft.AppPlatform/preview/2021-09-01-preview/examples/Deployments_GenerateHeapDump.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"parameters": { | ||
"diagnosticParameters": { | ||
"appInstance": "myappinstance", | ||
"filePath": "/byos/diagnose" | ||
}, | ||
"api-version": "2021-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"appName": "myapp", | ||
"deploymentName": "mydeployment" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...osoft.AppPlatform/preview/2021-09-01-preview/examples/Deployments_GenerateThreadDump.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"parameters": { | ||
"diagnosticParameters": { | ||
"appInstance": "myappinstance", | ||
"filePath": "/byos/diagnose" | ||
}, | ||
"api-version": "2021-09-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "myResourceGroup", | ||
"serviceName": "myservice", | ||
"appName": "myapp", | ||
"deploymentName": "mydeployment" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {} | ||
} | ||
} |
Oops, something went wrong.