Microsoft Azure · Capability

Microsoft Azure HybridDataManagementClient — DataStores

Microsoft Azure HybridDataManagementClient — DataStores. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDataStores

What You Can Do

GET
Microsoftazuredatastoreslistbydatamanager — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/datastores
GET
Microsoftazuredatastoresget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores Datastorename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/datastores/{datastorename}
PUT
Microsoftazuredatastorescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores Datastorename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/datastores/{datastorename}
DELETE
Microsoftazuredatastoresdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores Datastorename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/datastores/{datastorename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores Datastorename

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores Datastorename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername Datastores Datastorename

idempotent

Capability Spec

hybriddatamanagementclient-datastores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HybridDataManagementClient — DataStores
  description: 'Microsoft Azure HybridDataManagementClient — DataStores. 4 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata Datamanagers Datamanagername
    Datastores. 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: hybriddatamanagementclient-datastores
    baseUri: https://management.azure.com
    description: Microsoft Azure HybridDataManagementClient — DataStores business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores
      operations:
      - name: microsoftazuredatastoreslistbydatamanager
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData Filter options
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStores/{dataStoreName}
      operations:
      - name: microsoftazuredatastoresget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores Datastorename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataStoreName
          in: path
          type: string
          description: The data store/repository name queried.
          required: true
      - name: microsoftazuredatastorescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores Datastorename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataStoreName
          in: path
          type: string
          description: The data store/repository name to be created or updated.
          required: true
        - name: dataStore
          in: body
          type: string
          description: The data store/repository object to be created or updated.
          required: true
      - name: microsoftazuredatastoresdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores Datastorename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataStoreName
          in: path
          type: string
          description: The data store/repository name to be deleted.
          required: true
  exposes:
  - type: rest
    namespace: hybriddatamanagementclient-datastores-rest
    port: 8080
    description: REST adapter for Microsoft Azure HybridDataManagementClient — DataStores. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/datastores
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatastoreslistbydatamanager
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores
        call: hybriddatamanagementclient-datastores.microsoftazuredatastoreslistbydatamanager
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-hybriddata/datamanagers/{datamanagername}/datastores/{datastorename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatastoresget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores Datastorename
        call: hybriddatamanagementclient-datastores.microsoftazuredatastoresget
        with:
          dataStoreName: rest.dataStoreName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredatastorescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores Datastorename
        call: hybriddatamanagementclient-datastores.microsoftazuredatastorescreateorupdate
        with:
          dataStoreName: rest.dataStoreName
          dataStore: rest.dataStore
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatastoresdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Hybriddata Datamanagers Datamanagername Datastores Datastorename
        call: hybriddatamanagementclient-datastores.microsoftazuredatastoresdelete
        with:
          dataStoreName: rest.dataStoreName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hybriddatamanagementclient-datastores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HybridDataManagementClient — DataStores. 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 Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Datastores
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-datastores.microsoftazuredatastoreslistbydatamanager
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Datastores Datastorename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-datastores.microsoftazuredatastoresget
      with:
        dataStoreName: tools.dataStoreName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Hybriddata
        Datamanagers Datamanagername Datastores Datastorename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: hybriddatamanagementclient-datastores.microsoftazuredatastorescreateorupdate
      with:
        dataStoreName: tools.dataStoreName
        dataStore: tools.dataStore
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Hybriddata Datamanagers Datamanagername Datastores Datastorename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: hybriddatamanagementclient-datastores.microsoftazuredatastoresdelete
      with:
        dataStoreName: tools.dataStoreName
      outputParameters:
      - type: object
        mapping: $.