Skip to content

Storage account create min TLS version has TLS1_3 on help but this is not a valid option in Azure #30022

Open

Description

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

Auto-AssignAuto assign by botService AttentionThis issue is responsible by Azure service team.Storageaz storagecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions