Microsoft Azure · Capability

Microsoft Azure PrivateDnsManagementClient — PrivateZones

Microsoft Azure PrivateDnsManagementClient — PrivateZones. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Privatednszones. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateZones

What You Can Do

GET
Microsoftazureprivatezoneslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Privatednszones
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/privatednszones
GET
Microsoftazureprivatezoneslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones
PUT
Microsoftazureprivatezonescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}
PATCH
Microsoftazureprivatezonesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}
DELETE
Microsoftazureprivatezonesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}
GET
Microsoftazureprivatezonesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Privatednszones

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Privatednszones Privatezonename

read-only idempotent

Capability Spec

privatednsmanagementclient-privatezones.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PrivateDnsManagementClient — PrivateZones
  description: 'Microsoft Azure PrivateDnsManagementClient — PrivateZones. 6 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Network Privatednszones. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PrivateZones
  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: privatednsmanagementclient-privatezones
    baseUri: https://management.azure.com
    description: Microsoft Azure PrivateDnsManagementClient — PrivateZones business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-privateDnsZones
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones
      operations:
      - name: microsoftazureprivatezoneslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Privatednszones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: The maximum number of Private 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/privateDnsZones
      operations:
      - name: microsoftazureprivatezoneslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - 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/privateDnsZones/{privateZoneName}
      operations:
      - name: microsoftazureprivatezonescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: privateZoneName
          in: path
          type: string
          description: The name of the Private DNS zone (without a terminating dot).
          required: true
        - 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 Private DNS zone. Omit this value to always overwrite the current zone. Specify the
            last-seen ETag value to prevent accidentally overwriting any
        - name: If-None-Match
          in: header
          type: string
          description: Set to '*' to allow a new Private DNS zone to be created, but to prevent updating an existing zone.
            Other values will be ignored.
      - name: microsoftazureprivatezonesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: privateZoneName
          in: path
          type: string
          description: The name of the Private DNS zone (without a terminating dot).
          required: true
        - 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 Private DNS zone. Omit this value to always overwrite the current zone. Specify the
            last-seen ETag value to prevent accidentally overwriting any
      - name: microsoftazureprivatezonesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: privateZoneName
          in: path
          type: string
          description: The name of the Private DNS zone (without a terminating dot).
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen
            ETag value to prevent accidentally deleting any concu
      - name: microsoftazureprivatezonesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: privateZoneName
          in: path
          type: string
          description: The name of the Private DNS zone (without a terminating dot).
          required: true
  exposes:
  - type: rest
    namespace: privatednsmanagementclient-privatezones-rest
    port: 8080
    description: REST adapter for Microsoft Azure PrivateDnsManagementClient — PrivateZones. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/privatednszones
      name: subscriptions-subscriptionid-providers-microsoft-network-privatednszones
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-privateDnsZones.
      operations:
      - method: GET
        name: microsoftazureprivatezoneslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Privatednszones
        call: privatednsmanagementclient-privatezones.microsoftazureprivatezoneslist
        with:
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatezoneslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones
        call: privatednsmanagementclient-privatezones.microsoftazureprivatezoneslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/privatednszones/{privatezonename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureprivatezonescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        call: privatednsmanagementclient-privatezones.microsoftazureprivatezonescreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          privateZoneName: rest.privateZoneName
          parameters: rest.parameters
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureprivatezonesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        call: privatednsmanagementclient-privatezones.microsoftazureprivatezonesupdate
        with:
          resourceGroupName: rest.resourceGroupName
          privateZoneName: rest.privateZoneName
          parameters: rest.parameters
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprivatezonesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        call: privatednsmanagementclient-privatezones.microsoftazureprivatezonesdelete
        with:
          resourceGroupName: rest.resourceGroupName
          privateZoneName: rest.privateZoneName
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureprivatezonesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Privatednszones Privatezonename
        call: privatednsmanagementclient-privatezones.microsoftazureprivatezonesget
        with:
          resourceGroupName: rest.resourceGroupName
          privateZoneName: rest.privateZoneName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: privatednsmanagementclient-privatezones-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PrivateDnsManagementClient — PrivateZones. 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 Privatednszones
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: privatednsmanagementclient-privatezones.microsoftazureprivatezoneslist
      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
        Privatednszones
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: privatednsmanagementclient-privatezones.microsoftazureprivatezoneslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Privatednszones Privatezonename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: privatednsmanagementclient-privatezones.microsoftazureprivatezonescreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        privateZoneName: tools.privateZoneName
        parameters: tools.parameters
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Privatednszones Privatezonename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: privatednsmanagementclient-privatezones.microsoftazureprivatezonesupdate
      with:
        resourceGroupName: tools.resourceGroupName
        privateZoneName: tools.privateZoneName
        parameters: tools.parameters
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Privatednszones Privatezonename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: privatednsmanagementclient-privatezones.microsoftazureprivatezonesdelete
      with:
        resourceGroupName: tools.resourceGroupName
        privateZoneName: tools.privateZoneName
        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
        Privatednszones Privatezonename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: privatednsmanagementclient-privatezones.microsoftazureprivatezonesget
      with:
        resourceGroupName: tools.resourceGroupName
        privateZoneName: tools.privateZoneName
      outputParameters:
      - type: object
        mapping: $.