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 show' #1132

Closed
3 of 4 tasks
jtuliani opened this issue Oct 24, 2016 · 4 comments
Closed
3 of 4 tasks

[DNS] Issues with 'az network dns record-set show' #1132

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

Comments

@jtuliani
Copy link

jtuliani commented Oct 24, 2016

Issues with 'az network dns record-set show':

  • 1. If record set does not exist, error message says The resource record 'cccnamed' does not exist in resource group 'rg1' of subscription ''. This error also needs to list the zone name.
  • 2. In some cases (e.g. showing the SOA at the zone apex via az network dns record-set show -g rg1 -n "@" --type SOA --zone-name jt-test.com), I just get a red message 'Failed to open file' and no record set is shown (PR Fix issues with @syntax #1581)
  • 3. When showing, do not include all the 'null' objects for other record types in the JSON output. ([Network] DNS Fixes Round 2 #1592)
  • 4. Needs short form for --zone-name (-z) and --type (-t) (PR [DNS] Issues with 'az network dns record-set create' #1129)
@JasonRShaver JasonRShaver added Network az network vnet/lb/nic/dns/etc... JRS labels Oct 31, 2016
@JasonRShaver
Copy link
Contributor

  • add zone name to error (does service return zone name?)
  • add support for DNS-style @ sign
  • add -z and -t

service returns nulls for #3, how do we know what to filter? Is service side filtering a possibliity

@jtuliani
Copy link
Author

jtuliani commented Nov 4, 2016

See #1131 for example of current record set output format, plus desired record set output format.

@tjprescott
Copy link
Member

IRT item 1, this is the error returned from the service. If it is inadequate, it should be updated there.

@jtuliani
Copy link
Author

Re #1, yes, I believe we already have a service bug for this, good point.

@jtuliani jtuliani changed the title Issues with 'az network dns record-set show' [DNS] Issues with 'az network dns record-set show' Feb 16, 2017
@haroldrandom haroldrandom added JRS Network az network vnet/lb/nic/dns/etc... labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JRS Network az network vnet/lb/nic/dns/etc...
Projects
None yet
Development

No branches or pull requests

4 participants