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
This is similar to unbranded one, but we would focus on the Azure scope because this behavior introduced breakings between HLC and Modular.
In Modular we only deserialize the success responses and for other responses we would throw as general RestError. So that we temporality ignore the error model generation here.
But in HLC if default responses or non-success responses are specified we would deserialize to correct response models(see client and core code).
In this issue we need to decide if we would accept this breaking or handle these non-success responses for Azure SDK.
The text was updated successfully, but these errors were encountered:
MaryGao
changed the title
Deserializer didn't handle non-success responses in Modular in MPG
Deserializer didn't handle non-success responses in Modular MPG
Dec 5, 2024
This is similar to unbranded one, but we would focus on the Azure scope because this behavior introduced breakings between HLC and Modular.
In Modular we only deserialize the success responses and for other responses we would throw as general RestError. So that we temporality ignore the error model generation here.
But in HLC if default responses or non-success responses are specified we would deserialize to correct response models(see client and core code).
In this issue we need to decide if we would accept this breaking or handle these non-success responses for Azure SDK.
The text was updated successfully, but these errors were encountered: