From a47789c3116a9f6df599897027b633bbbbc9134b Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Tue, 11 Aug 2020 07:25:09 +0800 Subject: [PATCH] Fix bug: CopyBlob always sends empty access-tier header (#426) --- sdk/storage/inc/blobs/blob_options.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/inc/blobs/blob_options.hpp b/sdk/storage/inc/blobs/blob_options.hpp index b3a5db686..be7754039 100644 --- a/sdk/storage/inc/blobs/blob_options.hpp +++ b/sdk/storage/inc/blobs/blob_options.hpp @@ -551,7 +551,7 @@ namespace Azure { namespace Storage { namespace Blobs { /** * @brief Specifies the tier to be set on the target blob. */ - Azure::Core::Nullable Tier = AccessTier::Unknown; + Azure::Core::Nullable Tier; /** * @beirf Indicates the priority with which to rehydrate an archived blob. The priority