diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp index 8e84334e1..ac281b43c 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/internal/constants.hpp @@ -18,7 +18,6 @@ namespace Azure { namespace Storage { namespace _internal { constexpr static const char* HttpHeaderContentType = "content-type"; constexpr static const char* HttpHeaderContentLength = "content-length"; constexpr static const char* HttpHeaderContentRange = "content-range"; - constexpr static const char* DefaultSasVersion = "2020-02-10"; constexpr int ReliableStreamRetryCount = 3; }}} // namespace Azure::Storage::_internal