-
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
Bringing conformance to the Disk version used in root tags. #3939
Conversation
@dashult discovered the discrepancy between the tags `package-2018-06` and `package-2018-06-exclude-gallery`. The difference is causing the modeler to choke on duplicate type definitions for the TypeScript and Node.js generators.
Automation for azure-sdk-for-pythonNothing to generate for azure-sdk-for-python |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-nodeThe 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-goNothing to generate for azure-sdk-for-go |
Can one of the admins verify this patch? |
The missing examples causing the linter step of CI to fail should have been introduced by @carissasun in PR #3854. @carissasun, would you like to add those examples and push them to my branch, or shall I open an issue to track getting them added? |
@marstr That's funny, because if you look at the linter of #3854, it's clean: |
@lmazuel, it's because the default tag ( |
What's the problem here? I built the project on my local branch and the build didn't complain |
The build wouldn't be a problem, but the linter will complain that we lose test coverage of this API. The linter was only executing over the default tag, |
@marstr Could you also update the default tag from package-2018-06-exclude-gallery to package-2018-06 |
@hyonholee, want me to just remove |
@marstr Actually, the default tag is just updated by another PR. You can ignore my previous comment. Thanks. |
I'm going to go ahead and merge this PR. However, the examples should be added at some point. |
Automation for azure-sdk-for-jsNothing to generate for azure-sdk-for-js |
@dashult discovered the discrepancy between the tags
package-2018-06
andpackage-2018-06-exclude-gallery
. The difference is causing the modeler to choke on duplicate type definitions for the TypeScript and Node.js generators.This is related to #3854
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