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
The DictionaryType class in Microsoft.Rest.Generator.ClientModel now exposes a member SupportsAdditionalProperties which indicates that any member being deserialized that does not match a declared property should be deserialized into that dictionary (as a catch-all).
The
DictionaryType
class inMicrosoft.Rest.Generator.ClientModel
now exposes a memberSupportsAdditionalProperties
which indicates that any member being deserialized that does not match a declared property should be deserialized into that dictionary (as a catch-all).Required for #1057
The text was updated successfully, but these errors were encountered: