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
As encodedName is introduced in 0.52 of TypeSpec.
model Widget { @key id: string; @encodedName("application/json", "WidgetWeight") weight: int32; color: "red" | "blue"; @added(Versions.v2) name: string; }
And @clientName is introduced in this PR https://github.com/Azure/typespec-azure/pull/127/files.
Please support them in the CodeGen.
The text was updated successfully, but these errors were encountered:
Tcgc abstract that away from you and should have just worked. Call getLibraryName
Sorry, something went wrong.
The adoption of TCGC is still in progress. #4185 We may implement that separately to unblock customer and then move to using TCGC. cc @m-nash
@projectedName
any progress on this? are we still blocked on doing this migration?
I'm blocked by #4212
pshao25
Successfully merging a pull request may close this issue.
As encodedName is introduced in 0.52 of TypeSpec.
And @clientName is introduced in this PR https://github.com/Azure/typespec-azure/pull/127/files.
Please support them in the CodeGen.
The text was updated successfully, but these errors were encountered: