Skip to content

Commit

Permalink
[SRP] Default value change for account property supportsHttpsTrafficO…
Browse files Browse the repository at this point in the history
…nly (#6243)
  • Loading branch information
zfchen95 authored and kpajdzik committed Jun 6, 2019
1 parent de46d03 commit 2611ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"secondaryLocation": "centraluseuap",
"statusOfPrimary": "available",
"statusOfSecondary": "available",
"supportsHttpsTrafficOnly": false
"supportsHttpsTrafficOnly": true
},
"sku": {
"name": "Standard_GRS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@
"supportsHttpsTrafficOnly": {
"type": "boolean",
"x-ms-client-name": "EnableHttpsTrafficOnly",
"description": "Allows https traffic only to storage service if sets to true."
"description": "Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01."
},
"isHnsEnabled": {
"type": "boolean",
Expand Down

0 comments on commit 2611ed6

Please sign in to comment.