Azure / azure-resource-manager-schemas

Schemas used to author and validate Resource Manager Templates. These schemas power the intellisense and syntax completion in our ARM Tools VSCode extension, as well as the Export Template API
MIT License
609 stars 516 forks source link

minTlsVersion/minimumTlsVersion inconsistency #3014

Open schaijkw opened 7 months ago

schaijkw commented 7 months ago

For Microsoft.Web/sites we set property minTlsVersion with a value of 1.2 For Microsoft.Storage/storageAccounts we set property minimumTlsVersion with a value of TLS1_2

In my opinion this should not differ.