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
az storage account create --subscription $SUBSCRIPTION \
-g $RESOURCE_GROUP_FOR_STORAGE_ACCOUNT \
-n $STORAGE_ACCOUNT \
-l $REGION \
--sku Standard_LRS \
--kind StorageV2 \
--min-tls-version TLS1_3
Errors
ERROR: (FeatureNotSupported) Feature MinimumTlsVersion 1.3 is not supported.
Code: FeatureNotSupported
Message: Feature MinimumTlsVersion 1.3 is not supported.
Issue script & Debug output
ERROR: (FeatureNotSupported) Feature MinimumTlsVersion 1.3 is not supported.
Code: FeatureNotSupported
Message: Feature MinimumTlsVersion 1.3 is not supported.
Expected behavior
The option for TLS 1.3 shouldn't be described in the help instructions of the command.
Environment Summary
azure-cli 2.64.0
core 2.64.0
telemetry 1.1.0
Additional context
Azure Portal also doesn't offer the TLS 1.3 option:

Describe the bug
Azure CLI for creating a storage account suggests that a
TLS1_3option 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:
