-
Notifications
You must be signed in to change notification settings - Fork 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
Compare Java SDK for compute TypeSpec migration #43116
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @amjads1 @avirishuv @Drewm3 @Vaibhav-Agar. |
Current major issue is that some of the LIST operations are not generated with pageable, e.g. Majority of the compilation issues are caused by this. |
Could you give me a complete list for this? |
@pshao25 I've compiled a complete list of current swagger issues that generate compilation errors for Java. I've yet to run tests and generate apiviews. Will update above list once those are done. |
We are working on the compute TypeSpec migration.
Would like Java to verify the SDK generation of the corresponding swagger of the converted TypeSpec.
We have split compute into multiple sub services and done the conversion for each of them.
For instance, Compute sub-service:
The text was updated successfully, but these errors were encountered: