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
Basically on line 1538 of serialization.py, set to internal response if it exists. This way, we can just go ahead and deal with the internal azure.core.pipeline.transport.HttpResponse instead of our client-facing azure.core.rest.HttpRequest wrapper
Basically on line
1538
of serialization.py, set to internal response if it exists. This way, we can just go ahead and deal with the internalazure.core.pipeline.transport.HttpResponse
instead of our client-facingazure.core.rest.HttpRequest
wrapperAdd tests that this works
The text was updated successfully, but these errors were encountered: