From 0a62222fa84bb87e557e0bdb946b70dce90f1394 Mon Sep 17 00:00:00 2001 From: James <41338290+jaschrep-msft@users.noreply.github.com> Date: Thu, 10 Mar 2022 10:34:52 -0500 Subject: [PATCH] Fixed etag locking for DownloadStreaming (#27473) --- sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs b/sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs index 74e0a9279eb8e..aa2e3d8ae8a49 100644 --- a/sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs +++ b/sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs @@ -1460,7 +1460,7 @@ private async Task> DownloadStreamingInter startOffset => StartDownloadAsync( range, - conditions, + conditionsWithEtag, rangeGetContentHash, startOffset, async, @@ -1470,7 +1470,7 @@ private async Task> DownloadStreamingInter async startOffset => (await StartDownloadAsync( range, - conditions, + conditionsWithEtag, rangeGetContentHash, startOffset, async,