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:
parent
f0e0070223
commit
7083d857af
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user