Microsoft Azure · Capability

Microsoft Azure Azure VMware Solution API — Addons

Microsoft Azure Azure VMware Solution API — Addons. 4 operations. Lead operation: Microsoft Azure List Addons In A Private Cloud. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAddons

What You Can Do

GET
Microsoftazureaddonslist — Microsoft Azure List Addons In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/addons
GET
Microsoftazureaddonsget — Microsoft Azure Get An Addon By Name In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/addons/{addonname}
PUT
Microsoftazureaddonscreateorupdate — Microsoft Azure Create Or Update A Addon In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/addons/{addonname}
DELETE
Microsoftazureaddonsdelete — Microsoft Azure Delete A Addon In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/addons/{addonname}

MCP Tools

microsoft-azure-list-addons-private

Microsoft Azure List Addons In A Private Cloud

read-only idempotent
microsoft-azure-get-addon-name

Microsoft Azure Get An Addon By Name In A Private Cloud

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

Microsoft Azure Create Or Update A Addon In A Private Cloud

idempotent
microsoft-azure-delete-addon-private

Microsoft Azure Delete A Addon In A Private Cloud

idempotent

Capability Spec

azure-vmware-solution-addons.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure VMware Solution API — Addons
  description: 'Microsoft Azure Azure VMware Solution API — Addons. 4 operations. Lead operation: Microsoft Azure List Addons
    In A Private Cloud. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Addons
  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-vmware-solution-addons
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure VMware Solution API — Addons business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/addons
      operations:
      - name: microsoftazureaddonslist
        method: GET
        description: Microsoft Azure List Addons In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/addons/{addonName}
      operations:
      - name: microsoftazureaddonsget
        method: GET
        description: Microsoft Azure Get An Addon By Name In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaddonscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Addon In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateCloudName
          in: path
          type: string
          description: The name of the private cloud.
          required: true
        - name: addon
          in: body
          type: string
          description: A addon in the private cloud
          required: true
      - name: microsoftazureaddonsdelete
        method: DELETE
        description: Microsoft Azure Delete A Addon In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-vmware-solution-addons-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure VMware Solution API — Addons. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/addons
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaddonslist
        description: Microsoft Azure List Addons In A Private Cloud
        call: azure-vmware-solution-addons.microsoftazureaddonslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/addons/{addonname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaddonsget
        description: Microsoft Azure Get An Addon By Name In A Private Cloud
        call: azure-vmware-solution-addons.microsoftazureaddonsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaddonscreateorupdate
        description: Microsoft Azure Create Or Update A Addon In A Private Cloud
        call: azure-vmware-solution-addons.microsoftazureaddonscreateorupdate
        with:
          privateCloudName: rest.privateCloudName
          addon: rest.addon
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaddonsdelete
        description: Microsoft Azure Delete A Addon In A Private Cloud
        call: azure-vmware-solution-addons.microsoftazureaddonsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-vmware-solution-addons-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure VMware Solution API — Addons. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-addons-private
      description: Microsoft Azure List Addons In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-addons.microsoftazureaddonslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-addon-name
      description: Microsoft Azure Get An Addon By Name In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-addons.microsoftazureaddonsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-addon
      description: Microsoft Azure Create Or Update A Addon In A Private Cloud
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-vmware-solution-addons.microsoftazureaddonscreateorupdate
      with:
        privateCloudName: tools.privateCloudName
        addon: tools.addon
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-addon-private
      description: Microsoft Azure Delete A Addon In A Private Cloud
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-vmware-solution-addons.microsoftazureaddonsdelete
      outputParameters:
      - type: object
        mapping: $.