Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit acf62a3

Browse files
author
jofriedm-msft
authored
Merge pull request #77 from jofriedm-msft/dev
Removed request encryption check from Set Tier API
2 parents 9d85d2e + bb9d7df commit acf62a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

microsoft-azure-storage/src/com/microsoft/azure/storage/blob/CloudPageBlob.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,6 @@ public Void preProcessResponse(CloudBlob blob, CloudBlobClient client, Operation
16401640
}
16411641

16421642
blob.updateEtagAndLastModifiedFromResponse(this.getConnection());
1643-
this.getResult().setRequestServiceEncrypted(CloudBlob.isServerRequestEncrypted(this.getConnection()));
16441643
blob.properties.setPremiumPageBlobTier(premiumBlobTier);
16451644
blob.properties.setBlobTierInferredTier(false);
16461645

0 commit comments

Comments
 (0)