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

az storage container list --help isn't helpful. #1066

Closed
binderjoe opened this issue Oct 11, 2016 · 3 comments
Closed

az storage container list --help isn't helpful. #1066

binderjoe opened this issue Oct 11, 2016 · 3 comments

Comments

@binderjoe
Copy link

binderjoe commented Oct 11, 2016

It looks like we're presenting the auto-generated help from the SDK for this command, as it isn't relevant in the context of the CLI:
az storage container list: Returns a generator to list the containers under the specified account. The generator will lazily follow the continuation tokens returned by the service and stop when all containers have been returned or num_results is reached.

If num_results is specified and the account has more than that number of containers, the generator will have a populated next_marker field once it finishes. This marker can be used to create a new generator if more results are desired.

@mayurid
Copy link
Member

mayurid commented Oct 11, 2016

@tjprescott : do we need to open and issue for the Storage sdk for this?

@tjprescott
Copy link
Member

@mayurid that is an option. The easiest thing to do would be to override the help text, since arguably the existing text is helpful(ish) to an SDK user.

@mayurid
Copy link
Member

mayurid commented Oct 19, 2016

Lets overwrite it in that case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants