Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage Preview] Fix #22699: fixing typo #5124

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Storage Preview] Fix #22699: fixing typo
RakeshMohanMSFT authored Jul 15, 2022
commit a8d7387503cab830d9c950a84002d05d83fec063
4 changes: 2 additions & 2 deletions src/storage-preview/azext_storage_preview/_params.py
Original file line number Diff line number Diff line change
@@ -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: '
'<keyType> <keyData> 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(),