Skip to content
  • Abhinav Dahiya's avatar
    dns/azure/client: support DNSZone type Private and PrivateDNSZone for zones · b2cf1d4c
    Abhinav Dahiya authored
    Uses the ZoneID to differentiate the type of zone, and calls the corresponding resource-type handler to PUT and DELETE the records.
    
    * creates `recordSetClient` to manage the records for DNSZone resource type.
    * creates `privateRecordSetClient` to manage the records for PrivateDNSZone resource type.
    * `dnsClient` now picks one of the above based on the Zone's provider
    b2cf1d4c