Microsoft Azure · Capability

Microsoft Azure EventGridManagementClient — PrivateLinkResources

Microsoft Azure EventGridManagementClient — PrivateLinkResources. 2 operations. Lead operation: Microsoft Azure List Private Link Resources Under Specific Topic, Domain, Or Partner Namespace. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateLinkResources

What You Can Do

GET
Microsoftazureprivatelinkresourceslistbyresource — Microsoft Azure List Private Link Resources Under Specific Topic, Domain, Or Partner Namespace
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privatelinkresources
GET
Microsoftazureprivatelinkresourcesget — Microsoft Azure Get A Private Link Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privatelinkresources/{privatelinkresourcename}

MCP Tools

microsoft-azure-list-private-link

Microsoft Azure List Private Link Resources Under Specific Topic, Domain, Or Partner Namespace

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

Microsoft Azure Get A Private Link Resource

read-only idempotent

Capability Spec

eventgridmanagementclient-privatelinkresources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EventGridManagementClient — PrivateLinkResources
  description: 'Microsoft Azure EventGridManagementClient — PrivateLinkResources. 2 operations. Lead operation: Microsoft
    Azure List Private Link Resources Under Specific Topic, Domain, Or Partner Namespace. 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: eventgridmanagementclient-privatelinkresources
    baseUri: https://management.azure.com
    description: Microsoft Azure EventGridManagementClient — PrivateLinkResources 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}/privateLinkResources
      operations:
      - name: microsoftazureprivatelinkresourceslistbyresource
        method: GET
        description: Microsoft Azure List Private Link Resources Under Specific Topic, Domain, Or Partner Namespace
        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}/privateLinkResources/{privateLinkResourceName}
      operations:
      - name: microsoftazureprivatelinkresourcesget
        method: GET
        description: Microsoft Azure Get A Private Link 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: privateLinkResourceName
          in: path
          type: string
          description: The name of private link resource.
          required: true
  exposes:
  - type: rest
    namespace: eventgridmanagementclient-privatelinkresources-rest
    port: 8080
    description: REST adapter for Microsoft Azure EventGridManagementClient — PrivateLinkResources. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-eventgrid/{parenttype}/{parentname}/privatelinkresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourceslistbyresource
        description: Microsoft Azure List Private Link Resources Under Specific Topic, Domain, Or Partner Namespace
        call: eventgridmanagementclient-privatelinkresources.microsoftazureprivatelinkresourceslistbyresource
        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}/privatelinkresources/{privatelinkresourcename}
      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 A Private Link Resource
        call: eventgridmanagementclient-privatelinkresources.microsoftazureprivatelinkresourcesget
        with:
          resourceGroupName: rest.resourceGroupName
          parentType: rest.parentType
          parentName: rest.parentName
          privateLinkResourceName: rest.privateLinkResourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: eventgridmanagementclient-privatelinkresources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EventGridManagementClient — 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 Under Specific Topic, Domain, Or Partner Namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-privatelinkresources.microsoftazureprivatelinkresourceslistbyresource
      with:
        resourceGroupName: tools.resourceGroupName
        parentType: tools.parentType
        parentName: tools.parentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-private-link
      description: Microsoft Azure Get A Private Link Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: eventgridmanagementclient-privatelinkresources.microsoftazureprivatelinkresourcesget
      with:
        resourceGroupName: tools.resourceGroupName
        parentType: tools.parentType
        parentName: tools.parentName
        privateLinkResourceName: tools.privateLinkResourceName
      outputParameters:
      - type: object
        mapping: $.