-
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
Add go batches #2273
Add go batches #2273
Conversation
This is still in progress, and shouldn't be merged until I remove the |
@lmazuel I believe this is all ready for your consideration now. Let me know, and we'll get this merged in. :) |
|
||
``` yaml $(swagger-to-sdk) | ||
swagger-to-sdk: | ||
- repo: azure-sdk-for-python |
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.
I'm not generating this package
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.
Fixed :)
``` yaml $(go) && $(multiapi) | ||
batch: | ||
- tag: package-compute-2017-03 | ||
- tag: package-container-service-2017-01 |
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.
Current recommendation is to ship "containerservice" outside of compute. These files are even deprecated, the new can be found here:
https://github.com/Azure/azure-rest-api-specs/tree/master/specification/containerservices/resource-manager
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.
Ah, for the moment I am publishing the union of API Versions that are present in both locations. There seems to be no overlap, so at the moment we don't have to choose how to resolve any conflicts.
6d201db
to
e62c8bb
Compare
Anything else that needs to be changed before this is merged, @lmazuel? :) |
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: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: File: AutoRest Linter Guidelines | AutoRest Linter Issues | Send feedback Thanks for your co-operation. |
Manual testing content is good, let's merge!!!! |
Was unable to find SDK Azure/azure-sdk-for-python PR for this closed PR. |
The Azure REST API Specs portion of onboarding the Go SDK to be generated by the
Swagger -> SDK
bot.