Microsoft Azure · Capability

Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation

Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation. 4 operations. Lead operation: Microsoft Azure Retrieves The Managementassociations List For The Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureManagementAssociation

What You Can Do

GET
Microsoftazuremanagementassociationslistbysubscription — Microsoft Azure Retrieves The Managementassociations List For The Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-operationsmanagement/managementassociations
PUT
Microsoftazuremanagementassociationscreateorupdate — Microsoft Azure Create Update Managementassociation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcetype}/{resourcename}/providers/microsoft-operationsmanagement/managementassociations/{managementassociationname}
DELETE
Microsoftazuremanagementassociationsdelete — Microsoft Azure Deletes The Managementassociation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcetype}/{resourcename}/providers/microsoft-operationsmanagement/managementassociations/{managementassociationname}
GET
Microsoftazuremanagementassociationsget — Microsoft Azure Retrieve Managementassociation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcetype}/{resourcename}/providers/microsoft-operationsmanagement/managementassociations/{managementassociationname}

MCP Tools

microsoft-azure-retrieves-managementassociations-list

Microsoft Azure Retrieves The Managementassociations List For The Subscription

read-only idempotent
microsoft-azure-create-update-managementassociation

Microsoft Azure Create Update Managementassociation

idempotent
microsoft-azure-deletes-managementassociation

Microsoft Azure Deletes The Managementassociation

idempotent
microsoft-azure-retrieve-managementassociation

Microsoft Azure Retrieve Managementassociation

read-only idempotent

Capability Spec

azure-log-analytics-operations-management-managementassociation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation
  description: 'Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation. 4 operations. Lead operation:
    Microsoft Azure Retrieves The Managementassociations List For The Subscription. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ManagementAssociation
  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: azure-log-analytics-operations-management-managementassociation
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.OperationsManagement-Management
      path: /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementAssociations
      operations:
      - name: microsoftazuremanagementassociationslistbysubscription
        method: GET
        description: Microsoft Azure Retrieves The Managementassociations List For The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-provider
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.OperationsManagement/ManagementAssociations/{managementAssociationName}
      operations:
      - name: microsoftazuremanagementassociationscreateorupdate
        method: PUT
        description: Microsoft Azure Create Update Managementassociation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters required to create ManagementAssociation extension.
          required: true
      - name: microsoftazuremanagementassociationsdelete
        method: DELETE
        description: Microsoft Azure Deletes The Managementassociation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremanagementassociationsget
        method: GET
        description: Microsoft Azure Retrieve Managementassociation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-log-analytics-operations-management-managementassociation-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-operationsmanagement/managementassociations
      name: subscriptions-subscriptionid-providers-microsoft-operationsmanagement-management
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.OperationsManagement-Management.
      operations:
      - method: GET
        name: microsoftazuremanagementassociationslistbysubscription
        description: Microsoft Azure Retrieves The Managementassociations List For The Subscription
        call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/{providername}/{resourcetype}/{resourcename}/providers/microsoft-operationsmanagement/managementassociations/{managementassociationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-provider
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-provider.
      operations:
      - method: PUT
        name: microsoftazuremanagementassociationscreateorupdate
        description: Microsoft Azure Create Update Managementassociation
        call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationscreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremanagementassociationsdelete
        description: Microsoft Azure Deletes The Managementassociation
        call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuremanagementassociationsget
        description: Microsoft Azure Retrieve Managementassociation
        call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-log-analytics-operations-management-managementassociation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Log Analytics - Operations Management — ManagementAssociation. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-retrieves-managementassociations-list
      description: Microsoft Azure Retrieves The Managementassociations List For The Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-managementassociation
      description: Microsoft Azure Create Update Managementassociation
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationscreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-managementassociation
      description: Microsoft Azure Deletes The Managementassociation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieve-managementassociation
      description: Microsoft Azure Retrieve Managementassociation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-managementassociation.microsoftazuremanagementassociationsget
      outputParameters:
      - type: object
        mapping: $.