Skip to content

Commit b4fbe84

Browse files
committed
Typo
1 parent d644d5b commit b4fbe84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.net8.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public enum SasProtocol
183183
}
184184
public partial class SasQueryParameters
185185
{
186-
public const string DefaultSasVersion = "2025-07-05";
186+
public const string DefaultSasVersion = "2026-02-06";
187187
protected SasQueryParameters() { }
188188
protected SasQueryParameters(System.Collections.Generic.IDictionary<string, string> values) { }
189189
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]

sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public enum SasProtocol
182182
}
183183
public partial class SasQueryParameters
184184
{
185-
public const string DefaultSasVersion = "2025-07-05";
185+
public const string DefaultSasVersion = "2026-02-06";
186186
protected SasQueryParameters() { }
187187
protected SasQueryParameters(System.Collections.Generic.IDictionary<string, string> values) { }
188188
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]

sdk/storage/Azure.Storage.Common/src/Shared/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ internal static class Constants
2626
/// signatures.
2727
/// </summary>
2828
// TODO fix this
29-
public const string DefaultSasVersion = "2025-07-05";
29+
public const string DefaultSasVersion = "2026-02-06";
3030

3131
/// <summary>
3232
/// Max download range size while requesting a transactional hash.

0 commit comments

Comments
 (0)