mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-10-28 17:20:59 +01:00
The underlying SDK uses `recordSetsClient.CreateOrUpdate()` [doc](https://docs.microsoft.com/en-us/rest/api/dns/record-sets/create-or-update) which allows us to exclusively rely on UpdateNew for record set updates. As a result, we're no longer running the risk of zone update failures causing outages as outlined in #2918 Fix https://github.com/kubernetes-sigs/external-dns/issues/2918