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
4. For --type, you cannot create a SOA record (they're created for you with the zone). The SOA value is a valid entry in the record type enum, but not supported in this context. The Help text should reflect this. (PR [DNS] Issues with 'az network dns record-set create' #1129)
6. No support for concurrency. As with zone create, should support defensive scripting against concurrent operations, e.g. via if-none-match * to prevent overwriting existing record sets. (PR [DNS] Issues with 'az network dns record-set create' #1129)
Issues with 'az network dns record-set create':