Microsoft Azure · Capability

Microsoft Azure BatchManagement — ApplicationPackage

Microsoft Azure BatchManagement — ApplicationPackage. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureApplicationPackage

What You Can Do

GET
Microsoftazureapplicationpackagelist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions
PUT
Microsoftazureapplicationpackagecreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions/{versionname}
DELETE
Microsoftazureapplicationpackagedelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions/{versionname}
GET
Microsoftazureapplicationpackageget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions/{versionname}
POST
Microsoftazureapplicationpackageactivate — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname Activate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions/{versionname}/activate

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname

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

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname Versions Versionname Activate

Capability Spec

batchmanagement-applicationpackage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure BatchManagement — ApplicationPackage
  description: 'Microsoft Azure BatchManagement — ApplicationPackage. 5 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch Batchaccounts Accountname Applications Applicationname
    Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ApplicationPackage
  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: batchmanagement-applicationpackage
    baseUri: https://management.azure.com
    description: Microsoft Azure BatchManagement — ApplicationPackage business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions
      operations:
      - name: microsoftazureapplicationpackagelist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxresults
          in: query
          type: integer
          description: The maximum number of items to return in the response.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}
      operations:
      - name: microsoftazureapplicationpackagecreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters for the request.
      - name: microsoftazureapplicationpackagedelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureapplicationpackageget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}/activate
      operations:
      - name: microsoftazureapplicationpackageactivate
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname Activate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters for the request.
          required: true
  exposes:
  - type: rest
    namespace: batchmanagement-applicationpackage-rest
    port: 8080
    description: REST adapter for Microsoft Azure BatchManagement — ApplicationPackage. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureapplicationpackagelist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions
        call: batchmanagement-applicationpackage.microsoftazureapplicationpackagelist
        with:
          maxresults: rest.maxresults
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions/{versionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazureapplicationpackagecreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
        call: batchmanagement-applicationpackage.microsoftazureapplicationpackagecreate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureapplicationpackagedelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
        call: batchmanagement-applicationpackage.microsoftazureapplicationpackagedelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureapplicationpackageget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
        call: batchmanagement-applicationpackage.microsoftazureapplicationpackageget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-batch/batchaccounts/{accountname}/applications/{applicationname}/versions/{versionname}/activate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureapplicationpackageactivate
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Batch Batchaccounts Accountname Applications Applicationname Versions Versionname Activate
        call: batchmanagement-applicationpackage.microsoftazureapplicationpackageactivate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: batchmanagement-applicationpackage-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure BatchManagement — ApplicationPackage. 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 Batch
        Batchaccounts Accountname Applications Applicationname Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batchmanagement-applicationpackage.microsoftazureapplicationpackagelist
      with:
        maxresults: tools.maxresults
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch
        Batchaccounts Accountname Applications Applicationname Versions Versionname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: batchmanagement-applicationpackage.microsoftazureapplicationpackagecreate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Batch Batchaccounts Accountname Applications Applicationname Versions Versionname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: batchmanagement-applicationpackage.microsoftazureapplicationpackagedelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Batch
        Batchaccounts Accountname Applications Applicationname Versions Versionname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: batchmanagement-applicationpackage.microsoftazureapplicationpackageget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Batch Batchaccounts Accountname Applications Applicationname Versions Versionname Activate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: batchmanagement-applicationpackage.microsoftazureapplicationpackageactivate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.