Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — ResourcePools

Microsoft Azure Azure Arc VMware Management Service API — ResourcePools. 6 operations. Lead operation: Microsoft Azure Implements Get Resourcepools In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureResourcePools

What You Can Do

GET
Microsoftazureresourcepoolslist — Microsoft Azure Implements Get Resourcepools In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/resourcepools
GET
Microsoftazureresourcepoolslistbyresourcegroup — Microsoft Azure Implements Get Resourcepools In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools
PUT
Microsoftazureresourcepoolscreate — Microsoft Azure Implements Resourcepool Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools/{resourcepoolname}
GET
Microsoftazureresourcepoolsget — Microsoft Azure Gets A Resourcepool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools/{resourcepoolname}
PATCH
Microsoftazureresourcepoolsupdate — Microsoft Azure Updates A Resourcepool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools/{resourcepoolname}
DELETE
Microsoftazureresourcepoolsdelete — Microsoft Azure Deletes An Resourcepool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools/{resourcepoolname}

MCP Tools

microsoft-azure-implements-get-resourcepools

Microsoft Azure Implements Get Resourcepools In A Subscription

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

Microsoft Azure Implements Get Resourcepools In A Resource Group

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

Microsoft Azure Implements Resourcepool Put Method

idempotent
microsoft-azure-gets-resourcepool

Microsoft Azure Gets A Resourcepool

read-only idempotent
microsoft-azure-updates-resourcepool

Microsoft Azure Updates A Resourcepool

idempotent
microsoft-azure-deletes-resourcepool

Microsoft Azure Deletes An Resourcepool

idempotent

Capability Spec

azure-arc-vmware-management-service-resourcepools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Arc VMware Management Service API — ResourcePools
  description: 'Microsoft Azure Azure Arc VMware Management Service API — ResourcePools. 6 operations. Lead operation: Microsoft
    Azure Implements Get Resourcepools In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ResourcePools
  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: azure-arc-vmware-management-service-resourcepools
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Arc VMware Management Service API — ResourcePools business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-resource
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/resourcePools
      operations:
      - name: microsoftazureresourcepoolslist
        method: GET
        description: Microsoft Azure Implements Get Resourcepools 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.ConnectedVMwarevSphere/resourcePools
      operations:
      - name: microsoftazureresourcepoolslistbyresourcegroup
        method: GET
        description: Microsoft Azure Implements Get Resourcepools 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.ConnectedVMwarevSphere/resourcePools/{resourcePoolName}
      operations:
      - name: microsoftazureresourcepoolscreate
        method: PUT
        description: Microsoft Azure Implements Resourcepool Put Method
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourcePoolName
          in: path
          type: string
          description: Name of the resourcePool.
          required: true
        - name: body
          in: body
          type: string
          description: Request payload.
      - name: microsoftazureresourcepoolsget
        method: GET
        description: Microsoft Azure Gets A Resourcepool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourcePoolName
          in: path
          type: string
          description: Name of the resourcePool.
          required: true
      - name: microsoftazureresourcepoolsupdate
        method: PATCH
        description: Microsoft Azure Updates A Resourcepool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourcePoolName
          in: path
          type: string
          description: Name of the resourcePool.
          required: true
        - name: body
          in: body
          type: string
          description: Resource properties to update.
      - name: microsoftazureresourcepoolsdelete
        method: DELETE
        description: Microsoft Azure Deletes An Resourcepool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourcePoolName
          in: path
          type: string
          description: Name of the resourcePool.
          required: true
        - name: force
          in: query
          type: boolean
          description: Whether force delete was specified.
  exposes:
  - type: rest
    namespace: azure-arc-vmware-management-service-resourcepools-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Arc VMware Management Service API — ResourcePools. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/resourcepools
      name: subscriptions-subscriptionid-providers-microsoft-connectedvmwarevsphere-resource
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ConnectedVMwarevSphere-resource.
      operations:
      - method: GET
        name: microsoftazureresourcepoolslist
        description: Microsoft Azure Implements Get Resourcepools In A Subscription
        call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureresourcepoolslistbyresourcegroup
        description: Microsoft Azure Implements Get Resourcepools In A Resource Group
        call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/resourcepools/{resourcepoolname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureresourcepoolscreate
        description: Microsoft Azure Implements Resourcepool Put Method
        call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolscreate
        with:
          resourcePoolName: rest.resourcePoolName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureresourcepoolsget
        description: Microsoft Azure Gets A Resourcepool
        call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolsget
        with:
          resourcePoolName: rest.resourcePoolName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureresourcepoolsupdate
        description: Microsoft Azure Updates A Resourcepool
        call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolsupdate
        with:
          resourcePoolName: rest.resourcePoolName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureresourcepoolsdelete
        description: Microsoft Azure Deletes An Resourcepool
        call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolsdelete
        with:
          resourcePoolName: rest.resourcePoolName
          force: rest.force
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-arc-vmware-management-service-resourcepools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Arc VMware Management Service API — ResourcePools. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-implements-get-resourcepools
      description: Microsoft Azure Implements Get Resourcepools In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-get-resourcepools-2
      description: Microsoft Azure Implements Get Resourcepools In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-implements-resourcepool-put
      description: Microsoft Azure Implements Resourcepool Put Method
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolscreate
      with:
        resourcePoolName: tools.resourcePoolName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-resourcepool
      description: Microsoft Azure Gets A Resourcepool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolsget
      with:
        resourcePoolName: tools.resourcePoolName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-resourcepool
      description: Microsoft Azure Updates A Resourcepool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolsupdate
      with:
        resourcePoolName: tools.resourcePoolName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-resourcepool
      description: Microsoft Azure Deletes An Resourcepool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-arc-vmware-management-service-resourcepools.microsoftazureresourcepoolsdelete
      with:
        resourcePoolName: tools.resourcePoolName
        force: tools.force
      outputParameters:
      - type: object
        mapping: $.