-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Explicitly add MongoDbTasks.json to 2018-07-15 #4358
Conversation
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-pythonThe 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-jsThe initial PR has been merged into your service PR: |
Changes to Mongo classes aren't being recreated in SDK generation because MongoDbTasks.json isn't explicitly being called out as needing to be looked at. What's happening is that most of the Mongo classes are mentioning other classes (base classes) which are explicitly called out (e.g. Commands.json). I am told that a fix will be made in the future to more accurately walk up the tree. But in the meantime, in order for some of these changes to be recognized by autorest this json file needs to be explicitly mentioned. |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
@praries880 Could I ask when this merge might be able to take place? We are blocked on CLI development until the auto SDK generation creates some classes not generated without this edit to our readme.md. Thank you for any help with this. |
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