Microsoft Azure · Capability

Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault

Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault. 2 operations. Lead operation: Microsoft Azure Get The Default Datastore. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDataStoreDefault

What You Can Do

GET
Microsoftazuredatastoresgetdefault — Microsoft Azure Get The Default Datastore
/v1/datastore/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/default
PUT
Microsoftazuredatastoressetdefault — Microsoft Azure Set A Default Datastore
/v1/datastore/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/default/{name}

MCP Tools

microsoft-azure-get-default-datastore

Microsoft Azure Get The Default Datastore

read-only idempotent
microsoft-azure-set-default-datastore

Microsoft Azure Set A Default Datastore

idempotent

Capability Spec

azure-machine-learning-datastore-management-client-datastoredefault.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault
  description: 'Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault. 2 operations. Lead
    operation: Microsoft Azure Get The Default Datastore. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - DataStoreDefault
  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-machine-learning-datastore-management-client-datastoredefault
    baseUri: ''
    description: Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault business capability.
      Self-contained, no shared references.
    resources:
    - name: datastore-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-pro
      path: /datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/default
      operations:
      - name: microsoftazuredatastoresgetdefault
        method: GET
        description: Microsoft Azure Get The Default Datastore
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: datastore-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-pro
      path: /datastore/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/default/{name}
      operations:
      - name: microsoftazuredatastoressetdefault
        method: PUT
        description: Microsoft Azure Set A Default Datastore
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The Datastore name.
          required: true
  exposes:
  - type: rest
    namespace: azure-machine-learning-datastore-management-client-datastoredefault-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/datastore/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/default
      name: datastore-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroupname-pro
      description: REST surface for datastore-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-pro.
      operations:
      - method: GET
        name: microsoftazuredatastoresgetdefault
        description: Microsoft Azure Get The Default Datastore
        call: azure-machine-learning-datastore-management-client-datastoredefault.microsoftazuredatastoresgetdefault
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/datastore/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/default/{name}
      name: datastore-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroupname-pro
      description: REST surface for datastore-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-pro.
      operations:
      - method: PUT
        name: microsoftazuredatastoressetdefault
        description: Microsoft Azure Set A Default Datastore
        call: azure-machine-learning-datastore-management-client-datastoredefault.microsoftazuredatastoressetdefault
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-machine-learning-datastore-management-client-datastoredefault-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Machine Learning Datastore Management Client — DataStoreDefault. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-default-datastore
      description: Microsoft Azure Get The Default Datastore
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-datastore-management-client-datastoredefault.microsoftazuredatastoresgetdefault
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-set-default-datastore
      description: Microsoft Azure Set A Default Datastore
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-machine-learning-datastore-management-client-datastoredefault.microsoftazuredatastoressetdefault
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.