Skip to content

Commit

Permalink
Set min tls version for search live tests (Azure#37342)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Oct 24, 2023
1 parent 680e1e7 commit 8935026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/search/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"searchServiceName": "[concat('azs-java-', parameters('baseName'))]",
"searchApiVersion": "2020-03-13",
"storageAccountName": "[concat('search', parameters('baseName'))]",
"storageApiVersion": "2019-06-01"
"storageApiVersion": "2022-05-01"
},
"resources": [
{
Expand Down Expand Up @@ -75,7 +75,8 @@
"location": "[parameters('location')]",
"properties": {
"accessTier": "Hot",
"supportsHttpsTrafficOnly": true
"supportsHttpsTrafficOnly": true,
"minimumTlsVersion": "TLS1_2"
},
"sku": {
"name": "Standard_LRS",
Expand Down

0 comments on commit 8935026

Please sign in to comment.