Microsoft Azure · Capability

Microsoft Azure SCVMM — VirtualNetworks

Microsoft Azure SCVMM — VirtualNetworks. 6 operations. Lead operation: Microsoft Azure Implements Get Virtualnetworks In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVirtualNetworks

What You Can Do

GET
Microsoftazurevirtualnetworkslistbysubscription — Microsoft Azure Implements Get Virtualnetworks In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-scvmm/virtualnetworks
GET
Microsoftazurevirtualnetworkslistbyresourcegroup — Microsoft Azure Implements Get Virtualnetworks In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks
GET
Microsoftazurevirtualnetworksget — Microsoft Azure Gets A Virtualnetwork
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks/{virtualnetworkname}
PUT
Microsoftazurevirtualnetworkscreateorupdate — Microsoft Azure Implements Virtualnetworks Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks/{virtualnetworkname}
DELETE
Microsoftazurevirtualnetworksdelete — Microsoft Azure Implements Virtualnetwork Delete Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks/{virtualnetworkname}
PATCH
Microsoftazurevirtualnetworksupdate — Microsoft Azure Implements The Virtualnetworks Patch Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks/{virtualnetworkname}

MCP Tools

microsoft-azure-implements-get-virtualnetworks

Microsoft Azure Implements Get Virtualnetworks In A Subscription

read-only idempotent
microsoft-azure-implements-get-virtualnetworks-2

Microsoft Azure Implements Get Virtualnetworks In A Resource Group

read-only idempotent
microsoft-azure-gets-virtualnetwork

Microsoft Azure Gets A Virtualnetwork

read-only idempotent
microsoft-azure-implements-virtualnetworks-put

Microsoft Azure Implements Virtualnetworks Put Method

idempotent
microsoft-azure-implements-virtualnetwork-delete

Microsoft Azure Implements Virtualnetwork Delete Method

idempotent
microsoft-azure-implements-virtualnetworks-patch

Microsoft Azure Implements The Virtualnetworks Patch Method

idempotent

Capability Spec

scvmm-virtualnetworks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SCVMM — VirtualNetworks
  description: 'Microsoft Azure SCVMM — VirtualNetworks. 6 operations. Lead operation: Microsoft Azure Implements Get Virtualnetworks
    In A Subscription. 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: scvmm-virtualnetworks
    baseUri: https://management.azure.com
    description: Microsoft Azure SCVMM — VirtualNetworks business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ScVmm-virtualNetworks
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/virtualNetworks
      operations:
      - name: microsoftazurevirtualnetworkslistbysubscription
        method: GET
        description: Microsoft Azure Implements Get Virtualnetworks In A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks
      operations:
      - name: microsoftazurevirtualnetworkslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Virtualnetworks In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks/{virtualNetworkName}
      operations:
      - name: microsoftazurevirtualnetworksget
        method: GET
        description: Microsoft Azure Gets A Virtualnetwork
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the VirtualNetwork.
          required: true
      - name: microsoftazurevirtualnetworkscreateorupdate
        method: PUT
        description: Microsoft Azure Implements Virtualnetworks Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the VirtualNetwork.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
          required: true
      - name: microsoftazurevirtualnetworksdelete
        method: DELETE
        description: Microsoft Azure Implements Virtualnetwork Delete Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the VirtualNetwork.
          required: true
        - name: force
          in: query
          type: boolean
          description: Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted
            too.
      - name: microsoftazurevirtualnetworksupdate
        method: PATCH
        description: Microsoft Azure Implements The Virtualnetworks Patch Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: virtualNetworkName
          in: path
          type: string
          description: Name of the VirtualNetwork.
          required: true
        - name: body
          in: body
          type: string
          description: VirtualNetworks patch payload.
          required: true
  exposes:
  - type: rest
    namespace: scvmm-virtualnetworks-rest
    port: 8080
    description: REST adapter for Microsoft Azure SCVMM — VirtualNetworks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-scvmm/virtualnetworks
      name: subscriptions-subscriptionid-providers-microsoft-scvmm-virtualnetworks
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ScVmm-virtualNetworks.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworkslistbysubscription
        description: Microsoft Azure Implements Get Virtualnetworks In A Subscription
        call: scvmm-virtualnetworks.microsoftazurevirtualnetworkslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworkslistbyresourcegroup
        description: Microsoft Azure Implements Get Virtualnetworks In A Resource Group
        call: scvmm-virtualnetworks.microsoftazurevirtualnetworkslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-scvmm/virtualnetworks/{virtualnetworkname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurevirtualnetworksget
        description: Microsoft Azure Gets A Virtualnetwork
        call: scvmm-virtualnetworks.microsoftazurevirtualnetworksget
        with:
          virtualNetworkName: rest.virtualNetworkName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurevirtualnetworkscreateorupdate
        description: Microsoft Azure Implements Virtualnetworks Put Method
        call: scvmm-virtualnetworks.microsoftazurevirtualnetworkscreateorupdate
        with:
          virtualNetworkName: rest.virtualNetworkName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurevirtualnetworksdelete
        description: Microsoft Azure Implements Virtualnetwork Delete Method
        call: scvmm-virtualnetworks.microsoftazurevirtualnetworksdelete
        with:
          virtualNetworkName: rest.virtualNetworkName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurevirtualnetworksupdate
        description: Microsoft Azure Implements The Virtualnetworks Patch Method
        call: scvmm-virtualnetworks.microsoftazurevirtualnetworksupdate
        with:
          virtualNetworkName: rest.virtualNetworkName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scvmm-virtualnetworks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SCVMM — VirtualNetworks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-virtualnetworks
      description: Microsoft Azure Implements Get Virtualnetworks In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-virtualnetworks.microsoftazurevirtualnetworkslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-virtualnetworks-2
      description: Microsoft Azure Implements Get Virtualnetworks In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-virtualnetworks.microsoftazurevirtualnetworkslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-virtualnetwork
      description: Microsoft Azure Gets A Virtualnetwork
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scvmm-virtualnetworks.microsoftazurevirtualnetworksget
      with:
        virtualNetworkName: tools.virtualNetworkName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-virtualnetworks-put
      description: Microsoft Azure Implements Virtualnetworks Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-virtualnetworks.microsoftazurevirtualnetworkscreateorupdate
      with:
        virtualNetworkName: tools.virtualNetworkName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-virtualnetwork-delete
      description: Microsoft Azure Implements Virtualnetwork Delete Method
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scvmm-virtualnetworks.microsoftazurevirtualnetworksdelete
      with:
        virtualNetworkName: tools.virtualNetworkName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-virtualnetworks-patch
      description: Microsoft Azure Implements The Virtualnetworks Patch Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scvmm-virtualnetworks.microsoftazurevirtualnetworksupdate
      with:
        virtualNetworkName: tools.virtualNetworkName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.