Skip to content

Commit

Permalink
vm/vmss: move generate_ssh_keys to 'Authentication' group (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored Feb 27, 2017
1 parent 6cd5d7c commit e2d7a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_vm_size_completion_list(prefix, action, parsed_args, **kwargs): # pylin

for scope in ['vm', 'vmss']:
register_cli_argument(scope, 'no_auto_upgrade', action='store_true', help='by doing this, extension system will not pick the highest minor version for the specified version number, and will not auto update to the latest build/revision number on any scale set updates in future.')
register_cli_argument('{} create'.format(scope), 'generate_ssh_keys', action='store_true', help='Generate SSH public and private key files if missing')
register_cli_argument('{} create'.format(scope), 'generate_ssh_keys', action='store_true', help='Generate SSH public and private key files if missing', arg_group='Authentication')


register_cli_argument('vm image list', 'image_location', location_type)
Expand Down

0 comments on commit e2d7a63

Please sign in to comment.