NetworkManagementClient — VirtualNetworkPeerings

NetworkManagementClient — VirtualNetworkPeerings. 4 operations. Lead operation: Azure Networking Services Virtual Network Peerings_ List. Self-contained Naftiko capability covering one Azure Networking Services business surface.

Run with Naftiko Azure Networking ServicesVirtualNetworkPeerings

What You Can Do

GET
Virtualnetworkpeeringslist — Azure Networking Services Virtual Network Peerings_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings
DELETE
Virtualnetworkpeeringsdelete — Azure Networking Services Virtual Network Peerings_ Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}
GET
Virtualnetworkpeeringsget — Azure Networking Services Virtual Network Peerings_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}
PUT
Virtualnetworkpeeringscreateorupdate — Azure Networking Services Virtual Network Peerings_ Create or Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}/virtualnetworkpeerings/{virtualnetworkpeeringname}

MCP Tools

azure-networking-services-virtual-network

Azure Networking Services Virtual Network Peerings_ List

read-only idempotent
azure-networking-services-virtual-network-2

Azure Networking Services Virtual Network Peerings_ Delete

idempotent
azure-networking-services-virtual-network-3

Azure Networking Services Virtual Network Peerings_ Get

read-only idempotent
azure-networking-services-virtual-network-4

Azure Networking Services Virtual Network Peerings_ Create or Update

idempotent

Capability Spec

virtual-network-virtualnetworkpeerings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: NetworkManagementClient — VirtualNetworkPeerings
  description: 'NetworkManagementClient — VirtualNetworkPeerings. 4 operations. Lead operation: Azure Networking Services
    Virtual Network Peerings_ List. Self-contained Naftiko capability covering one Azure Networking Services business surface.'
  tags:
  - Azure Networking Services
  - VirtualNetworkPeerings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_NETWORKING_SERVICES_API_KEY: AZURE_NETWORKING_SERVICES_API_KEY
capability:
  consumes:
  - type: http
    namespace: virtual-network-virtualnetworkpeerings
    baseUri: https://management.azure.com
    description: NetworkManagementClient — VirtualNetworkPeerings 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 Services Virtual Network Peerings_ List
        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: virtualNetworkName
          in: path
          type: string
          description: The name of the virtual network.
          required: true
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
        - name: subscriptionId
          in: path
          type: string
          description: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription
            ID forms part of the URI for every service call.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/virtualNetworkPeerings/{virtualNetworkPeeringName}
      operations:
      - name: virtualnetworkpeeringsdelete
        method: DELETE
        description: Azure Networking Services Virtual Network Peerings_ Delete
        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: virtualNetworkName
          in: path
          type: string
          description: The name of the virtual network.
          required: true
        - name: virtualNetworkPeeringName
          in: path
          type: string
          description: The name of the virtual network peering.
          required: true
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
        - name: subscriptionId
          in: path
          type: string
          description: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription
            ID forms part of the URI for every service call.
          required: true
      - name: virtualnetworkpeeringsget
        method: GET
        description: Azure Networking Services Virtual Network Peerings_ Get
        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: virtualNetworkName
          in: path
          type: string
          description: The name of the virtual network.
          required: true
        - name: virtualNetworkPeeringName
          in: path
          type: string
          description: The name of the virtual network peering.
          required: true
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
        - name: subscriptionId
          in: path
          type: string
          description: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription
            ID forms part of the URI for every service call.
          required: true
      - name: virtualnetworkpeeringscreateorupdate
        method: PUT
        description: Azure Networking Services Virtual Network Peerings_ Create or Update
        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: virtualNetworkName
          in: path
          type: string
          description: The name of the virtual network.
          required: true
        - name: virtualNetworkPeeringName
          in: path
          type: string
          description: The name of the peering.
          required: true
        - name: VirtualNetworkPeeringParameters
          in: body
          type: string
          description: Parameters supplied to the create or update virtual network peering operation.
          required: true
        - name: api-version
          in: query
          type: string
          description: Client API version.
          required: true
        - name: subscriptionId
          in: path
          type: string
          description: The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription
            ID forms part of the URI for every service call.
          required: true
  exposes:
  - type: rest
    namespace: virtual-network-virtualnetworkpeerings-rest
    port: 8080
    description: REST adapter for NetworkManagementClient — VirtualNetworkPeerings. 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 Services Virtual Network Peerings_ List
        call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringslist
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
          api-version: rest.api-version
          subscriptionId: rest.subscriptionId
        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: DELETE
        name: virtualnetworkpeeringsdelete
        description: Azure Networking Services Virtual Network Peerings_ Delete
        call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
          virtualNetworkPeeringName: rest.virtualNetworkPeeringName
          api-version: rest.api-version
          subscriptionId: rest.subscriptionId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: virtualnetworkpeeringsget
        description: Azure Networking Services Virtual Network Peerings_ Get
        call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringsget
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
          virtualNetworkPeeringName: rest.virtualNetworkPeeringName
          api-version: rest.api-version
          subscriptionId: rest.subscriptionId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: virtualnetworkpeeringscreateorupdate
        description: Azure Networking Services Virtual Network Peerings_ Create or Update
        call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
          virtualNetworkPeeringName: rest.virtualNetworkPeeringName
          VirtualNetworkPeeringParameters: rest.VirtualNetworkPeeringParameters
          api-version: rest.api-version
          subscriptionId: rest.subscriptionId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: virtual-network-virtualnetworkpeerings-mcp
    port: 9090
    transport: http
    description: MCP adapter for NetworkManagementClient — VirtualNetworkPeerings. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: azure-networking-services-virtual-network
      description: Azure Networking Services Virtual Network Peerings_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringslist
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
        api-version: tools.api-version
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-services-virtual-network-2
      description: Azure Networking Services Virtual Network Peerings_ Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
        virtualNetworkPeeringName: tools.virtualNetworkPeeringName
        api-version: tools.api-version
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-services-virtual-network-3
      description: Azure Networking Services Virtual Network Peerings_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringsget
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
        virtualNetworkPeeringName: tools.virtualNetworkPeeringName
        api-version: tools.api-version
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-networking-services-virtual-network-4
      description: Azure Networking Services Virtual Network Peerings_ Create or Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: virtual-network-virtualnetworkpeerings.virtualnetworkpeeringscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
        virtualNetworkPeeringName: tools.virtualNetworkPeeringName
        VirtualNetworkPeeringParameters: tools.VirtualNetworkPeeringParameters
        api-version: tools.api-version
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.