Microsoft Azure · Capability

Microsoft Azure Azure Log Analytics - Operations Management — ManagementConfiguration

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

Run with Naftiko Microsoft AzureManagementConfiguration

What You Can Do

GET
Microsoftazuremanagementconfigurationslistbysubscription — Microsoft Azure Retrieves The Managementconfigurations List For The Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-operationsmanagement/managementconfigurations
PUT
Microsoftazuremanagementconfigurationscreateorupdate — Microsoft Azure Create Update Managementconfiguration
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/managementconfigurations/{managementconfigurationname}
DELETE
Microsoftazuremanagementconfigurationsdelete — Microsoft Azure Deletes The Managementconfiguration
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/managementconfigurations/{managementconfigurationname}
GET
Microsoftazuremanagementconfigurationsget — Microsoft Azure Retrieve Managementconfiguration
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/managementconfigurations/{managementconfigurationname}

MCP Tools

microsoft-azure-retrieves-managementconfigurations-list

Microsoft Azure Retrieves The Managementconfigurations List For The Subscription

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

Microsoft Azure Create Update Managementconfiguration

idempotent
microsoft-azure-deletes-managementconfiguration

Microsoft Azure Deletes The Managementconfiguration

idempotent
microsoft-azure-retrieve-managementconfiguration

Microsoft Azure Retrieve Managementconfiguration

read-only idempotent

Capability Spec

azure-log-analytics-operations-management-managementconfiguration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Log Analytics - Operations Management — ManagementConfiguration
  description: 'Microsoft Azure Azure Log Analytics - Operations Management — ManagementConfiguration. 4 operations. Lead
    operation: Microsoft Azure Retrieves The Managementconfigurations List For The Subscription. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ManagementConfiguration
  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-managementconfiguration
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Log Analytics - Operations Management — ManagementConfiguration business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.OperationsManagement-Management
      path: /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementConfigurations
      operations:
      - name: microsoftazuremanagementconfigurationslistbysubscription
        method: GET
        description: Microsoft Azure Retrieves The Managementconfigurations List For The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName}
      operations:
      - name: microsoftazuremanagementconfigurationscreateorupdate
        method: PUT
        description: Microsoft Azure Create Update Managementconfiguration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters required to create OMS Solution.
          required: true
      - name: microsoftazuremanagementconfigurationsdelete
        method: DELETE
        description: Microsoft Azure Deletes The Managementconfiguration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremanagementconfigurationsget
        method: GET
        description: Microsoft Azure Retrieve Managementconfiguration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-log-analytics-operations-management-managementconfiguration-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Log Analytics - Operations Management — ManagementConfiguration. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-operationsmanagement/managementconfigurations
      name: subscriptions-subscriptionid-providers-microsoft-operationsmanagement-management
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.OperationsManagement-Management.
      operations:
      - method: GET
        name: microsoftazuremanagementconfigurationslistbysubscription
        description: Microsoft Azure Retrieves The Managementconfigurations List For The Subscription
        call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-operationsmanagement/managementconfigurations/{managementconfigurationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuremanagementconfigurationscreateorupdate
        description: Microsoft Azure Create Update Managementconfiguration
        call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationscreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremanagementconfigurationsdelete
        description: Microsoft Azure Deletes The Managementconfiguration
        call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuremanagementconfigurationsget
        description: Microsoft Azure Retrieve Managementconfiguration
        call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-log-analytics-operations-management-managementconfiguration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Log Analytics - Operations Management — ManagementConfiguration. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-retrieves-managementconfigurations-list
      description: Microsoft Azure Retrieves The Managementconfigurations List For The Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-managementconfiguration
      description: Microsoft Azure Create Update Managementconfiguration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationscreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-managementconfiguration
      description: Microsoft Azure Deletes The Managementconfiguration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-retrieve-managementconfiguration
      description: Microsoft Azure Retrieve Managementconfiguration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-log-analytics-operations-management-managementconfiguration.microsoftazuremanagementconfigurationsget
      outputParameters:
      - type: object
        mapping: $.