-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating latest spec #4976
Generating latest spec #4976
Conversation
If you're a MSFT employee, click this link |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-goEncountered a Subprocess error: (azure-sdk-for-go)
Command: dep ensure grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export google.golang.org/api:
(1) failed to list versions for https://code.googlesource.com/google-api-go-client: fatal: unable to access 'https://code.googlesource.com/google-api-go-client/': The requested URL returned error: 502
: exit status 128
|
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-jsThe initial PR has been merged into your service PR: |
@mehm23 please walk over Breaking Changes and Model Validator errors and fix them. Since you are making changes in the stable swagger there should be no breaking changes. |
@mehm23 have these changes been trough an A/AzureAPI review? |
@@ -4061,7 +3991,7 @@ | |||
} | |||
}, | |||
"BEKDetails": { | |||
"description": "BEK is bitlocker encryption key.", | |||
"description": "BEK is bitlocker encrpytion key.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling
@@ -3909,7 +3839,7 @@ | |||
"type": "object", | |||
"properties": { | |||
"objectType": { | |||
"description": "This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.", | |||
"description": "This property will be used as the discriminator for deciding the specific types in the polymorhpic chain of types.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling
@@ -3677,7 +3611,7 @@ | |||
"x-ms-discriminator-value": "AzureWorkloadSQLPointInTimeRestoreRequest" | |||
}, | |||
"AzureWorkloadSQLRecoveryPoint": { | |||
"description": "SQL specific recovery point, specifically encapsulates full/diff recovery point along with extended info", | |||
"description": "SQL specific recoverypoint, specifcally encaspulates full/diff recoverypoint alongwith extended info", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling and spacing errors
"AzureWorkloadRecoveryPoint": { | ||
"description": "Workload specific recovery point, specifically encapsulates full/diff recovery point", | ||
"description": "Workload specific recoverypoint, specifcally encaspulates full/diff recoverypoint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spelling "specifically"
@@ -6090,7 +6025,7 @@ | |||
"type": "object", | |||
"properties": { | |||
"objectType": { | |||
"description": "This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.", | |||
"description": "This property will be used as the discriminator for deciding the specific types in the polymorhpic chain of types.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling - "polymorphic" for all cases
@@ -120,7 +119,7 @@ | |||
"type": "object", | |||
"properties": { | |||
"value": { | |||
"description": "List of available operations.", | |||
"description": "List of available operationss.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check spelling throughout. "operations"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to add the "put" api and SAP definitions appear to be ok for ARM. Numerous spelling errors were introduced in these commits and should be corrected for the benefit of documentation quality.
@KrisBash Do the latest changes take care of your review comments? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Generating latest spec * Changing the operationIdin 2016-12-01 bms.json * Updating operationIdin 2016-12-01 bms.json * Modifying Readme * Correcting the spellings * Spell Check * Spell check
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.