Azure Networking · Capability

Azure Networking Azure Virtual Networks API — Virtual Network Peerings

Azure Networking Azure Virtual Networks API — Virtual Network Peerings. 4 operations. Lead operation: Azure Networking List virtual network peerings. Self-contained Naftiko capability covering one Microsoft Azure Networking business surface.

Run with Naftiko Microsoft Azure NetworkingVirtual Network Peerings

What You Can Do

GET
Virtualnetworkpeeringslist — Azure Networking List virtual network peerings
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings
GET
Virtualnetworkpeeringsget — Azure Networking Get virtual network peering
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}
PUT
Virtualnetworkpeeringscreateorupdate — Azure Networking Create or update virtual network peering
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}
DELETE
Virtualnetworkpeeringsdelete — Azure Networking Delete virtual network peering
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}

MCP Tools

azure-networking-list-virtual-network

Azure Networking List virtual network peerings

read-only idempotent
azure-networking-get-virtual-network

Azure Networking Get virtual network peering

read-only idempotent
azure-networking-create-update-virtual

Azure Networking Create or update virtual network peering

idempotent
azure-networking-delete-virtual-network

Azure Networking Delete virtual network peering

idempotent

Capability Spec

azure-networking-virtual-networks-virtual-network-peerings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Networking Azure Virtual Networks API — Virtual Network Peerings
  description: 'Azure Networking Azure Virtual Networks API — Virtual Network Peerings. 4 operations. Lead operation: Azure
    Networking List virtual network peerings. Self-contained Naftiko capability covering one Microsoft Azure Networking business
    surface.'
  tags:
  - Microsoft Azure Networking
  - Virtual Network Peerings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_NETWORKING_API_KEY: MICROSOFT_AZURE_NETWORKING_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-networking-virtual-networks-virtual-network-peerings
    baseUri: https://management.azure.com
    description: Azure Networking Azure Virtual Networks API — Virtual Network Peerings business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/virtualNetworkPeerings
      operations:
      - name: virtualnetworkpeeringslist
        method: GET
        description: Azure Networking List virtual network peerings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/virtualNetworkPeerings/{virtualNetworkPeeringName}
      operations:
      - name: virtualnetworkpeeringsget
        method: GET
        description: Azure Networking Get virtual network peering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkPeeringName
          in: path
          type: string
          description: The name of the virtual network peering.
          required: true
      - name: virtualnetworkpeeringscreateorupdate
        method: PUT
        description: Azure Networking Create or update virtual network peering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkPeeringName
          in: path
          type: string
          description: The name of the virtual network peering.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: virtualnetworkpeeringsdelete
        method: DELETE
        description: Azure Networking Delete virtual network peering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkPeeringName
          in: path
          type: string
          description: The name of the virtual network peering.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_NETWORKING_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-networking-virtual-networks-virtual-network-peerings-rest
    port: 8080
    description: REST adapter for Azure Networking Azure Virtual Networks API — Virtual Network Peerings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: virtualnetworkpeeringslist
        description: Azure Networking List virtual network peerings
        call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: virtualnetworkpeeringsget
        description: Azure Networking Get virtual network peering
        call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringsget
        with:
          virtualNetworkPeeringName: rest.virtualNetworkPeeringName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: virtualnetworkpeeringscreateorupdate
        description: Azure Networking Create or update virtual network peering
        call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringscreateorupdate
        with:
          virtualNetworkPeeringName: rest.virtualNetworkPeeringName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: virtualnetworkpeeringsdelete
        description: Azure Networking Delete virtual network peering
        call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringsdelete
        with:
          virtualNetworkPeeringName: rest.virtualNetworkPeeringName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-networking-virtual-networks-virtual-network-peerings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Networking Azure Virtual Networks API — Virtual Network Peerings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: azure-networking-list-virtual-network
      description: Azure Networking List virtual network peerings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringslist
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-get-virtual-network
      description: Azure Networking Get virtual network peering
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringsget
      with:
        virtualNetworkPeeringName: tools.virtualNetworkPeeringName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-create-update-virtual
      description: Azure Networking Create or update virtual network peering
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringscreateorupdate
      with:
        virtualNetworkPeeringName: tools.virtualNetworkPeeringName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-delete-virtual-network
      description: Azure Networking Delete virtual network peering
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-networking-virtual-networks-virtual-network-peerings.virtualnetworkpeeringsdelete
      with:
        virtualNetworkPeeringName: tools.virtualNetworkPeeringName
      outputParameters:
      - type: object
        mapping: $.