Skip to content

Commit

Permalink
block blob fix (#45129)
Browse files Browse the repository at this point in the history
* block blob fix

* testproxy
  • Loading branch information
jaschrep-msft authored Jul 23, 2024
1 parent 1b7ed3c commit 4488410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/storage/Azure.Storage.Blobs",
"Tag": "net/storage/Azure.Storage.Blobs_d0c9efbfaf"
"Tag": "net/storage/Azure.Storage.Blobs_6a63d70288"
}
1 change: 0 additions & 1 deletion sdk/storage/Azure.Storage.Blobs/src/BlockBlobClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ internal virtual async Task<Response<BlobContentInfo>> UploadInternal(
if (content != null &&
validationOptions != null &&
validationOptions.ChecksumAlgorithm.ResolveAuto() == StorageChecksumAlgorithm.StorageCrc64 &&
validationOptions.PrecalculatedChecksum.IsEmpty &&
ClientSideEncryption == null) // don't allow feature combination
{
// report progress in terms of caller bytes, not encoded bytes
Expand Down

0 comments on commit 4488410

Please sign in to comment.