Rename 'options' parameters. Add config snapshots API. Add valid values for SCMType. #878
Rename 'options' parameters. Add config snapshots API. Add valid values for SCMType. #878veronicagg merged 11 commits intoAzure:masterfrom naveedaz:master
Conversation
…. Make SCM type read/write. Add Linux App Fx version.
…Node CLI SDK. Add config snapshots API. Add valid values for SCMType.
arm-web/2016-08-01/WebApps.json
Outdated
| "tags": [ | ||
| "WebApps" | ||
| ], | ||
| "summary": "Gets a snapshot of the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.", |
There was a problem hiding this comment.
summary looks inaccurate for this operation, please review
There was a problem hiding this comment.
@Nking92 Please take a look.
There was a problem hiding this comment.
I'll change this one to "Reverts the configuration of an app to a previous snapshot"
arm-web/2016-08-01/WebApps.json
Outdated
| "WebApps" | ||
| ], | ||
| "summary": "Gets a snapshot of the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.", | ||
| "description": "Gets a snapshot of the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.", |
There was a problem hiding this comment.
description looks inaccurate for this operation
There was a problem hiding this comment.
@Nking92 Please take a look.
There was a problem hiding this comment.
I think the description is accurate, but maybe it's a little confusing. You do get an entire site configuration back. I can change the first part of the sentence to "Gets the configuration of an app at a previous point in time" if that's more clear
| }, | ||
| { | ||
| "name": "options", | ||
| "name": "migrationOptions", |
There was a problem hiding this comment.
property name changes can cause breaking changes in the sdks, please review and confirm these changes are necessary and aligned with the service.
There was a problem hiding this comment.
This API is fairly new and does not exist in SDKs yet.
| "tags": [ | ||
| "WebApps" | ||
| ], | ||
| "summary": "Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot.", |
There was a problem hiding this comment.
is this summary accurate? it doesn't mention slots
arm-web/2016-08-01/WebApps.json
Outdated
| "tags": [ | ||
| "WebApps" | ||
| ], | ||
| "summary": "Gets a snapshot of the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.", |
There was a problem hiding this comment.
please review summary and description
arm-web/2016-08-01/WebApps.json
Outdated
| "tags": [ | ||
| "WebApps" | ||
| ], | ||
| "summary": "Gets a snapshot of the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc.", |
There was a problem hiding this comment.
please update summary and description
veronicagg
left a comment
There was a problem hiding this comment.
If you're happy with the latest descriptions for the APIs, rest looks good to me.
|
No modification for Ruby |
|
No modification for Python |
|
No modification for NodeJS |
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-versionin the path should match theapi-versionin the spec).Quality of Swagger