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
Some properties can be updated via Update methods, whereas others have public setters. Prior to TypeSpec GA, we should decide on a pattern and implement it across the various provider types.
The text was updated successfully, but these errors were encountered:
Chatted with @tg-msft, and the recommendation is to instead use Update methods as this gives us room for future optimizations in how we handle updates. It also fits with the paradigm that ASTs are immutable. We may want to return new instances from the Update method as well.
Some properties can be updated via Update methods, whereas others have public setters. Prior to TypeSpec GA, we should decide on a pattern and implement it across the various provider types.
The text was updated successfully, but these errors were encountered: