Microsoft Azure · Capability

Microsoft Azure customproviders — Associations

Microsoft Azure customproviders — Associations. 4 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAssociations

What You Can Do

GET
Microsoftazureassociationslistall — Microsoft Azure Get Scope Providers Microsoft Customproviders Associations
/v1/{scope}/providers/microsoft-customproviders/associations
PUT
Microsoftazureassociationscreateorupdate — Microsoft Azure Put Scope Providers Microsoft Customproviders Associations Associationname
/v1/{scope}/providers/microsoft-customproviders/associations/{associationname}
DELETE
Microsoftazureassociationsdelete — Microsoft Azure Delete Scope Providers Microsoft Customproviders Associations Associationname
/v1/{scope}/providers/microsoft-customproviders/associations/{associationname}
GET
Microsoftazureassociationsget — Microsoft Azure Get Scope Providers Microsoft Customproviders Associations Associationname
/v1/{scope}/providers/microsoft-customproviders/associations/{associationname}

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Customproviders Associations

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

Microsoft Azure Put Scope Providers Microsoft Customproviders Associations Associationname

idempotent
microsoft-azure-delete-scope-providers

Microsoft Azure Delete Scope Providers Microsoft Customproviders Associations Associationname

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

Microsoft Azure Get Scope Providers Microsoft Customproviders Associations Associationname

read-only idempotent

Capability Spec

customproviders-associations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure customproviders — Associations
  description: 'Microsoft Azure customproviders — Associations. 4 operations. Lead operation: Microsoft Azure Get Scope Providers
    Microsoft Customproviders Associations. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Associations
  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: customproviders-associations
    baseUri: https://management.azure.com
    description: Microsoft Azure customproviders — Associations business capability. Self-contained, no shared references.
    resources:
    - name: scope-providers-Microsoft.CustomProviders-associations
      path: /{scope}/providers/Microsoft.CustomProviders/associations
      operations:
      - name: microsoftazureassociationslistall
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The scope of the association.
          required: true
    - name: scope-providers-Microsoft.CustomProviders-associations-associationName
      path: /{scope}/providers/Microsoft.CustomProviders/associations/{associationName}
      operations:
      - name: microsoftazureassociationscreateorupdate
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Customproviders Associations Associationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-gro
          required: true
        - name: associationName
          in: path
          type: string
          description: The name of the association.
          required: true
        - name: association
          in: body
          type: string
          description: The parameters required to create or update an association.
          required: true
      - name: microsoftazureassociationsdelete
        method: DELETE
        description: Microsoft Azure Delete Scope Providers Microsoft Customproviders Associations Associationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The scope of the association.
          required: true
        - name: associationName
          in: path
          type: string
          description: The name of the association.
          required: true
      - name: microsoftazureassociationsget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations Associationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: path
          type: string
          description: The scope of the association.
          required: true
        - name: associationName
          in: path
          type: string
          description: The name of the association.
          required: true
  exposes:
  - type: rest
    namespace: customproviders-associations-rest
    port: 8080
    description: REST adapter for Microsoft Azure customproviders — Associations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-customproviders/associations
      name: scope-providers-microsoft-customproviders-associations
      description: REST surface for scope-providers-Microsoft.CustomProviders-associations.
      operations:
      - method: GET
        name: microsoftazureassociationslistall
        description: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations
        call: customproviders-associations.microsoftazureassociationslistall
        with:
          scope: rest.scope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-customproviders/associations/{associationname}
      name: scope-providers-microsoft-customproviders-associations-associationname
      description: REST surface for scope-providers-Microsoft.CustomProviders-associations-associationName.
      operations:
      - method: PUT
        name: microsoftazureassociationscreateorupdate
        description: Microsoft Azure Put Scope Providers Microsoft Customproviders Associations Associationname
        call: customproviders-associations.microsoftazureassociationscreateorupdate
        with:
          scope: rest.scope
          associationName: rest.associationName
          association: rest.association
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureassociationsdelete
        description: Microsoft Azure Delete Scope Providers Microsoft Customproviders Associations Associationname
        call: customproviders-associations.microsoftazureassociationsdelete
        with:
          scope: rest.scope
          associationName: rest.associationName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureassociationsget
        description: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations Associationname
        call: customproviders-associations.microsoftazureassociationsget
        with:
          scope: rest.scope
          associationName: rest.associationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customproviders-associations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure customproviders — Associations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customproviders-associations.microsoftazureassociationslistall
      with:
        scope: tools.scope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-scope-providers
      description: Microsoft Azure Put Scope Providers Microsoft Customproviders Associations Associationname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customproviders-associations.microsoftazureassociationscreateorupdate
      with:
        scope: tools.scope
        associationName: tools.associationName
        association: tools.association
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-scope-providers
      description: Microsoft Azure Delete Scope Providers Microsoft Customproviders Associations Associationname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: customproviders-associations.microsoftazureassociationsdelete
      with:
        scope: tools.scope
        associationName: tools.associationName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers-2
      description: Microsoft Azure Get Scope Providers Microsoft Customproviders Associations Associationname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customproviders-associations.microsoftazureassociationsget
      with:
        scope: tools.scope
        associationName: tools.associationName
      outputParameters:
      - type: object
        mapping: $.