Microsoft Azure · Capability

Microsoft Azure PurviewManagementClient — PrivateEndpointConnection

Microsoft Azure PurviewManagementClient — PrivateEndpointConnection. 4 operations. Lead operation: Microsoft Azure Gets Private Endpoint Connections. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateEndpointConnection

What You Can Do

GET
Microsoftazureprivateendpointconnectionslistbyaccount — Microsoft Azure Gets Private Endpoint Connections
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections
GET
Microsoftazureprivateendpointconnectionsget — Microsoft Azure Gets Private Endpoint Connection Information
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections/{privateendpointconnectionname}
PUT
Microsoftazureprivateendpointconnectionscreateorupdate — Microsoft Azure Approves Rejects Private Endpoint Connection Request
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections/{privateendpointconnectionname}
DELETE
Microsoftazureprivateendpointconnectionsdelete — Microsoft Azure Deletes Private Endpoint Connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections/{privateendpointconnectionname}

MCP Tools

microsoft-azure-gets-private-endpoint

Microsoft Azure Gets Private Endpoint Connections

read-only idempotent
microsoft-azure-gets-private-endpoint-2

Microsoft Azure Gets Private Endpoint Connection Information

read-only idempotent
microsoft-azure-approves-rejects-private

Microsoft Azure Approves Rejects Private Endpoint Connection Request

idempotent
microsoft-azure-deletes-private-endpoint

Microsoft Azure Deletes Private Endpoint Connection

idempotent

Capability Spec

purviewmanagementclient-privateendpointconnection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PurviewManagementClient — PrivateEndpointConnection
  description: 'Microsoft Azure PurviewManagementClient — PrivateEndpointConnection. 4 operations. Lead operation: Microsoft
    Azure Gets Private Endpoint Connections. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PrivateEndpointConnection
  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: purviewmanagementclient-privateendpointconnection
    baseUri: https://management.azure.com
    description: Microsoft Azure PurviewManagementClient — PrivateEndpointConnection business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
      operations:
      - name: microsoftazureprivateendpointconnectionslistbyaccount
        method: GET
        description: Microsoft Azure Gets Private Endpoint Connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: The skip token.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
      operations:
      - name: microsoftazureprivateendpointconnectionsget
        method: GET
        description: Microsoft Azure Gets Private Endpoint Connection Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: Name of the private endpoint connection.
          required: true
      - name: microsoftazureprivateendpointconnectionscreateorupdate
        method: PUT
        description: Microsoft Azure Approves Rejects Private Endpoint Connection Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: Name of the private endpoint connection.
          required: true
        - name: request
          in: body
          type: string
          description: The request.
          required: true
      - name: microsoftazureprivateendpointconnectionsdelete
        method: DELETE
        description: Microsoft Azure Deletes Private Endpoint Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: Name of the private endpoint connection.
          required: true
  exposes:
  - type: rest
    namespace: purviewmanagementclient-privateendpointconnection-rest
    port: 8080
    description: REST adapter for Microsoft Azure PurviewManagementClient — PrivateEndpointConnection. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privateendpointconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivateendpointconnectionslistbyaccount
        description: Microsoft Azure Gets Private Endpoint Connections
        call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionslistbyaccount
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/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 Gets Private Endpoint Connection Information
        call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionsget
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprivateendpointconnectionscreateorupdate
        description: Microsoft Azure Approves Rejects Private Endpoint Connection Request
        call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionscreateorupdate
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
          request: rest.request
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprivateendpointconnectionsdelete
        description: Microsoft Azure Deletes Private Endpoint Connection
        call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionsdelete
        with:
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purviewmanagementclient-privateendpointconnection-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PurviewManagementClient — PrivateEndpointConnection. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-private-endpoint
      description: Microsoft Azure Gets Private Endpoint Connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionslistbyaccount
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-private-endpoint-2
      description: Microsoft Azure Gets Private Endpoint Connection Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionsget
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-approves-rejects-private
      description: Microsoft Azure Approves Rejects Private Endpoint Connection Request
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionscreateorupdate
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
        request: tools.request
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-private-endpoint
      description: Microsoft Azure Deletes Private Endpoint Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purviewmanagementclient-privateendpointconnection.microsoftazureprivateendpointconnectionsdelete
      with:
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.