Microsoft Azure · Capability

Microsoft Azure Azure Arc VMware Management Service API — Datastores

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

Run with Naftiko Microsoft AzureDatastores

What You Can Do

GET
Microsoftazuredatastoreslist — Microsoft Azure Implements Get Datastores In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-connectedvmwarevsphere/datastores
GET
Microsoftazuredatastoreslistbyresourcegroup — Microsoft Azure Implements Get Datastores In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/datastores
PUT
Microsoftazuredatastorescreate — Microsoft Azure Implements Datastore Put Method
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/datastores/{datastorename}
GET
Microsoftazuredatastoresget — Microsoft Azure Gets A Datastore
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/datastores/{datastorename}
PATCH
Microsoftazuredatastoresupdate — Microsoft Azure Updates A Datastore
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/datastores/{datastorename}
DELETE
Microsoftazuredatastoresdelete — Microsoft Azure Deletes An Datastore
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-connectedvmwarevsphere/datastores/{datastorename}

MCP Tools

microsoft-azure-implements-get-datastores

Microsoft Azure Implements Get Datastores In A Subscription

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

Microsoft Azure Implements Get Datastores In A Resource Group

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

Microsoft Azure Implements Datastore Put Method

idempotent
microsoft-azure-gets-datastore

Microsoft Azure Gets A Datastore

read-only idempotent
microsoft-azure-updates-datastore

Microsoft Azure Updates A Datastore

idempotent
microsoft-azure-deletes-datastore

Microsoft Azure Deletes An Datastore

idempotent

Capability Spec

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