Skip to content

Commit

Permalink
Add TLS 1_3 support for storage (Azure#29175)
Browse files Browse the repository at this point in the history
* Add TLS 1_3 support for storage

* Add support for account level cold access tier

---------

Co-authored-by: Udit Sharma <uditsharma@microsoft.com>
  • Loading branch information
usharma6 and Udit Sharma committed May 30, 2024
1 parent 7605afe commit ce625c0
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,8 @@
"enum": [
"Hot",
"Cool",
"Premium"
"Premium",
"Cold"
],
"x-ms-enum": {
"name": "AccessTier",
Expand Down Expand Up @@ -3252,7 +3253,8 @@
"enum": [
"TLS1_0",
"TLS1_1",
"TLS1_2"
"TLS1_2",
"TLS1_3"
],
"x-ms-enum": {
"name": "MinimumTlsVersion",
Expand Down Expand Up @@ -3855,7 +3857,8 @@
"enum": [
"Hot",
"Cool",
"Premium"
"Premium",
"Cold"
],
"x-ms-enum": {
"name": "AccessTier",
Expand Down Expand Up @@ -3950,7 +3953,8 @@
"enum": [
"TLS1_0",
"TLS1_1",
"TLS1_2"
"TLS1_2",
"TLS1_3"
],
"x-ms-enum": {
"name": "MinimumTlsVersion",
Expand Down Expand Up @@ -4206,7 +4210,8 @@
"enum": [
"Hot",
"Cool",
"Premium"
"Premium",
"Cold"
],
"x-ms-enum": {
"name": "AccessTier",
Expand Down Expand Up @@ -4269,7 +4274,8 @@
"enum": [
"TLS1_0",
"TLS1_1",
"TLS1_2"
"TLS1_2",
"TLS1_3"
],
"x-ms-enum": {
"name": "MinimumTlsVersion",
Expand Down

0 comments on commit ce625c0

Please sign in to comment.