I may be missing something, but it doesn't seem like the az network dns record <TYPE> add commands allow implicitly creating a record set if it doesn't already exist. This behavior existed in the previous xplat CLI, and would help simplify the experience for common cases where there aren't multiple records in a zone with the same type and name.
Right now, you'd have to run az network dns record-set create, and then go create your actual record, which feels a little heavy weight for simple scenarios.
I may be missing something, but it doesn't seem like the
az network dns record <TYPE> addcommands allow implicitly creating a record set if it doesn't already exist. This behavior existed in the previous xplat CLI, and would help simplify the experience for common cases where there aren't multiple records in a zone with the same type and name.Right now, you'd have to run
az network dns record-set create, and then go create your actual record, which feels a little heavy weight for simple scenarios.