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

[DNS] 'az network dns zone list' - change columns in output #1860

Closed
jtuliani opened this issue Jan 25, 2017 · 1 comment
Closed

[DNS] 'az network dns zone list' - change columns in output #1860

jtuliani opened this issue Jan 25, 2017 · 1 comment
Assignees
Labels
Network az network vnet/lb/nic/dns/etc... Output
Milestone

Comments

@jtuliani
Copy link

jtuliani commented Jan 25, 2017

Currently, 'az network dns zone list' includes the following columns in the output, in the following order: etag, location, maxnumberofrecordsets, numberofrecordsets, resource group name

There are unnecessary items here (e.g. location is always global, hence not necessary). Etag is deep-dive information that is useful in the 'show' command but takes up too much space to justify inclusion in the zone list. And the order does not put the most important stuff first.

Please change to: zone name, resource group name, number of record sets, max number of record sets.

Also, to save space, I suggest renaming 'Max Number Of Record Sets' and 'Number Of Record Sets' to simply 'Max Record Sets' and 'Record Sets', respectively. If necessary, that is.

@tjprescott tjprescott added Network az network vnet/lb/nic/dns/etc... Output labels Jan 25, 2017
@tjprescott tjprescott self-assigned this Jan 25, 2017
@jtuliani
Copy link
Author

Edited above text a little.

@tjprescott tjprescott added this to the Sprint 12 milestone Jan 25, 2017
tjprescott added a commit that referenced this issue Feb 3, 2017
@haroldrandom haroldrandom added Network az network vnet/lb/nic/dns/etc... Output labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Network az network vnet/lb/nic/dns/etc... Output
Projects
None yet
Development

No branches or pull requests

3 participants