Microsoft Azure · Capability

Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation

Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation. 4 operations. Lead operation: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePrivateLinkAssociation

What You Can Do

GET
Microsoftazureprivatelinkassociationlist — Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations
/v1/providers/microsoft-management/managementgroups/{groupid}/providers/microsoft-authorization/privatelinkassociations
PUT
Microsoftazureprivatelinkassociationput — Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations Plaid
/v1/providers/microsoft-management/managementgroups/{groupid}/providers/microsoft-authorization/privatelinkassociations/{plaid}
GET
Microsoftazureprivatelinkassociationget — Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations Plaid
/v1/providers/microsoft-management/managementgroups/{groupid}/providers/microsoft-authorization/privatelinkassociations/{plaid}
DELETE
Microsoftazureprivatelinkassociationdelete — Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations Plaid
/v1/providers/microsoft-management/managementgroups/{groupid}/providers/microsoft-authorization/privatelinkassociations/{plaid}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations

read-only idempotent
microsoft-azure-put-providers-microsoft

Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations Plaid

idempotent
microsoft-azure-get-providers-microsoft-2

Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations Plaid

read-only idempotent
microsoft-azure-delete-providers-microsoft

Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations Plaid

idempotent

Capability Spec

resourceprivatelinkclient-privatelinkassociation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation
  description: 'Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation. 4 operations. Lead operation: Microsoft
    Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization Privatelinkassociations.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - PrivateLinkAssociation
  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: resourceprivatelinkclient-privatelinkassociation
    baseUri: https://management.azure.com
    description: Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation business capability. Self-contained, no
      shared references.
    resources:
    - name: providers-Microsoft.Management-managementGroups-groupId-providers-Microsoft.Auth
      path: /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations
      operations:
      - name: microsoftazureprivatelinkassociationlist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Management-managementGroups-groupId-providers-Microsoft.Auth
      path: /providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Authorization/privateLinkAssociations/{plaId}
      operations:
      - name: microsoftazureprivatelinkassociationput
        method: PUT
        description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations Plaid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to create the private link association.
          required: true
      - name: microsoftazureprivatelinkassociationget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations Plaid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureprivatelinkassociationdelete
        method: DELETE
        description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations Plaid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: resourceprivatelinkclient-privatelinkassociation-rest
    port: 8080
    description: REST adapter for Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-management/managementgroups/{groupid}/providers/microsoft-authorization/privatelinkassociations
      name: providers-microsoft-management-managementgroups-groupid-providers-microsoft-auth
      description: REST surface for providers-Microsoft.Management-managementGroups-groupId-providers-Microsoft.Auth.
      operations:
      - method: GET
        name: microsoftazureprivatelinkassociationlist
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations
        call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-management/managementgroups/{groupid}/providers/microsoft-authorization/privatelinkassociations/{plaid}
      name: providers-microsoft-management-managementgroups-groupid-providers-microsoft-auth
      description: REST surface for providers-Microsoft.Management-managementGroups-groupId-providers-Microsoft.Auth.
      operations:
      - method: PUT
        name: microsoftazureprivatelinkassociationput
        description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations Plaid
        call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationput
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureprivatelinkassociationget
        description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations Plaid
        call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprivatelinkassociationdelete
        description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
          Privatelinkassociations Plaid
        call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: resourceprivatelinkclient-privatelinkassociation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ResourcePrivateLinkClient — PrivateLinkAssociation. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
        Privatelinkassociations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-providers-microsoft
      description: Microsoft Azure Put Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
        Privatelinkassociations Plaid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationput
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
        Privatelinkassociations Plaid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-providers-microsoft
      description: Microsoft Azure Delete Providers Microsoft Management Managementgroups Groupid Providers Microsoft Authorization
        Privatelinkassociations Plaid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: resourceprivatelinkclient-privatelinkassociation.microsoftazureprivatelinkassociationdelete
      outputParameters:
      - type: object
        mapping: $.