Microsoft Azure · Capability

Microsoft Azure PurviewManagementClient — PrivateLinkResource

Microsoft Azure PurviewManagementClient — PrivateLinkResource. 2 operations. Lead operation: Microsoft Azure Gets A List Of Privately Linkable Resources For An Account. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateLinkResource

What You Can Do

GET
Microsoftazureprivatelinkresourceslistbyaccount — Microsoft Azure Gets A List Of Privately Linkable Resources For An Account
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privatelinkresources
GET
Microsoftazureprivatelinkresourcesgetbygroupid — Microsoft Azure Gets A Privately Linkable Resources For An Account With Given Group Identifier
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privatelinkresources/{groupid}

MCP Tools

microsoft-azure-gets-list-privately

Microsoft Azure Gets A List Of Privately Linkable Resources For An Account

read-only idempotent
microsoft-azure-gets-privately-linkable

Microsoft Azure Gets A Privately Linkable Resources For An Account With Given Group Identifier

read-only idempotent

Capability Spec

purviewmanagementclient-privatelinkresource.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PurviewManagementClient — PrivateLinkResource
  description: 'Microsoft Azure PurviewManagementClient — PrivateLinkResource. 2 operations. Lead operation: Microsoft Azure
    Gets A List Of Privately Linkable Resources For An Account. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - PrivateLinkResource
  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-privatelinkresource
    baseUri: https://management.azure.com
    description: Microsoft Azure PurviewManagementClient — PrivateLinkResource 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}/privateLinkResources
      operations:
      - name: microsoftazureprivatelinkresourceslistbyaccount
        method: GET
        description: Microsoft Azure Gets A List Of Privately Linkable Resources For An Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}
      operations:
      - name: microsoftazureprivatelinkresourcesgetbygroupid
        method: GET
        description: Microsoft Azure Gets A Privately Linkable Resources For An Account With Given Group Identifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          description: The group identifier.
          required: true
  exposes:
  - type: rest
    namespace: purviewmanagementclient-privatelinkresource-rest
    port: 8080
    description: REST adapter for Microsoft Azure PurviewManagementClient — PrivateLinkResource. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privatelinkresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourceslistbyaccount
        description: Microsoft Azure Gets A List Of Privately Linkable Resources For An Account
        call: purviewmanagementclient-privatelinkresource.microsoftazureprivatelinkresourceslistbyaccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/privatelinkresources/{groupid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkresourcesgetbygroupid
        description: Microsoft Azure Gets A Privately Linkable Resources For An Account With Given Group Identifier
        call: purviewmanagementclient-privatelinkresource.microsoftazureprivatelinkresourcesgetbygroupid
        with:
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purviewmanagementclient-privatelinkresource-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PurviewManagementClient — PrivateLinkResource. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-privately
      description: Microsoft Azure Gets A List Of Privately Linkable Resources For An Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-privatelinkresource.microsoftazureprivatelinkresourceslistbyaccount
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-privately-linkable
      description: Microsoft Azure Gets A Privately Linkable Resources For An Account With Given Group Identifier
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-privatelinkresource.microsoftazureprivatelinkresourcesgetbygroupid
      with:
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.