Microsoft Azure · Capability

Microsoft Azure PeeringManagementClient — PeeringServices

Microsoft Azure PeeringManagementClient — PeeringServices. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Peering Peeringservices. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePeeringServices

What You Can Do

GET
Microsoftazurepeeringserviceslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Peering Peeringservices
/v1/subscriptions/{subscriptionid}/providers/microsoft-peering/peeringservices
GET
Microsoftazurepeeringserviceslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices
GET
Microsoftazurepeeringservicesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}
PUT
Microsoftazurepeeringservicescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}
DELETE
Microsoftazurepeeringservicesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}
PATCH
Microsoftazurepeeringservicesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Peering Peeringservices

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename

idempotent

Capability Spec

peeringmanagementclient-peeringservices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PeeringManagementClient — PeeringServices
  description: 'Microsoft Azure PeeringManagementClient — PeeringServices. 6 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Peering Peeringservices. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PeeringServices
  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: peeringmanagementclient-peeringservices
    baseUri: https://management.azure.com
    description: Microsoft Azure PeeringManagementClient — PeeringServices business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Peering-peeringServices
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/peeringServices
      operations:
      - name: microsoftazurepeeringserviceslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Peering Peeringservices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices
      operations:
      - name: microsoftazurepeeringserviceslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices
        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: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}
      operations:
      - name: microsoftazurepeeringservicesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        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: peeringServiceName
          in: path
          type: string
          description: The name of the peering.
          required: true
      - name: microsoftazurepeeringservicescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        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: peeringServiceName
          in: path
          type: string
          description: The name of the peering service.
          required: true
        - name: peeringService
          in: body
          type: string
          description: The properties needed to create or update a peering service.
          required: true
      - name: microsoftazurepeeringservicesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        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: peeringServiceName
          in: path
          type: string
          description: The name of the peering service.
          required: true
      - name: microsoftazurepeeringservicesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        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: peeringServiceName
          in: path
          type: string
          description: The name of the peering service.
          required: true
        - name: tags
          in: body
          type: string
          description: The resource tags.
          required: true
  exposes:
  - type: rest
    namespace: peeringmanagementclient-peeringservices-rest
    port: 8080
    description: REST adapter for Microsoft Azure PeeringManagementClient — PeeringServices. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-peering/peeringservices
      name: subscriptions-subscriptionid-providers-microsoft-peering-peeringservices
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Peering-peeringServices.
      operations:
      - method: GET
        name: microsoftazurepeeringserviceslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Peering Peeringservices
        call: peeringmanagementclient-peeringservices.microsoftazurepeeringserviceslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepeeringserviceslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices
        call: peeringmanagementclient-peeringservices.microsoftazurepeeringserviceslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepeeringservicesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicesget
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepeeringservicescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicescreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
          peeringService: rest.peeringService
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepeeringservicesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicesdelete
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepeeringservicesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename
        call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicesupdate
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
          tags: rest.tags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: peeringmanagementclient-peeringservices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PeeringManagementClient — PeeringServices. 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 Peering Peeringservices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringservices.microsoftazurepeeringserviceslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering
        Peeringservices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringservices.microsoftazurepeeringserviceslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering
        Peeringservices Peeringservicename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicesget
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering
        Peeringservices Peeringservicename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicescreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
        peeringService: tools.peeringService
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Peering Peeringservices Peeringservicename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicesdelete
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Peering Peeringservices Peeringservicename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringservices.microsoftazurepeeringservicesupdate
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
        tags: tools.tags
      outputParameters:
      - type: object
        mapping: $.