Microsoft Azure · Capability

Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections

Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections. 4 operations. Lead operation: Microsoft Azure List Private Endpoint Connections. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateEndpointConnections

What You Can Do

GET
Microsoftazureprivateendpointconnectionslist — Microsoft Azure List Private Endpoint Connections
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privateendpointconnections
GET
Microsoftazureprivateendpointconnectionsget — Microsoft Azure Get Private Endpoint Connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}
PUT
Microsoftazureprivateendpointconnectionscreate — Microsoft Azure Update Private Endpoint Connection Status
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}
DELETE
Microsoftazureprivateendpointconnectionsdelete — Microsoft Azure Remove Private Endpoint Connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}

MCP Tools

microsoft-azure-list-private-endpoint

Microsoft Azure List Private Endpoint Connections

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

Microsoft Azure Get Private Endpoint Connection

read-only idempotent
microsoft-azure-update-private-endpoint

Microsoft Azure Update Private Endpoint Connection Status

idempotent
microsoft-azure-remove-private-endpoint

Microsoft Azure Remove Private Endpoint Connection

idempotent

Capability Spec

azuredatabricksmanagementclient-privateendpointconnections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections
  description: 'Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections. 4 operations. Lead operation:
    Microsoft Azure List Private Endpoint Connections. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - PrivateEndpointConnections
  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-privateendpointconnections
    baseUri: https://management.azure.com
    description: Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections 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}/privateEndpointConnections
      operations:
      - name: microsoftazureprivateendpointconnectionslist
        method: GET
        description: Microsoft Azure List Private Endpoint Connections
        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}/privateEndpointConnections/{privateEndpointConnectionName}
      operations:
      - name: microsoftazureprivateendpointconnectionsget
        method: GET
        description: Microsoft Azure Get Private Endpoint Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureprivateendpointconnectionscreate
        method: PUT
        description: Microsoft Azure Update Private Endpoint Connection Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnection
          in: body
          type: string
          description: The private endpoint connection with updated properties
          required: true
      - name: microsoftazureprivateendpointconnectionsdelete
        method: DELETE
        description: Microsoft Azure Remove Private Endpoint Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azuredatabricksmanagementclient-privateendpointconnections-rest
    port: 8080
    description: REST adapter for Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privateendpointconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivateendpointconnectionslist
        description: Microsoft Azure List Private Endpoint Connections
        call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databricks/workspaces/{workspacename}/privateendpointconnections/{privateendpointconnectionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivateendpointconnectionsget
        description: Microsoft Azure Get Private Endpoint Connection
        call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprivateendpointconnectionscreate
        description: Microsoft Azure Update Private Endpoint Connection Status
        call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionscreate
        with:
          privateEndpointConnection: rest.privateEndpointConnection
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprivateendpointconnectionsdelete
        description: Microsoft Azure Remove Private Endpoint Connection
        call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azuredatabricksmanagementclient-privateendpointconnections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure AzureDatabricksManagementClient — PrivateEndpointConnections. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-private-endpoint
      description: Microsoft Azure List Private Endpoint Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-private-endpoint
      description: Microsoft Azure Get Private Endpoint Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-private-endpoint
      description: Microsoft Azure Update Private Endpoint Connection Status
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionscreate
      with:
        privateEndpointConnection: tools.privateEndpointConnection
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-remove-private-endpoint
      description: Microsoft Azure Remove Private Endpoint Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azuredatabricksmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsdelete
      outputParameters:
      - type: object
        mapping: $.