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
Language emitters require information to determine whether the generated SDK should be a GA or Beta version.
Based on previous discussions, api-version has been considered a key factor, though further discussions may be needed. The goal is to enable service teams to release either a Beta or GA SDK for stable API specifications. However, for preview API specifications, only Beta SDKs should be allowed.
The text was updated successfully, but these errors were encountered:
Language emitters require information to determine whether the generated SDK should be a GA or Beta version.
My understanding is that there is no way to pass that information into the emitters. So from that perspective, there is nothing the sdk generation framework could do.
Based on previous discussions, api-version has been considered a key factor
To reiterate my point, we shouldn't use api-version as a way to infer if the SDK is preview or GA. It should be a user input
Language emitters require information to determine whether the generated SDK should be a GA or Beta version.
Based on previous discussions,
api-version
has been considered a key factor, though further discussions may be needed. The goal is to enable service teams to release either a Beta or GA SDK for stable API specifications. However, for preview API specifications, only Beta SDKs should be allowed.The text was updated successfully, but these errors were encountered: