Skip to content

dns.Client.zone lacks a description parameter. #1721

@theacodes

Description

@theacodes

The description parameter is required to the API call to manageZones.create, however, this parameter is not exposed in Client.zone. This leads to the awkward pattern:

zone = client.zone('zone-name', dns_name='example.com.')
zone.description = 'My zone'
zone.create()

Where it should be:

zone = client.zone('zone-name', dns_name='example.com.', description='My zone')
zone.create()

Metadata

Metadata

Assignees

Labels

api: dnsIssues related to the Cloud DNS API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions