-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
|
Sample output attached |
Also attaching example of current output...you can see all the 'null' items listed, which are a problem as described in item 4 above. |
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 |
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. |
Issues with 'az network dns record-set list'
No way to format results as table whilst still showing record values (RDATA).This will require a change to our output infrastructure and is being tracked by item Table output with multiple tables #1948The text was updated successfully, but these errors were encountered: