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

[Network] ZoneType is None #11468

Closed
haroldrandom opened this issue Dec 4, 2019 · 1 comment · Fixed by #12322
Closed

[Network] ZoneType is None #11468

haroldrandom opened this issue Dec 4, 2019 · 1 comment · Fixed by #12322
Assignees
Labels
Network - DNS az network dns Network az network vnet/lb/nic/dns/etc...
Milestone

Comments

@haroldrandom
Copy link
Contributor

Describe the bug
ZoneType is None. So there is a part of help message of az network dns zone create -h missing

To Reproduce
az network dns zone create -h

Command
    az network dns zone create : Create a DNS zone.

Arguments
    --name -n           [Required] : The name of the zone.
    --resource-group -g [Required] : Name of resource group. You can configure the default group
                                     using `az configure --defaults group=<name>`.
    --if-none-match                : Only create a DNS zone if one doesn't exist that matches the
                                     given name.
    --parent-name -p               : Specify if parent zone exists for this zone and delegation for
                                     the child zone in the parent is to be added.
    --tags                         : Space-separated tags in 'key[=value]' format. Use "" to clear
                                     existing tags.
    --zone-type                    : Type of DNS zone to create.  Default: Public. (HERE MISSING)

Private Zone Arguments
    --registration-vnets           : Space-separated names or IDs of virtual networks that register
                                     hostnames in this DNS zone.
    --resolution-vnets             : Space-separated names or IDs of virtual networks that resolve
                                     records in this DNS zone.

Global Arguments
    --debug                        : Increase logging verbosity to show all debug logs.
    --help -h                      : Show this help message and exit.
    --output -o                    : Output format.  Allowed values: json, jsonc, none, table, tsv,
                                     yaml.  Default: json.
    --query                        : JMESPath query string. See http://jmespath.org/ for more
                                     information and examples.
    --subscription                 : Name or ID of subscription. You can configure the default
                                     subscription using `az account set -s NAME_OR_ID`.
    --verbose                      : Increase logging verbosity. Use --debug for full debug logs.

Expected behavior
There is some extra info in "HERE MISSING" above: Allowed values: Public, Private

Environment summary
Not related

Additional context
None

@haroldrandom haroldrandom added Network az network vnet/lb/nic/dns/etc... Network - DNS az network dns labels Dec 4, 2019
@haroldrandom haroldrandom added this to the S163 milestone Dec 4, 2019
@haroldrandom
Copy link
Contributor Author

planning on S163

@mmyyrroonn mmyyrroonn removed their assignment Dec 31, 2019
@yonzhan yonzhan modified the milestones: S163, S164 Jan 2, 2020
@yonzhan yonzhan modified the milestones: S164, S165 Feb 1, 2020
@mmyyrroonn mmyyrroonn modified the milestones: S165, S166, S167 Feb 15, 2020
@yonzhan yonzhan modified the milestones: S167, S166 Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Network - DNS az network dns Network az network vnet/lb/nic/dns/etc...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants