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] Issues with 'az network dns record-set list' #1131

Closed
6 of 7 tasks
jtuliani opened this issue Oct 24, 2016 · 5 comments
Closed
6 of 7 tasks

[DNS] Issues with 'az network dns record-set list' #1131

jtuliani opened this issue Oct 24, 2016 · 5 comments
Assignees
Labels
Network az network vnet/lb/nic/dns/etc... Output

Comments

@jtuliani
Copy link

jtuliani commented Oct 24, 2016

Issues with 'az network dns record-set list'

@JasonRShaver JasonRShaver added the Network az network vnet/lb/nic/dns/etc... label Oct 31, 2016
@JasonRShaver
Copy link
Contributor

@jtuliani
Copy link
Author

jtuliani commented Nov 4, 2016

Sample output attached
Sample record set list.txt

@jtuliani
Copy link
Author

jtuliani commented Nov 4, 2016

Also attaching example of current output...you can see all the 'null' items listed, which are a problem as described in item 4 above.
Existing record-set list output.txt

@jtuliani
Copy link
Author

jtuliani commented Nov 4, 2016

As discussed...JSON output over the wire does not include 'null' items, so they should definitely not be in the CLI JSON format. Re formatted sample output, @JasonRShaver to investigate

@tjprescott
Copy link
Member

The null values exist because msrest deserializes the response into the strongly typed object. Since the values aren't included in the response, they end up as null values in the resulting object. We can handle this with a transform of the output.

@johanste johanste added this to the Sprint 11 (January Update) milestone Jan 19, 2017
@tjprescott tjprescott self-assigned this Jan 19, 2017
@jtuliani jtuliani changed the title Issues with 'az network dns record-set list' [DNS] Issues with 'az network dns record-set list' Feb 1, 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

5 participants