Microsoft Azure · Capability

Microsoft Azure DnsManagementClient — Zones

Microsoft Azure DnsManagementClient — Zones. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Dnszones. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureZones

What You Can Do

GET
Microsoftazurezoneslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Dnszones
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/dnszones
GET
Microsoftazurezoneslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones
PUT
Microsoftazurezonescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones/{zonename}
DELETE
Microsoftazurezonesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones/{zonename}
GET
Microsoftazurezonesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones/{zonename}
PATCH
Microsoftazurezonesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones/{zonename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Dnszones

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename

read-only idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Dnszones Zonename

idempotent

Capability Spec

dnsmanagementclient-zones.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DnsManagementClient — Zones
  description: 'Microsoft Azure DnsManagementClient — Zones. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Network Dnszones. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Zones
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: dnsmanagementclient-zones
    baseUri: https://management.azure.com
    description: Microsoft Azure DnsManagementClient — Zones business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-dnszones
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/dnszones
      operations:
      - name: microsoftazurezoneslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Dnszones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: The maximum number of DNS zones to return. If not specified, returns up to 100 zones.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones
      operations:
      - name: microsoftazurezoneslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: The maximum number of record sets to return. If not specified, returns up to 100 record sets.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}
      operations:
      - name: microsoftazurezonescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the CreateOrUpdate operation.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen
            etag value to prevent accidentally overwriting any concurr
        - name: If-None-Match
          in: header
          type: string
          description: Set to '*' to allow a new DNS zone to be created, but to prevent updating an existing zone. Other values
            will be ignored.
      - name: microsoftazurezonesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: The etag of the DNS zone. Omit this value to always delete the current zone. Specify the last-seen
            etag value to prevent accidentally deleting any concurrent ch
      - name: microsoftazurezonesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurezonesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the Update operation.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen
            etag value to prevent accidentally overwriting any concurr
  exposes:
  - type: rest
    namespace: dnsmanagementclient-zones-rest
    port: 8080
    description: REST adapter for Microsoft Azure DnsManagementClient — Zones. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/dnszones
      name: subscriptions-subscriptionid-providers-microsoft-network-dnszones
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-dnszones.
      operations:
      - method: GET
        name: microsoftazurezoneslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Dnszones
        call: dnsmanagementclient-zones.microsoftazurezoneslist
        with:
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurezoneslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones
        call: dnsmanagementclient-zones.microsoftazurezoneslistbyresourcegroup
        with:
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/dnszones/{zonename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurezonescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        call: dnsmanagementclient-zones.microsoftazurezonescreateorupdate
        with:
          parameters: rest.parameters
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurezonesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        call: dnsmanagementclient-zones.microsoftazurezonesdelete
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurezonesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        call: dnsmanagementclient-zones.microsoftazurezonesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurezonesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Dnszones Zonename
        call: dnsmanagementclient-zones.microsoftazurezonesupdate
        with:
          parameters: rest.parameters
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dnsmanagementclient-zones-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DnsManagementClient — Zones. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Dnszones
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dnsmanagementclient-zones.microsoftazurezoneslist
      with:
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Dnszones
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dnsmanagementclient-zones.microsoftazurezoneslistbyresourcegroup
      with:
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Dnszones Zonename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dnsmanagementclient-zones.microsoftazurezonescreateorupdate
      with:
        parameters: tools.parameters
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Dnszones Zonename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: dnsmanagementclient-zones.microsoftazurezonesdelete
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Dnszones Zonename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dnsmanagementclient-zones.microsoftazurezonesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Dnszones Zonename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dnsmanagementclient-zones.microsoftazurezonesupdate
      with:
        parameters: tools.parameters
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.