Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Volumes Relocation

Microsoft Azure Microsoft NetApp — Volumes Relocation. 3 operations. Lead operation: Microsoft Azure Finalize Volume Relocation. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureVolumes Relocation

What You Can Do

POST
Microsoftazurevolumesfinalizerelocation — Microsoft Azure Finalize Volume Relocation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/finalizerelocation
POST
Microsoftazurevolumesrelocate — Microsoft Azure Relocate Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/relocate
POST
Microsoftazurevolumesrevertrelocation — Microsoft Azure Revert Volume Relocation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/revertrelocation

MCP Tools

microsoft-azure-finalize-volume-relocation

Microsoft Azure Finalize Volume Relocation

microsoft-azure-relocate-volume

Microsoft Azure Relocate Volume

microsoft-azure-revert-volume-relocation

Microsoft Azure Revert Volume Relocation

Capability Spec

microsoft-netapp-volumes-relocation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Volumes Relocation
  description: 'Microsoft Azure Microsoft NetApp — Volumes Relocation. 3 operations. Lead operation: Microsoft Azure Finalize
    Volume Relocation. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Volumes Relocation
  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: microsoft-netapp-volumes-relocation
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Volumes Relocation business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/finalizeRelocation
      operations:
      - name: microsoftazurevolumesfinalizerelocation
        method: POST
        description: Microsoft Azure Finalize Volume Relocation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/relocate
      operations:
      - name: microsoftazurevolumesrelocate
        method: POST
        description: Microsoft Azure Relocate Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Relocate volume request
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revertRelocation
      operations:
      - name: microsoftazurevolumesrevertrelocation
        method: POST
        description: Microsoft Azure Revert Volume Relocation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-netapp-volumes-relocation-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Volumes Relocation. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/finalizerelocation
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevolumesfinalizerelocation
        description: Microsoft Azure Finalize Volume Relocation
        call: microsoft-netapp-volumes-relocation.microsoftazurevolumesfinalizerelocation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/relocate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevolumesrelocate
        description: Microsoft Azure Relocate Volume
        call: microsoft-netapp-volumes-relocation.microsoftazurevolumesrelocate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/revertrelocation
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurevolumesrevertrelocation
        description: Microsoft Azure Revert Volume Relocation
        call: microsoft-netapp-volumes-relocation.microsoftazurevolumesrevertrelocation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-volumes-relocation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Volumes Relocation. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-finalize-volume-relocation
      description: Microsoft Azure Finalize Volume Relocation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-volumes-relocation.microsoftazurevolumesfinalizerelocation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-relocate-volume
      description: Microsoft Azure Relocate Volume
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-volumes-relocation.microsoftazurevolumesrelocate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-revert-volume-relocation
      description: Microsoft Azure Revert Volume Relocation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-volumes-relocation.microsoftazurevolumesrevertrelocation
      outputParameters:
      - type: object
        mapping: $.