Skip to content

Commit

Permalink
move from deprecated downloadWithResponse to downloadStreamWithResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Sep 19, 2024
1 parent 0451650 commit 065aa67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AzureRangedReader(implicit blobServiceClient: BlobServiceClient)
}

Try {
blobClient.downloadWithResponse(
blobClient.downloadStreamWithResponse(
stream,
blobRange,
new DownloadRetryOptions,
Expand Down

0 comments on commit 065aa67

Please sign in to comment.