Microsoft Azure · Capability

Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets

Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDatasets

What You Can Do

GET
Microsoftazuredatasetslistbyinstance — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets
GET
Microsoftazuredatasetsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets/{datasetname}
PUT
Microsoftazuredatasetscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets/{datasetname}
PATCH
Microsoftazuredatasetsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets/{datasetname}
DELETE
Microsoftazuredatasetsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets/{datasetname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor Instances Instancename Datasets Datasetname

idempotent

Capability Spec

microsoftiotoperationsdataprocessor-management-service-datasets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets
  description: 'Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets. 5 operations. Lead operation:
    Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor
    Instances Instancename Datasets. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Datasets
  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: microsoftiotoperationsdataprocessor-management-service-datasets
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsDataProcessor/instances/{instanceName}/datasets
      operations:
      - name: microsoftazuredatasetslistbyinstance
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: instanceName
          in: path
          type: string
          description: Name of instance.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsDataProcessor/instances/{instanceName}/datasets/{datasetName}
      operations:
      - name: microsoftazuredatasetsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: instanceName
          in: path
          type: string
          description: Name of instance.
          required: true
        - name: datasetName
          in: path
          type: string
          description: Name of dataset.
          required: true
      - name: microsoftazuredatasetscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: instanceName
          in: path
          type: string
          description: Name of instance.
          required: true
        - name: datasetName
          in: path
          type: string
          description: Name of dataset.
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazuredatasetsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: instanceName
          in: path
          type: string
          description: Name of instance.
          required: true
        - name: datasetName
          in: path
          type: string
          description: Name of dataset.
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazuredatasetsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: instanceName
          in: path
          type: string
          description: Name of instance.
          required: true
        - name: datasetName
          in: path
          type: string
          description: Name of dataset.
          required: true
  exposes:
  - type: rest
    namespace: microsoftiotoperationsdataprocessor-management-service-datasets-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatasetslistbyinstance
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets
        call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetslistbyinstance
        with:
          instanceName: rest.instanceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-iotoperationsdataprocessor/instances/{instancename}/datasets/{datasetname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuredatasetsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetsget
        with:
          instanceName: rest.instanceName
          datasetName: rest.datasetName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredatasetscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetscreateorupdate
        with:
          instanceName: rest.instanceName
          datasetName: rest.datasetName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuredatasetsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetsupdate
        with:
          instanceName: rest.instanceName
          datasetName: rest.datasetName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatasetsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
        call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetsdelete
        with:
          instanceName: rest.instanceName
          datasetName: rest.datasetName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftiotoperationsdataprocessor-management-service-datasets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.IoTOperationsDataProcessor management service. — Datasets. 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 Iotoperationsdataprocessor
        Instances Instancename Datasets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetslistbyinstance
      with:
        instanceName: tools.instanceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor
        Instances Instancename Datasets Datasetname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetsget
      with:
        instanceName: tools.instanceName
        datasetName: tools.datasetName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Iotoperationsdataprocessor
        Instances Instancename Datasets Datasetname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetscreateorupdate
      with:
        instanceName: tools.instanceName
        datasetName: tools.datasetName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetsupdate
      with:
        instanceName: tools.instanceName
        datasetName: tools.datasetName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Iotoperationsdataprocessor Instances Instancename Datasets Datasetname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftiotoperationsdataprocessor-management-service-datasets.microsoftazuredatasetsdelete
      with:
        instanceName: tools.instanceName
        datasetName: tools.datasetName
      outputParameters:
      - type: object
        mapping: $.