Skip to content

[rest] add backcompat mixin to rest responses #20600

@iscai-msft

Description

@iscai-msft

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions