You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And TCGC will expose the API versions enum as: v1, v2, v3, v4, v5.
The concept behind it, is that sometimes we want SDK to generate accurate API version enum (mostly C# and Java), while not having to actually annotate the entire spec with @added because we won't use versionning information in the generation side.
The text was updated successfully, but these errors were encountered:
for instance your TypeSpec:
Your client.tsp:
And TCGC will expose the API versions enum as: v1, v2, v3, v4, v5.
The concept behind it, is that sometimes we want SDK to generate accurate API version enum (mostly C# and Java), while not having to actually annotate the entire spec with
@added
because we won't use versionning information in the generation side.The text was updated successfully, but these errors were encountered: