-
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
Redis API changes to support zones #1915
Conversation
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.
thanks @hrishikeshpathak
- Is this PR based on the previous API version?, if so, could you make a first commit with the previous version unchanged, then do your modification in subsequent commits (this makes the review more readable - see https://github.com/Azure/azure-rest-api-specs/blob/current/.github/CONTRIBUTING.md#filenames-and-folder-structure )
- Please move your spec "redis.json" outside the swagger folder, placing it in the api-versioned folder and remove the "swagger" folder. Relative references in the file are not working due to this.
- CLA check is failing, if you're a MS FTE, could you double check your account is linked to MS?
@mcardosos feel free to pick up this review, when @hrishikeshpathak makes the next update. |
ef95f4e
to
9eec3d7
Compare
Hello @ravbhatnagar ! |
@hrishikeshpathak please take a look at the linter errors at https://travis-ci.org/Azure/azure-rest-api-specs/jobs/293400556#L771, they are both violations of ARM rules. |
For the first one, please plan on fixing it in an api-version update. This will be non-compliant with all the Azure platform. Why not just fix it in a new api-version? |
@ravbhatnagar ok, on the linter rule update, I've logged an issue for it, we weren't aware of that allowed property. |
@hrishikeshpathak for the linter error that will get fixed in the tool, you could add a suppression - see https://github.com/Azure/adx-documentation-pr/wiki/Swagger-Validation-Errors-Suppression. |
@hrishikeshpathak one more question, was the service side updated for camel casing of the property updated in your last commits? |
… zone property validation
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: 💡 Please review potentially introduced Error(s)/Warning(s): Analysis Report 💡 File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Hi There, I am the AutoRest Linter Azure bot. I am here to help. My task is to analyze the situation from the AutoRest linter perspective. Please review the below analysis result: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
No modification for AutorestCI/azure-sdk-for-node |
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-version
in the path should match theapi-version
in the spec).Quality of Swagger