You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
theacodes
added
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
api: dns
Issues related to the Cloud DNS API.
labels
Apr 12, 2016
It seems weird that description is required... I don't think it should be required in the client, could we make the "default description" == dns_name on the client side unless someone specifically sets a description?
The
description
parameter is required to the API call tomanageZones.create
, however, this parameter is not exposed inClient.zone
. This leads to the awkward pattern:Where it should be:
The text was updated successfully, but these errors were encountered: