We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main test repo
emitter failure
compile failure
clientcore release to mvn (or alternatives)
http-client-java release to npm
test
misc
The text was updated successfully, but these errors were encountered:
test typespec by KC
It won't have problem on emitter/compile. One minor issue is a logging #5063
import "@typespec/http"; import "@typespec/rest"; import "@azure-tools/typespec-client-generator-core"; @service({ title: "AssistantService", }) namespace AssistantService; using TypeSpec.Http; using TypeSpec.Rest; using Azure.ClientGenerator.Core; @client interface AssistantServiceClient { @put @route("upload") Upload(@header contentType: "application/octet-stream", @body document: bytes) : { @statusCode statusCode: 200; @body response : void; }; @get @route("chat") Chat(@body message: string) : { @statusCode statusCode: 200; @body response : string; }; }
Sorry, something went wrong.
weidongxu-microsoft
No branches or pull requests
main test repo
emitter failure
compile failure
clientcore release to mvn (or alternatives)
http-client-java release to npm
test
misc
The text was updated successfully, but these errors were encountered: