-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Fixes issues with CheckSkuAvailability operation #1224
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
Conversation
1. Changes type of skuName property from Sku to SkuName. 2. Marks some fields as required.
|
error: Found errors in validating the response with statusCode "200" for example in spec for operation "CognitiveServicesAccounts_GetProperties".: |
|
error: Found errors in validating the response with statusCode "200" for x-ms-example "Check SKU Availability" in operation "CheckSkuAvailability_List".: |
jianghaolu
left a comment
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 fix the examples after the payload definition for Sku is changed.
|
@jianghaolu , |
|
Seems like both are false alarms. Otherwise looks good to me. |
|
No modification for Ruby |
|
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
This change is