Microsoft Azure · Capability

Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions

Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureGalleryApplicationVersions

What You Can Do

GET
Microsoftazuregalleryapplicationversionslistbygalleryapplication — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions
PUT
Microsoftazuregalleryapplicationversionscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions/{galleryapplicationversionname}
PATCH
Microsoftazuregalleryapplicationversionsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions/{galleryapplicationversionname}
GET
Microsoftazuregalleryapplicationversionsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions/{galleryapplicationversionname}
DELETE
Microsoftazuregalleryapplicationversionsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions/{galleryapplicationversionname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname

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

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname

idempotent

Capability Spec

sharedimagegalleryserviceclient-galleryapplicationversions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions
  description: 'Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions. 5 operations. Lead operation:
    Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries
    Galleryname Applications Galleryapplicationname Versions. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - GalleryApplicationVersions
  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: sharedimagegalleryserviceclient-galleryapplicationversions
    baseUri: https://management.azure.com
    description: Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions
      operations:
      - name: microsoftazuregalleryapplicationversionslistbygalleryapplication
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Application Gallery in which the Application Definition resides.
          required: true
        - name: galleryApplicationName
          in: path
          type: string
          description: The name of the Shared Application Gallery Application Definition from which the Application Versions
            are to be listed.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
      operations:
      - name: microsoftazuregalleryapplicationversionscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Application Gallery in which the Application Definition resides.
          required: true
        - name: galleryApplicationName
          in: path
          type: string
          description: The name of the gallery Application Definition in which the Application Version is to be created.
          required: true
        - name: galleryApplicationVersionName
          in: path
          type: string
          description: 'The name of the gallery Application Version to be created. Needs to follow semantic version name pattern:
            The allowed characters are digit and period. Digits mu'
          required: true
        - name: galleryApplicationVersion
          in: body
          type: string
          description: Parameters supplied to the create or update gallery Application Version operation.
          required: true
      - name: microsoftazuregalleryapplicationversionsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Application Gallery in which the Application Definition resides.
          required: true
        - name: galleryApplicationName
          in: path
          type: string
          description: The name of the gallery Application Definition in which the Application Version is to be updated.
          required: true
        - name: galleryApplicationVersionName
          in: path
          type: string
          description: 'The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern:
            The allowed characters are digit and period. Digits mu'
          required: true
        - name: galleryApplicationVersion
          in: body
          type: string
          description: Parameters supplied to the update gallery Application Version operation.
          required: true
      - name: microsoftazuregalleryapplicationversionsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Application Gallery in which the Application Definition resides.
          required: true
        - name: galleryApplicationName
          in: path
          type: string
          description: The name of the gallery Application Definition in which the Application Version resides.
          required: true
        - name: galleryApplicationVersionName
          in: path
          type: string
          description: The name of the gallery Application Version to be retrieved.
          required: true
        - name: $expand
          in: query
          type: string
          description: The expand expression to apply on the operation.
      - name: microsoftazuregalleryapplicationversionsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Application Gallery in which the Application Definition resides.
          required: true
        - name: galleryApplicationName
          in: path
          type: string
          description: The name of the gallery Application Definition in which the Application Version resides.
          required: true
        - name: galleryApplicationVersionName
          in: path
          type: string
          description: The name of the gallery Application Version to be deleted.
          required: true
  exposes:
  - type: rest
    namespace: sharedimagegalleryserviceclient-galleryapplicationversions-rest
    port: 8080
    description: REST adapter for Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuregalleryapplicationversionslistbygalleryapplication
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions
        call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionslistbygalleryapplication
        with:
          galleryName: rest.galleryName
          galleryApplicationName: rest.galleryApplicationName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}/versions/{galleryapplicationversionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuregalleryapplicationversionscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionscreateorupdate
        with:
          galleryName: rest.galleryName
          galleryApplicationName: rest.galleryApplicationName
          galleryApplicationVersionName: rest.galleryApplicationVersionName
          galleryApplicationVersion: rest.galleryApplicationVersion
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuregalleryapplicationversionsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionsupdate
        with:
          galleryName: rest.galleryName
          galleryApplicationName: rest.galleryApplicationName
          galleryApplicationVersionName: rest.galleryApplicationVersionName
          galleryApplicationVersion: rest.galleryApplicationVersion
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuregalleryapplicationversionsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionsget
        with:
          galleryName: rest.galleryName
          galleryApplicationName: rest.galleryApplicationName
          galleryApplicationVersionName: rest.galleryApplicationVersionName
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuregalleryapplicationversionsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
        call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionsdelete
        with:
          galleryName: rest.galleryName
          galleryApplicationName: rest.galleryApplicationName
          galleryApplicationVersionName: rest.galleryApplicationVersionName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sharedimagegalleryserviceclient-galleryapplicationversions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SharedImageGalleryServiceClient — GalleryApplicationVersions. 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 Compute
        Galleries Galleryname Applications Galleryapplicationname Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionslistbygalleryapplication
      with:
        galleryName: tools.galleryName
        galleryApplicationName: tools.galleryApplicationName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionscreateorupdate
      with:
        galleryName: tools.galleryName
        galleryApplicationName: tools.galleryApplicationName
        galleryApplicationVersionName: tools.galleryApplicationVersionName
        galleryApplicationVersion: tools.galleryApplicationVersion
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionsupdate
      with:
        galleryName: tools.galleryName
        galleryApplicationName: tools.galleryApplicationName
        galleryApplicationVersionName: tools.galleryApplicationVersionName
        galleryApplicationVersion: tools.galleryApplicationVersion
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionsget
      with:
        galleryName: tools.galleryName
        galleryApplicationName: tools.galleryApplicationName
        galleryApplicationVersionName: tools.galleryApplicationVersionName
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Galleries Galleryname Applications Galleryapplicationname Versions Galleryapplicationversionname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryapplicationversions.microsoftazuregalleryapplicationversionsdelete
      with:
        galleryName: tools.galleryName
        galleryApplicationName: tools.galleryApplicationName
        galleryApplicationVersionName: tools.galleryApplicationVersionName
      outputParameters:
      - type: object
        mapping: $.