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
Right now getAllModels does not include models which have usage as none. For the client initialization model the usage is none since it isn't used in any of the service operations. We should introduce a new usage flag and apply it to the client initialization model so that it is returned by getAllModels.
Emitters who don't do anything with this model can easily ignore it by looking for this usage flag.
Check that this issue is about the Azure libraries for typespec. For feature request in the typespec language or core libraries file it in the TypeSpec repo
with this #2027, tcgc deprecate the SdkInitializationType type and add SdkClientInitializationMethod. the options model should be language specific, so tcgc does not add that anymore.
Clear and concise description of the problem
Right now getAllModels does not include models which have usage as none. For the client initialization model the usage is none since it isn't used in any of the service operations. We should introduce a new usage flag and apply it to the client initialization model so that it is returned by getAllModels.
Emitters who don't do anything with this model can easily ignore it by looking for this usage flag.
Checklist
The text was updated successfully, but these errors were encountered: