Microsoft Azure · Capability

Microsoft Azure LogicManagementClient — IntegrationAccountMaps

Microsoft Azure LogicManagementClient — IntegrationAccountMaps. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureIntegrationAccountMaps

What You Can Do

GET
Microsoftazureintegrationaccountmapslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps
GET
Microsoftazureintegrationaccountmapsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps/{mapname}
PUT
Microsoftazureintegrationaccountmapscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps/{mapname}
DELETE
Microsoftazureintegrationaccountmapsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps/{mapname}
POST
Microsoftazureintegrationaccountmapslistcontentcallbackurl — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname Listcontentcallbackurl
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps/{mapname}/listcontentcallbackurl

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname Maps Mapname Listcontentcallbackurl

Capability Spec

logicmanagementclient-integrationaccountmaps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure LogicManagementClient — IntegrationAccountMaps
  description: 'Microsoft Azure LogicManagementClient — IntegrationAccountMaps. 5 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic Integrationaccounts Integrationaccountname
    Maps. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - IntegrationAccountMaps
  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: logicmanagementclient-integrationaccountmaps
    baseUri: https://management.azure.com
    description: Microsoft Azure LogicManagementClient — IntegrationAccountMaps business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps
      operations:
      - name: microsoftazureintegrationaccountmapslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: $top
          in: query
          type: integer
          description: The number of items to be included in the result.
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply on the operation. Options for filters include: MapType.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}
      operations:
      - name: microsoftazureintegrationaccountmapsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: mapName
          in: path
          type: string
          description: The integration account map name.
          required: true
      - name: microsoftazureintegrationaccountmapscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: mapName
          in: path
          type: string
          description: The integration account map name.
          required: true
        - name: map
          in: body
          type: string
          description: The integration account map.
          required: true
      - name: microsoftazureintegrationaccountmapsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: mapName
          in: path
          type: string
          description: The integration account map name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}/listContentCallbackUrl
      operations:
      - name: microsoftazureintegrationaccountmapslistcontentcallbackurl
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname Listcontentcallbackurl
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: integrationAccountName
          in: path
          type: string
          description: The integration account name.
          required: true
        - name: mapName
          in: path
          type: string
          description: The integration account map name.
          required: true
        - name: listContentCallbackUrl
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: logicmanagementclient-integrationaccountmaps-rest
    port: 8080
    description: REST adapter for Microsoft Azure LogicManagementClient — IntegrationAccountMaps. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureintegrationaccountmapslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps
        call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapslist
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps/{mapname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureintegrationaccountmapsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname
        call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapsget
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          mapName: rest.mapName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureintegrationaccountmapscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname
        call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          mapName: rest.mapName
          map: rest.map
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureintegrationaccountmapsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname
        call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapsdelete
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          mapName: rest.mapName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/integrationaccounts/{integrationaccountname}/maps/{mapname}/listcontentcallbackurl
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureintegrationaccountmapslistcontentcallbackurl
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Logic Integrationaccounts Integrationaccountname Maps Mapname Listcontentcallbackurl
        call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapslistcontentcallbackurl
        with:
          resourceGroupName: rest.resourceGroupName
          integrationAccountName: rest.integrationAccountName
          mapName: rest.mapName
          listContentCallbackUrl: rest.listContentCallbackUrl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: logicmanagementclient-integrationaccountmaps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure LogicManagementClient — IntegrationAccountMaps. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Integrationaccounts Integrationaccountname Maps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapslist
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Integrationaccounts Integrationaccountname Maps Mapname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapsget
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        mapName: tools.mapName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Logic
        Integrationaccounts Integrationaccountname Maps Mapname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        mapName: tools.mapName
        map: tools.map
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Logic Integrationaccounts Integrationaccountname Maps Mapname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapsdelete
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        mapName: tools.mapName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Logic Integrationaccounts Integrationaccountname Maps Mapname Listcontentcallbackurl
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: logicmanagementclient-integrationaccountmaps.microsoftazureintegrationaccountmapslistcontentcallbackurl
      with:
        resourceGroupName: tools.resourceGroupName
        integrationAccountName: tools.integrationAccountName
        mapName: tools.mapName
        listContentCallbackUrl: tools.listContentCallbackUrl
      outputParameters:
      - type: object
        mapping: $.