Microsoft Azure · Capability

Microsoft Azure DataShareManagementClient — DataSetMapping

Microsoft Azure DataShareManagementClient — DataSetMapping. 4 operations. Lead operation: Microsoft Azure List Datasetmappings In A Share Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDataSetMapping

What You Can Do

GET
Microsoftazuredatasetmappingslistbysharesubscription — Microsoft Azure List Datasetmappings In A Share Subscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/datasetmappings
GET
Microsoftazuredatasetmappingsget — Microsoft Azure Get Datasetmapping In A Sharesubscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/datasetmappings/{datasetmappingname}
PUT
Microsoftazuredatasetmappingscreate — Microsoft Azure Maps A Source Data Set In The Source Share To A Sink Data Set In The Share Subscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/datasetmappings/{datasetmappingname}
DELETE
Microsoftazuredatasetmappingsdelete — Microsoft Azure Delete Datasetmapping In A Sharesubscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/datasetmappings/{datasetmappingname}

MCP Tools

microsoft-azure-list-datasetmappings-share

Microsoft Azure List Datasetmappings In A Share Subscription

read-only idempotent
microsoft-azure-get-datasetmapping-sharesubscription

Microsoft Azure Get Datasetmapping In A Sharesubscription

read-only idempotent
microsoft-azure-maps-source-data

Microsoft Azure Maps A Source Data Set In The Source Share To A Sink Data Set In The Share Subscription

idempotent
microsoft-azure-delete-datasetmapping-sharesubscription

Microsoft Azure Delete Datasetmapping In A Sharesubscription

idempotent

Capability Spec

datasharemanagementclient-datasetmapping.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataShareManagementClient — DataSetMapping
  description: 'Microsoft Azure DataShareManagementClient — DataSetMapping. 4 operations. Lead operation: Microsoft Azure
    List Datasetmappings In A Share Subscription. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - DataSetMapping
  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: datasharemanagementclient-datasetmapping
    baseUri: https://management.azure.com
    description: Microsoft Azure DataShareManagementClient — DataSetMapping business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings
      operations:
      - name: microsoftazuredatasetmappingslistbysharesubscription
        method: GET
        description: Microsoft Azure List Datasetmappings In A Share Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the share subscription.
          required: true
        - name: $skipToken
          in: query
          type: string
          description: Continuation token
        - name: $filter
          in: query
          type: string
          description: Filters the results using OData syntax.
        - name: $orderby
          in: query
          type: string
          description: Sorts the results using OData syntax.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/dataSetMappings/{dataSetMappingName}
      operations:
      - name: microsoftazuredatasetmappingsget
        method: GET
        description: Microsoft Azure Get Datasetmapping In A Sharesubscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the shareSubscription.
          required: true
        - name: dataSetMappingName
          in: path
          type: string
          description: The name of the dataSetMapping.
          required: true
      - name: microsoftazuredatasetmappingscreate
        method: PUT
        description: "Microsoft Azure Maps A Source Data Set In The Source Share To A Sink Data Set In The Share Subscription\
          \ \r"
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the share subscription which will hold the data set sink.
          required: true
        - name: dataSetMappingName
          in: path
          type: string
          description: The name of the data set mapping to be created.
          required: true
        - name: dataSetMapping
          in: body
          type: string
          description: Destination data set configuration details.
          required: true
      - name: microsoftazuredatasetmappingsdelete
        method: DELETE
        description: Microsoft Azure Delete Datasetmapping In A Sharesubscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the shareSubscription.
          required: true
        - name: dataSetMappingName
          in: path
          type: string
          description: The name of the dataSetMapping.
          required: true
  exposes:
  - type: rest
    namespace: datasharemanagementclient-datasetmapping-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataShareManagementClient — DataSetMapping. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/datasetmappings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatasetmappingslistbysharesubscription
        description: Microsoft Azure List Datasetmappings In A Share Subscription
        call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingslistbysharesubscription
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          $skipToken: rest.$skipToken
          $filter: rest.$filter
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/datasetmappings/{datasetmappingname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatasetmappingsget
        description: Microsoft Azure Get Datasetmapping In A Sharesubscription
        call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingsget
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          dataSetMappingName: rest.dataSetMappingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredatasetmappingscreate
        description: "Microsoft Azure Maps A Source Data Set In The Source Share To A Sink Data Set In The Share Subscription\
          \ \r"
        call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingscreate
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          dataSetMappingName: rest.dataSetMappingName
          dataSetMapping: rest.dataSetMapping
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatasetmappingsdelete
        description: Microsoft Azure Delete Datasetmapping In A Sharesubscription
        call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingsdelete
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          dataSetMappingName: rest.dataSetMappingName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasharemanagementclient-datasetmapping-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataShareManagementClient — DataSetMapping. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-datasetmappings-share
      description: Microsoft Azure List Datasetmappings In A Share Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingslistbysharesubscription
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        $skipToken: tools.$skipToken
        $filter: tools.$filter
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-datasetmapping-sharesubscription
      description: Microsoft Azure Get Datasetmapping In A Sharesubscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingsget
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        dataSetMappingName: tools.dataSetMappingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-maps-source-data
      description: "Microsoft Azure Maps A Source Data Set In The Source Share To A Sink Data Set In The Share Subscription\
        \ \r"
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingscreate
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        dataSetMappingName: tools.dataSetMappingName
        dataSetMapping: tools.dataSetMapping
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-datasetmapping-sharesubscription
      description: Microsoft Azure Delete Datasetmapping In A Sharesubscription
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasharemanagementclient-datasetmapping.microsoftazuredatasetmappingsdelete
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        dataSetMappingName: tools.dataSetMappingName
      outputParameters:
      - type: object
        mapping: $.