Microsoft Azure · Capability

Microsoft Azure PeeringManagementClient — PeeringServicePrefixes

Microsoft Azure PeeringManagementClient — PeeringServicePrefixes. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename Prefixes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePeeringServicePrefixes

What You Can Do

GET
Microsoftazureprefixeslistbypeeringservice — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename Prefixes
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}/prefixes
GET
Microsoftazureprefixesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename Prefixes Prefixname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}/prefixes/{prefixname}
PUT
Microsoftazureprefixescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename Prefixes Prefixname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}/prefixes/{prefixname}
DELETE
Microsoftazureprefixesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename Prefixes Prefixname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}/prefixes/{prefixname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

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

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

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

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

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

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

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

idempotent

Capability Spec

peeringmanagementclient-peeringserviceprefixes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PeeringManagementClient — PeeringServicePrefixes
  description: 'Microsoft Azure PeeringManagementClient — PeeringServicePrefixes. 4 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering Peeringservices Peeringservicename
    Prefixes. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PeeringServicePrefixes
  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-peeringserviceprefixes
    baseUri: https://management.azure.com
    description: Microsoft Azure PeeringManagementClient — PeeringServicePrefixes business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes
      operations:
      - name: microsoftazureprefixeslistbypeeringservice
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes
        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: $expand
          in: query
          type: string
          description: The properties to be expanded.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes/{prefixName}
      operations:
      - name: microsoftazureprefixesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes Prefixname
        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: prefixName
          in: path
          type: string
          description: The name of the prefix.
          required: true
        - name: $expand
          in: query
          type: string
          description: The properties to be expanded.
      - name: microsoftazureprefixescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes Prefixname
        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: prefixName
          in: path
          type: string
          description: The name of the prefix.
          required: true
        - name: peeringServicePrefix
          in: body
          type: string
          description: The properties needed to create a prefix.
          required: true
      - name: microsoftazureprefixesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes Prefixname
        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: prefixName
          in: path
          type: string
          description: The name of the prefix.
          required: true
  exposes:
  - type: rest
    namespace: peeringmanagementclient-peeringserviceprefixes-rest
    port: 8080
    description: REST adapter for Microsoft Azure PeeringManagementClient — PeeringServicePrefixes. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}/prefixes
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprefixeslistbypeeringservice
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes
        call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixeslistbypeeringservice
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-peering/peeringservices/{peeringservicename}/prefixes/{prefixname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprefixesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes Prefixname
        call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixesget
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
          prefixName: rest.prefixName
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprefixescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes Prefixname
        call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixescreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
          prefixName: rest.prefixName
          peeringServicePrefix: rest.peeringServicePrefix
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprefixesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Peering Peeringservices Peeringservicename Prefixes Prefixname
        call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixesdelete
        with:
          resourceGroupName: rest.resourceGroupName
          peeringServiceName: rest.peeringServiceName
          prefixName: rest.prefixName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: peeringmanagementclient-peeringserviceprefixes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PeeringManagementClient — PeeringServicePrefixes. 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 Resourcegroups Resourcegroupname Providers Microsoft Peering
        Peeringservices Peeringservicename Prefixes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixeslistbypeeringservice
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering
        Peeringservices Peeringservicename Prefixes Prefixname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixesget
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
        prefixName: tools.prefixName
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Peering
        Peeringservices Peeringservicename Prefixes Prefixname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixescreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
        prefixName: tools.prefixName
        peeringServicePrefix: tools.peeringServicePrefix
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Peering Peeringservices Peeringservicename Prefixes Prefixname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: peeringmanagementclient-peeringserviceprefixes.microsoftazureprefixesdelete
      with:
        resourceGroupName: tools.resourceGroupName
        peeringServiceName: tools.peeringServiceName
        prefixName: tools.prefixName
      outputParameters:
      - type: object
        mapping: $.