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

name/id parameters should be consistent #113

Closed
binderjoe opened this issue Apr 13, 2016 · 1 comment
Closed

name/id parameters should be consistent #113

binderjoe opened this issue Apr 13, 2016 · 1 comment

Comments

@binderjoe
Copy link

Our get commands use a verbose and inconsistent convention for the argument names. For example:
az availabilityset get --availability-set-name [name
az vm get --vm-name

These commands should all just use "name" since the name clearly pertains to the "get" noun. E.g.,
az vm get --name [name]

@johanste
Copy link
Member

johanste commented Jun 9, 2016

This should now be consistent across all currently existing commands. As new commands come online, we need to make sure that we alias the parameter names correctly.

@johanste johanste closed this as completed Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants