Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SRP] Default value change for account property supportsHttpsTrafficOnly #6243

Merged
merged 1 commit into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[SRP] Default value change for account property supportsHttpsTrafficOnly
  • Loading branch information
zfchen95 committed Jun 6, 2019
commit 552816c639d2a0e594818064c382bac8473dc708
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