Microsoft Azure · Capability

Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource

Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource. 7 operations. Lead operation: Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureV2WorkspaceConnectionResource

What You Can Do

GET
Microsoftazureworkspaceconnectionslist — Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections
DELETE
Microsoftazureworkspaceconnectionsdelete — Microsoft Azure Delete Machine Learning Workspaces Connections By Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}
GET
Microsoftazureworkspaceconnectionsget — Microsoft Azure Lists Machine Learning Workspaces Connections By Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}
PATCH
Microsoftazureworkspaceconnectionsupdate — Microsoft Azure Update Machine Learning Workspaces Connections Under The Specified Workspace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}
PUT
Microsoftazureworkspaceconnectionscreate — Microsoft Azure Create Or Update Machine Learning Workspaces Connections Under The Specified Workspace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}
POST
Microsoftazureworkspaceconnectionslistsecrets — Microsoft Azure List All The Secrets Of A Machine Learning Workspaces Connections
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}/listsecrets
POST
Microsoftazureworkspaceconnectionstestconnection — Microsoft Azure Test Machine Learning Workspaces Connections Under The Specified Workspace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}/testconnection

MCP Tools

microsoft-azure-lists-all-available

Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace

read-only idempotent
microsoft-azure-delete-machine-learning

Microsoft Azure Delete Machine Learning Workspaces Connections By Name

idempotent
microsoft-azure-lists-machine-learning

Microsoft Azure Lists Machine Learning Workspaces Connections By Name

read-only idempotent
microsoft-azure-update-machine-learning

Microsoft Azure Update Machine Learning Workspaces Connections Under The Specified Workspace

idempotent
microsoft-azure-create-update-machine

Microsoft Azure Create Or Update Machine Learning Workspaces Connections Under The Specified Workspace

idempotent
microsoft-azure-list-all-secrets

Microsoft Azure List All The Secrets Of A Machine Learning Workspaces Connections

read-only
microsoft-azure-test-machine-learning

Microsoft Azure Test Machine Learning Workspaces Connections Under The Specified Workspace

read-only

Capability Spec

azure-machine-learning-services-v2workspaceconnectionresource.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource
  description: 'Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource. 7 operations. Lead operation:
    Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - V2WorkspaceConnectionResource
  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-services-v2workspaceconnectionresource
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections
      operations:
      - name: microsoftazureworkspaceconnectionslist
        method: GET
        description: Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: includeAll
          in: query
          type: boolean
          description: query parameter that indicates if get connection call should return both connections and datastores
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}
      operations:
      - name: microsoftazureworkspaceconnectionsdelete
        method: DELETE
        description: Microsoft Azure Delete Machine Learning Workspaces Connections By Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureworkspaceconnectionsget
        method: GET
        description: Microsoft Azure Lists Machine Learning Workspaces Connections By Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureworkspaceconnectionsupdate
        method: PATCH
        description: Microsoft Azure Update Machine Learning Workspaces Connections Under The Specified Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Parameters for workspace connection update.
      - name: microsoftazureworkspaceconnectionscreate
        method: PUT
        description: Microsoft Azure Create Or Update Machine Learning Workspaces Connections Under The Specified Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: The object for creating or updating a new workspace connection
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}/listsecrets
      operations:
      - name: microsoftazureworkspaceconnectionslistsecrets
        method: POST
        description: Microsoft Azure List All The Secrets Of A Machine Learning Workspaces Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName}/testconnection
      operations:
      - name: microsoftazureworkspaceconnectionstestconnection
        method: POST
        description: Microsoft Azure Test Machine Learning Workspaces Connections Under The Specified Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Workspace Connection object
  exposes:
  - type: rest
    namespace: azure-machine-learning-services-v2workspaceconnectionresource-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureworkspaceconnectionslist
        description: Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionslist
        with:
          includeAll: rest.includeAll
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: DELETE
        name: microsoftazureworkspaceconnectionsdelete
        description: Microsoft Azure Delete Machine Learning Workspaces Connections By Name
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureworkspaceconnectionsget
        description: Microsoft Azure Lists Machine Learning Workspaces Connections By Name
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureworkspaceconnectionsupdate
        description: Microsoft Azure Update Machine Learning Workspaces Connections Under The Specified Workspace
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureworkspaceconnectionscreate
        description: Microsoft Azure Create Or Update Machine Learning Workspaces Connections Under The Specified Workspace
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}/listsecrets
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureworkspaceconnectionslistsecrets
        description: Microsoft Azure List All The Secrets Of A Machine Learning Workspaces Connections
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionslistsecrets
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/connections/{connectionname}/testconnection
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureworkspaceconnectionstestconnection
        description: Microsoft Azure Test Machine Learning Workspaces Connections Under The Specified Workspace
        call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionstestconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-machine-learning-services-v2workspaceconnectionresource-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Machine Learning Services — V2WorkspaceConnectionResource. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-available
      description: Microsoft Azure Lists All The Available Machine Learning Workspaces Connections Under The Specified Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionslist
      with:
        includeAll: tools.includeAll
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-machine-learning
      description: Microsoft Azure Delete Machine Learning Workspaces Connections By Name
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-lists-machine-learning
      description: Microsoft Azure Lists Machine Learning Workspaces Connections By Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-machine-learning
      description: Microsoft Azure Update Machine Learning Workspaces Connections Under The Specified Workspace
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-machine
      description: Microsoft Azure Create Or Update Machine Learning Workspaces Connections Under The Specified Workspace
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-all-secrets
      description: Microsoft Azure List All The Secrets Of A Machine Learning Workspaces Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionslistsecrets
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-test-machine-learning
      description: Microsoft Azure Test Machine Learning Workspaces Connections Under The Specified Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-machine-learning-services-v2workspaceconnectionresource.microsoftazureworkspaceconnectionstestconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.