Microsoft Azure · Capability

Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources

Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources. 2 operations. Lead operation: Microsoft Azure List Private Link Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateLinkResources

What You Can Do

GET
Microsoftazureprivatelinkresourceslist — Microsoft Azure List Private Link Resources
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privatelinkresources
GET
Microsoftazureprivatelinkresourcesget — Microsoft Azure Get The Specified Private Link Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privatelinkresources/{groupid}

MCP Tools

microsoft-azure-list-private-link

Microsoft Azure List Private Link Resources

read-only idempotent
microsoft-azure-get-specified-private

Microsoft Azure Get The Specified Private Link Resource

read-only idempotent

Capability Spec

azuredatabricksmanagementclient-privatelinkresources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources
  description: 'Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources. 2 operations. Lead operation: Microsoft
    Azure List Private Link Resources. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PrivateLinkResources
  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: azuredatabricksmanagementclient-privatelinkresources
    baseUri: https://management.azure.com
    description: Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateLinkResources
      operations:
      - name: microsoftazureprivatelinkresourceslist
        method: GET
        description: Microsoft Azure List Private Link Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/privateLinkResources/{groupId}
      operations:
      - name: microsoftazureprivatelinkresourcesget
        method: GET
        description: Microsoft Azure Get The Specified Private Link Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azuredatabricksmanagementclient-privatelinkresources-rest
    port: 8080
    description: REST adapter for Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privatelinkresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourceslist
        description: Microsoft Azure List Private Link Resources
        call: azuredatabricksmanagementclient-privatelinkresources.microsoftazureprivatelinkresourceslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privatelinkresources/{groupid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourcesget
        description: Microsoft Azure Get The Specified Private Link Resource
        call: azuredatabricksmanagementclient-privatelinkresources.microsoftazureprivatelinkresourcesget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azuredatabricksmanagementclient-privatelinkresources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure AzureDatabricksManagementClient — PrivateLinkResources. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-private-link
      description: Microsoft Azure List Private Link Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azuredatabricksmanagementclient-privatelinkresources.microsoftazureprivatelinkresourceslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-specified-private
      description: Microsoft Azure Get The Specified Private Link Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azuredatabricksmanagementclient-privatelinkresources.microsoftazureprivatelinkresourcesget
      outputParameters:
      - type: object
        mapping: $.