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
Event Grid system events uses the inheritance model in our TypeSpec models. typespec-go helpfully just removes those vestigial types, which is great, but sometimes you need to keep those types because they are actually models, not just composition types:
This might just become a question with an easy answer (just decorate this with 'x'), but otherwise this is a bug. I have a workaround for now, where I literally just copied the old models over, but I'd love to remove those soon.
The text was updated successfully, but these errors were encountered:
Event Grid system events uses the inheritance model in our TypeSpec models. typespec-go helpfully just removes those vestigial types, which is great, but sometimes you need to keep those types because they are actually models, not just composition types:
This might just become a question with an easy answer (just decorate this with 'x'), but otherwise this is a bug. I have a workaround for now, where I literally just copied the old models over, but I'd love to remove those soon.
The text was updated successfully, but these errors were encountered: