github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/026-azure-alias.json (about)

     1  {
     2    "registrars": [],
     3    "dns_providers": [],
     4    "domains": [
     5      {
     6        "name": "foo.com",
     7        "registrar": "none",
     8        "dnsProviders": {},
     9        "records": [
    10          {
    11            "type": "AZURE_ALIAS",
    12            "name": "atest",
    13            "target": "foo.com.",
    14            "azure_alias": {
    15              "type": "A"
    16            }
    17          },
    18          {
    19            "type": "AZURE_ALIAS",
    20            "name": "aaaatest",
    21            "target": "foo.com.",
    22            "azure_alias": {
    23              "type": "AAAA"
    24            }
    25          },
    26          {
    27            "type": "AZURE_ALIAS",
    28            "name": "cnametest",
    29            "target": "foo.com.",
    30            "azure_alias": {
    31              "type": "CNAME"
    32            }
    33          }
    34        ]
    35      }
    36    ]
    37  }