Bump min tls version to 1.2 for storage live test storage account (#5098)
This commit is contained in:
Родитель
acf8926bb3
Коммит
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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче