Microsoft Azure · Capability

Microsoft Azure PrivateLinkServicesForPowerBIClient — PrivateLinkResources

Microsoft Azure PrivateLinkServicesForPowerBIClient — PrivateLinkResources. 2 operations. Lead operation: Microsoft Azure List Private Link Power Bi Resource. 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 Power Bi Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-powerbi/privatelinkservicesforpowerbi/{azureresourcename}/privatelinkresources
GET
Microsoftazureprivatelinkresourcesget — Microsoft Azure Get A Private Link Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-powerbi/privatelinkservicesforpowerbi/{azureresourcename}/privatelinkresources/{privatelinkresourcename}

MCP Tools

microsoft-azure-list-private-link

Microsoft Azure List Private Link Power Bi Resource

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

Microsoft Azure Get A Private Link Resource

read-only idempotent

Capability Spec

privatelinkservicesforpowerbiclient-privatelinkresources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PrivateLinkServicesForPowerBIClient — PrivateLinkResources
  description: 'Microsoft Azure PrivateLinkServicesForPowerBIClient — PrivateLinkResources. 2 operations. Lead operation:
    Microsoft Azure List Private Link Power Bi Resource. 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: privatelinkservicesforpowerbiclient-privatelinkresources
    baseUri: https://management.azure.com
    description: Microsoft Azure PrivateLinkServicesForPowerBIClient — PrivateLinkResources business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/privateLinkServicesForPowerBI/{azureResourceName}/privateLinkResources
      operations:
      - name: microsoftazureprivatelinkresourceslistbyresource
        method: GET
        description: Microsoft Azure List Private Link Power Bi Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/privateLinkServicesForPowerBI/{azureResourceName}/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: privateLinkResourceName
          in: path
          type: string
          description: The name of private link resource.
          required: true
  exposes:
  - type: rest
    namespace: privatelinkservicesforpowerbiclient-privatelinkresources-rest
    port: 8080
    description: REST adapter for Microsoft Azure PrivateLinkServicesForPowerBIClient — PrivateLinkResources. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-powerbi/privatelinkservicesforpowerbi/{azureresourcename}/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 Power Bi Resource
        call: privatelinkservicesforpowerbiclient-privatelinkresources.microsoftazureprivatelinkresourceslistbyresource
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-powerbi/privatelinkservicesforpowerbi/{azureresourcename}/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: privatelinkservicesforpowerbiclient-privatelinkresources.microsoftazureprivatelinkresourcesget
        with:
          privateLinkResourceName: rest.privateLinkResourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: privatelinkservicesforpowerbiclient-privatelinkresources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PrivateLinkServicesForPowerBIClient — 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 Power Bi Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: privatelinkservicesforpowerbiclient-privatelinkresources.microsoftazureprivatelinkresourceslistbyresource
      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: privatelinkservicesforpowerbiclient-privatelinkresources.microsoftazureprivatelinkresourcesget
      with:
        privateLinkResourceName: tools.privateLinkResourceName
      outputParameters:
      - type: object
        mapping: $.