From 365519d228eb00f4ca7aaf89edd3bfd46a9eb47c Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" Date: Wed, 4 Dec 2024 10:06:30 +0800 Subject: [PATCH] fix html tag (#8333) --- src/storage-preview/azext_storage_preview/_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage-preview/azext_storage_preview/_params.py b/src/storage-preview/azext_storage_preview/_params.py index a26b7198bc2..faa7c3b1869 100644 --- a/src/storage-preview/azext_storage_preview/_params.py +++ b/src/storage-preview/azext_storage_preview/_params.py @@ -938,7 +938,7 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem c.argument('ssh_authorized_key', nargs='+', action=SshPublicKeyAddAction, help='SSH authorized keys for SFTP. Includes an optional description and key. ' 'The key is the base64 encoded SSH public key , with format: ' - ' e.g. ssh-rsa AAAABBBB.' + '` ` e.g. ssh-rsa AAAABBBB.' 'Example: --ssh_authorized_key description=description key="ssh-rsa AAAABBBB"' 'or --ssh_authorized_key key="ssh-rsa AAAABBBB"') c.argument('has_shared_key', arg_type=get_three_state_flag(),