Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — PrivateEndpointConnections

Microsoft Azure EventGridManagementClient — PrivateEndpointConnections. 4 operations. Lead operation: Microsoft Azure Lists All Private Endpoint Connections Under A Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateEndpointConnections

What You Can Do

GET
Microsoftazureprivateendpointconnectionslistbyresource — Microsoft Azure Lists All Private Endpoint Connections Under A Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privateendpointconnections
GET
Microsoftazureprivateendpointconnectionsget — Microsoft Azure Get A Specific Private Endpoint Connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privateendpointconnections/{privateendpointconnectionname}
PUT
Microsoftazureprivateendpointconnectionsupdate — Microsoft Azure Update A Specific Private Endpoint Connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privateendpointconnections/{privateendpointconnectionname}
DELETE
Microsoftazureprivateendpointconnectionsdelete — Microsoft Azure Delete A Specific Private Endpoint Connection
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privateendpointconnections/{privateendpointconnectionname}

MCP Tools

microsoft-azure-lists-all-private

Microsoft Azure Lists All Private Endpoint Connections Under A Resource

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

Microsoft Azure Get A Specific Private Endpoint Connection

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

Microsoft Azure Update A Specific Private Endpoint Connection

idempotent
microsoft-azure-delete-specific-private

Microsoft Azure Delete A Specific Private Endpoint Connection

idempotent

Capability Spec

eventgridmanagementclient-privateendpointconnections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — PrivateEndpointConnections
  description: 'Microsoft Azure EventGridManagementClient — PrivateEndpointConnections. 4 operations. Lead operation: Microsoft
    Azure Lists All Private Endpoint Connections Under A Resource. 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: eventgridmanagementclient-privateendpointconnections
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — PrivateEndpointConnections business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections
      operations:
      - name: microsoftazureprivateendpointconnectionslistbyresource
        method: GET
        description: Microsoft Azure Lists All Private Endpoint Connections Under A Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: parentType
          in: path
          type: string
          description: The type of the parent resource. This can be either \'topics\', \'domains\', or \'partnerNamespaces\'.
          required: true
        - name: parentName
          in: path
          type: string
          description: The name of the parent resource (namely, either, the topic name, domain name, or partner namespace
            name).
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}
      operations:
      - name: microsoftazureprivateendpointconnectionsget
        method: GET
        description: Microsoft Azure Get A Specific Private Endpoint Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: parentType
          in: path
          type: string
          description: The type of the parent resource. This can be either \'topics\', \'domains\', or \'partnerNamespaces\'.
          required: true
        - name: parentName
          in: path
          type: string
          description: The name of the parent resource (namely, either, the topic name, domain name, or partner namespace
            name).
          required: true
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: The name of the private endpoint connection connection.
          required: true
      - name: microsoftazureprivateendpointconnectionsupdate
        method: PUT
        description: Microsoft Azure Update A Specific Private Endpoint Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: parentType
          in: path
          type: string
          description: The type of the parent resource. This can be either \'topics\', \'domains\', or \'partnerNamespaces\'.
          required: true
        - name: parentName
          in: path
          type: string
          description: The name of the parent resource (namely, either, the topic name, domain name, or partner namespace
            name).
          required: true
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: The name of the private endpoint connection connection.
          required: true
        - name: privateEndpointConnection
          in: body
          type: string
          description: The private endpoint connection object to update.
          required: true
      - name: microsoftazureprivateendpointconnectionsdelete
        method: DELETE
        description: Microsoft Azure Delete A Specific Private Endpoint Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group within the user's subscription.
          required: true
        - name: parentType
          in: path
          type: string
          description: The type of the parent resource. This can be either \'topics\', \'domains\', or \'partnerNamespaces\'.
          required: true
        - name: parentName
          in: path
          type: string
          description: The name of the parent resource (namely, either, the topic name, domain name, or partner namespace
            name).
          required: true
        - name: privateEndpointConnectionName
          in: path
          type: string
          description: The name of the private endpoint connection connection.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-privateendpointconnections-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — PrivateEndpointConnections. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privateendpointconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivateendpointconnectionslistbyresource
        description: Microsoft Azure Lists All Private Endpoint Connections Under A Resource
        call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionslistbyresource
        with:
          resourceGroupName: rest.resourceGroupName
          parentType: rest.parentType
          parentName: rest.parentName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/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 A Specific Private Endpoint Connection
        call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsget
        with:
          resourceGroupName: rest.resourceGroupName
          parentType: rest.parentType
          parentName: rest.parentName
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprivateendpointconnectionsupdate
        description: Microsoft Azure Update A Specific Private Endpoint Connection
        call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsupdate
        with:
          resourceGroupName: rest.resourceGroupName
          parentType: rest.parentType
          parentName: rest.parentName
          privateEndpointConnectionName: rest.privateEndpointConnectionName
          privateEndpointConnection: rest.privateEndpointConnection
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprivateendpointconnectionsdelete
        description: Microsoft Azure Delete A Specific Private Endpoint Connection
        call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          parentType: rest.parentType
          parentName: rest.parentName
          privateEndpointConnectionName: rest.privateEndpointConnectionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-privateendpointconnections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — PrivateEndpointConnections. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-all-private
      description: Microsoft Azure Lists All Private Endpoint Connections Under A Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionslistbyresource
      with:
        resourceGroupName: tools.resourceGroupName
        parentType: tools.parentType
        parentName: tools.parentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-specific-private
      description: Microsoft Azure Get A Specific Private Endpoint Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsget
      with:
        resourceGroupName: tools.resourceGroupName
        parentType: tools.parentType
        parentName: tools.parentName
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-specific-private
      description: Microsoft Azure Update A Specific Private Endpoint Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsupdate
      with:
        resourceGroupName: tools.resourceGroupName
        parentType: tools.parentType
        parentName: tools.parentName
        privateEndpointConnectionName: tools.privateEndpointConnectionName
        privateEndpointConnection: tools.privateEndpointConnection
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-specific-private
      description: Microsoft Azure Delete A Specific Private Endpoint Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: eventgridmanagementclient-privateendpointconnections.microsoftazureprivateendpointconnectionsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        parentType: tools.parentType
        parentName: tools.parentName
        privateEndpointConnectionName: tools.privateEndpointConnectionName
      outputParameters:
      - type: object
        mapping: $.