Java SDK generation from Typespec
haseidfa opened this issue · comments
Query/Question
Java SDK generation from Typespec
I have successfully created and tested the Python SDK from my TypeSpec files.
However, when generating the Java SDK, I encountered multiple issues:
-
npx @azure-tools/typespec-client-generator-cli
fails withInvalid tsp-location.yaml
. -
AutoRest
(autorest --java
) fails withUnknown wire type Flux<ByteBuffer>
, indicating unsupported binary response handling. -
I have reviewed all documentation (TypeSpec Java Quickstart, Azure SDK guidelines, and AutoRest docs) but still cannot resolve the issue.
@anuchandy can you follow up with @haseidfa please?
Hello @haseidfa, could you share reference to the failing specs+configs, and the command used?
hi @anuchandy let me create PR and share it with you
I had this one but structure is wrong Azure/azure-rest-api-specs#33140 let me fix that
hi @anuchandy
Closing this, now that the both the code generation and auto-pr is done.