-
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
[OpenAI] Modes required to be public in Java SDK #26651
Conversation
Automatic PR validation restarted. This comment will be populated with next steps to merge this PR once validation is completed. Please wait ⌛. |
Swagger Validation Report
|
Swagger Generation Artifacts
|
Generated ApiView
|
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 will see if we can release the "Union as BinaryData" typespec-java next week.
Code is merged, pending for me to test it on the OpenAI tsp and configure (safer to do this before release of emitter).
Next Steps to Merge✔️ All automated merging requirements have been met! Refer to step 4 in the PR workflow diagram (even if your PR is for data plane, not ARM). |
I am updating typespec-java to 0.11.0 (which include Union as BinaryData) Azure/azure-sdk-for-java#37629 I will try to see if I need some change to client.tsp, built upon this PR. Feel free to merge, if this already work well with 0.10.0 |
@lmazuel Can I merge this PR? @joseharriaga opened a PR in .NET side to fix the failure in .net. |
Swagger pipeline restarted successfully, please wait for status update in this comment. |
These classes are already in the public
/model
folder, we should keep them out in Java at least.