Open evertonspader-tomtom opened 2 months ago
Thank you for opening this issue, we will look into it.
Hi @evertonspader-tomtom, might be a regression from service side since it was working previously
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.
Just curious if there was an update on this? It still seems that it might be an issue. I received the following when setting: minimumTlsVersion: 'TLS1_3' using 'Microsoft.Storage/storageAccounts@2023-05-01'.
"details": [ { "code": "FeatureNotSupported", "message": "Feature MinimumTlsVersion 1.3 is not supported." } ]
and Azure portal still doesn't show 1.3 as a valid option:
Obviously, I'll select 1.2, but was curious.
Describe the bug
Azure CLI for creating a storage account suggests that a
TLS1_3
option is available for--min-tls-version
, but that is not an available version.Related command
Errors
Issue script & Debug output
Expected behavior
The option for TLS 1.3 shouldn't be described in the help instructions of the command.
Environment Summary
Additional context
Azure Portal also doesn't offer the TLS 1.3 option: