@@ -390,7 +390,7 @@ 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 (t_tls_version ),
392392 help = 'The minimum TLS version to be permitted on requests to storage. '
393- 'Values TLS1_0 and TLS1_1 have been deprecated on 02/03/2026 and will be removed in the future .'
393+ ' Values TLS1_0 and TLS1_1 have been retired on 2026/ 02/03 and will be removed on 2026/03/03 .'
394394 ' Microsoft recommends setting MinimumTlsVersion to TLS1_2' )
395395 c .argument ('allow_shared_key_access' , allow_shared_key_access_type )
396396 c .argument ('edge_zone' , edge_zone_type )
@@ -509,7 +509,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem
509509 'public access setting for a container is required to enable anonymous access.' )
510510 c .argument ('min_tls_version' , arg_type = get_enum_type (t_tls_version ),
511511 help = 'The minimum TLS version to be permitted on requests to storage. '
512- 'Values TLS1_0 and TLS1_1 have been deprecated on 02/03/2026 and will be removed in the future .'
512+ ' Values TLS1_0 and TLS1_1 have been retired on 2026/ 02/03 and will be removed on 2026/03/03 .'
513513 ' Microsoft recommends setting MinimumTlsVersion to TLS1_2' )
514514 c .argument ('allow_shared_key_access' , allow_shared_key_access_type )
515515 c .argument ('identity_type' , arg_type = get_enum_type (t_identity_type ), arg_group = 'Identity' ,
0 commit comments