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
There is a common pattern in mgmt TypeSpec to define an interface containing only 1 list_operations operation.
Since it is duplicated with existing API in Azure.ResourceManager.
.NET SDK will skip it during generation, and this interface becomes empty.
Right now, MGC still generates empty client without methods.
Should we skip the empty clients in MGC?
The text was updated successfully, but these errors were encountered:
There is a common pattern in mgmt TypeSpec to define an interface containing only 1 list_operations operation.
Since it is duplicated with existing API in Azure.ResourceManager.
.NET SDK will skip it during generation, and this interface becomes empty.
Right now, MGC still generates empty client without methods.
Should we skip the empty clients in MGC?
The text was updated successfully, but these errors were encountered: