SAS token version related change (#3399)
This commit is contained in:
parent
7af1e39c27
commit
73304d6328
@ -18,6 +18,7 @@ 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
|
||||
|
||||
@ -2,14 +2,10 @@
|
||||
|
||||
## 12.0.0-beta.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Changed SAS token signed version to `2018-03-28`.
|
||||
|
||||
## 12.0.0-beta.3 (2022-02-14)
|
||||
|
||||
### Other Changes
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
namespace Azure { namespace Storage { namespace Sas {
|
||||
|
||||
namespace {
|
||||
constexpr static const char* SasVersion = "2020-02-10";
|
||||
constexpr static const char* SasVersion = "2018-03-28";
|
||||
}
|
||||
|
||||
void QueueSasBuilder::SetPermissions(QueueSasPermissions permissions)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user