Remove DefaultSasVersion (#3534)

because each service has its own version

closes https://github.com/Azure/azure-sdk-for-cpp/issues/3401
This commit is contained in:
JinmingHu 2022-04-08 14:54:19 +08:00 committed by GitHub
parent f0e0070223
commit 7083d857af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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