Bump min tls version to 1.2 for storage live test storage account (#5098)

This commit is contained in:
Ben Broderick Phillips 2023-11-01 16:14:39 -04:00 committed by GitHub
parent acf8926bb3
commit bc2bb8da0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
}
},
"variables": {
"storageApiVersion": "2019-06-01",
"storageApiVersion": "2022-05-01",
"location": "[resourceGroup().location]",
"accountName": "[parameters('baseName')]",
"datalakeAccountName": "[concat('d', parameters('baseName'))]",
@ -119,7 +119,8 @@
},
"keySource": "Microsoft.Storage"
},
"accessTier": "Hot"
"accessTier": "Hot",
"minimumTlsVersion": "TLS1_2"
},
"dependsOn": [],
"tags": {}
@ -253,7 +254,8 @@
},
"keySource": "Microsoft.Storage"
},
"accessTier": "Hot"
"accessTier": "Hot",
"minimumTlsVersion": "TLS1_2"
}
},
{
@ -287,7 +289,8 @@
},
"keySource": "Microsoft.Storage"
},
"accessTier": "Hot"
"accessTier": "Hot",
"minimumTlsVersion": "TLS1_2"
}
}
],