Closed GoogleCodeExporter closed 8 years ago
For the record, you can work around by using:
$ gcloud dns record-sets transaction start -z <your-zone-name>
(Note the order of the flag vs. the command.)
We'll look into why gcloud is exhibiting this behavior.
Original comment by z...@google.com
on 20 Jan 2016 at 2:54
I figured that out. Forgot to mention it. But thanks! I am migrating the
scripts now. :P
Original comment by gabipetr...@gmail.com
on 20 Jan 2016 at 2:57
Thank you for this feedback.
This is a breaking change that was introduced in 92.0.0. Here is the entry from
the release notes:
* Changed behavior of the `--zone`/`-z` flag in the `gcloud dns record-sets`
command group. This flag can no longer precede the command. For instance,
`gcloud dns record-sets -z=mz list` will not work, but
`gcloud dns record-sets list -z=mz` will.
Sorry about any inconvenience this caused you. The change was necessary to make
the dns surface consistent with other surfaces.
Original comment by vil...@google.com
on 20 Jan 2016 at 9:11
Original comment by vil...@google.com
on 20 Jan 2016 at 9:17
Original issue reported on code.google.com by
gabipetr...@gmail.com
on 20 Jan 2016 at 2:21