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
When we migrate from swagger to TypeSpec, there is a chance that the model property change. See this Azure/typespec-azure#1979.
Though the above issue can get around, to be more generic, user could still change the property order in new version, which is a breaking change for model factory. We need to add the backward compatibility method to avoid breaking change.
The text was updated successfully, but these errors were encountered:
When we migrate from swagger to TypeSpec, there is a chance that the model property change. See this Azure/typespec-azure#1979.
Though the above issue can get around, to be more generic, user could still change the property order in new version, which is a breaking change for model factory. We need to add the backward compatibility method to avoid breaking change.
The text was updated successfully, but these errors were encountered: