Bump min tls version to 1.2 for storage live test storage account (#5098)
This commit is contained in:
parent
acf8926bb3
commit
bc2bb8da0b
@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user