-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Milestone
Description
Right now when using our azure.core.rest.HttpResponses, we have to convert these to and from azure.core.pipeline.transport.HttpResponses. Additionally, they can't be used in our pipelines / pollers / pagers etc immediately.
The plan is to give our new requests the same surface design as our old responses, so all policies / transports can handle them without converting them to the old design. To do this, we want to add deprecated properties and methods to our new responses to give it the same shape as the old design. Make sure these properties don't show up in documentation, and try your best to hide them as much as possible