Skip to content

Commit e8cfea3

Browse files
committed
update help
1 parent afd22eb commit e8cfea3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/storage

src/azure-cli/azure/cli/command_modules/storage/_params.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
390390
'public access setting for a container is required to enable anonymous access.')
391391
c.argument('min_tls_version', arg_type=get_enum_type(['TLS1_2', 'TLS1_3']),
392392
help='The minimum TLS version to be permitted on requests to storage. '
393-
'Values TLS1_0 and TLS1_1 have been retired on 2026/02/03.'
394393
'Microsoft recommends setting MinimumTlsVersion to TLS1_2')
395394
c.argument('allow_shared_key_access', allow_shared_key_access_type)
396395
c.argument('edge_zone', edge_zone_type)
@@ -509,7 +508,6 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
509508
'public access setting for a container is required to enable anonymous access.')
510509
c.argument('min_tls_version', arg_type=get_enum_type(['TLS1_2', 'TLS1_3']),
511510
help='The minimum TLS version to be permitted on requests to storage. '
512-
'Values TLS1_0 and TLS1_1 have been retired on 2026/02/03. '
513511
'Microsoft recommends setting MinimumTlsVersion to TLS1_2')
514512
c.argument('allow_shared_key_access', allow_shared_key_access_type)
515513
c.argument('identity_type', arg_type=get_enum_type(t_identity_type), arg_group='Identity',

0 commit comments

Comments
 (0)