diff --git a/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies_async.py b/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies_async.py index 7337a976109e..c0a44767b177 100644 --- a/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies_async.py +++ b/sdk/storage/azure-storage-blob/azure/storage/blob/_shared/policies_async.py @@ -54,7 +54,6 @@ async def send(self, request): response = await self.next.send(request) await response.http_response.load_body() - response.http_response.internal_response.body = response.http_response.body() will_retry = is_retry(response, request.context.options.get('mode')) if not will_retry and download_stream_current is not None: diff --git a/sdk/storage/azure-storage-file/azure/storage/file/_shared/policies_async.py b/sdk/storage/azure-storage-file/azure/storage/file/_shared/policies_async.py index 7337a976109e..c0a44767b177 100644 --- a/sdk/storage/azure-storage-file/azure/storage/file/_shared/policies_async.py +++ b/sdk/storage/azure-storage-file/azure/storage/file/_shared/policies_async.py @@ -54,7 +54,6 @@ async def send(self, request): response = await self.next.send(request) await response.http_response.load_body() - response.http_response.internal_response.body = response.http_response.body() will_retry = is_retry(response, request.context.options.get('mode')) if not will_retry and download_stream_current is not None: diff --git a/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies_async.py b/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies_async.py index 7337a976109e..c0a44767b177 100644 --- a/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies_async.py +++ b/sdk/storage/azure-storage-queue/azure/storage/queue/_shared/policies_async.py @@ -54,7 +54,6 @@ async def send(self, request): response = await self.next.send(request) await response.http_response.load_body() - response.http_response.internal_response.body = response.http_response.body() will_retry = is_retry(response, request.context.options.get('mode')) if not will_retry and download_stream_current is not None: