From a8d7387503cab830d9c950a84002d05d83fec063 Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Fri, 15 Jul 2022 18:29:57 +0530 Subject: [PATCH] [Storage Preview] Fix #22699: fixing typo Fixes https://github.com/Azure/azure-cli/issues/22699 --- src/storage-preview/azext_storage_preview/_params.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage-preview/azext_storage_preview/_params.py b/src/storage-preview/azext_storage_preview/_params.py index 55ae0c34f27..12f95696cd0 100644 --- a/src/storage-preview/azext_storage_preview/_params.py +++ b/src/storage-preview/azext_storage_preview/_params.py @@ -448,8 +448,8 @@ def load_arguments(self, _): # pylint: disable=too-many-locals, too-many-statem 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.' - 'Example: --ssh_authorized_key description=description key="ssh-ras AAAABBBB"' - 'or --ssh_authorized_key key="ssh-ras 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(), help='Indicates whether shared key exists. Set it to false to remove existing shared key.') c.argument('has_ssh_key', arg_type=get_three_state_flag(),