Microsoft Azure · Capability

Microsoft Azure NetworkResourceProviderClient — VirtualNetworks

Microsoft Azure NetworkResourceProviderClient — VirtualNetworks. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Virtualnetworks. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVirtualNetworks

What You Can Do

GET
Microsoftazurevirtualnetworkslistall — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Virtualnetworks
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/virtualnetworks
GET
Microsoftazurevirtualnetworkslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks
DELETE
Microsoftazurevirtualnetworksdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks Virtualnetworkname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}
GET
Microsoftazurevirtualnetworksget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks Virtualnetworkname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}
PUT
Microsoftazurevirtualnetworkscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks Virtualnetworkname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Virtualnetworks

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks

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

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks Virtualnetworkname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks Virtualnetworkname

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Virtualnetworks Virtualnetworkname

idempotent

Capability Spec

networkresourceproviderclient-virtualnetworks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NetworkResourceProviderClient — VirtualNetworks
  description: 'Microsoft Azure NetworkResourceProviderClient — VirtualNetworks. 5 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Providers Microsoft Network Virtualnetworks. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - VirtualNetworks
  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: networkresourceproviderclient-virtualnetworks
    baseUri: https://management.azure.com
    description: Microsoft Azure NetworkResourceProviderClient — VirtualNetworks business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-virtualnetworks
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/virtualnetworks
      operations:
      - name: microsoftazurevirtualnetworkslistall
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Virtualnetworks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualnetworks
      operations:
      - name: microsoftazurevirtualnetworkslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks
        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.Network/virtualnetworks/{virtualNetworkName}
      operations:
      - name: microsoftazurevirtualnetworksdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks Virtualnetworkname
        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: microsoftazurevirtualnetworksget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks Virtualnetworkname
        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: microsoftazurevirtualnetworkscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks Virtualnetworkname
        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: parameters
          in: body
          type: string
          description: Parameters supplied to the create/update Virtual Network operation
          required: true
  exposes:
  - type: rest
    namespace: networkresourceproviderclient-virtualnetworks-rest
    port: 8080
    description: REST adapter for Microsoft Azure NetworkResourceProviderClient — VirtualNetworks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/virtualnetworks
      name: subscriptions-subscriptionid-providers-microsoft-network-virtualnetworks
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-virtualnetworks.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworkslistall
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Virtualnetworks
        call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworkslistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworkslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks
        call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworkslist
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/virtualnetworks/{virtualnetworkname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: microsoftazurevirtualnetworksdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks Virtualnetworkname
        call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworksdelete
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurevirtualnetworksget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks Virtualnetworkname
        call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworksget
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevirtualnetworkscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Virtualnetworks Virtualnetworkname
        call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworkscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          virtualNetworkName: rest.virtualNetworkName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networkresourceproviderclient-virtualnetworks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NetworkResourceProviderClient — VirtualNetworks. 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 Virtualnetworks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworkslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Virtualnetworks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworkslist
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Virtualnetworks Virtualnetworkname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworksdelete
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Virtualnetworks Virtualnetworkname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworksget
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Virtualnetworks Virtualnetworkname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: networkresourceproviderclient-virtualnetworks.microsoftazurevirtualnetworkscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        virtualNetworkName: tools.virtualNetworkName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.