Package version:

Interface VMGalleryApplication

Specifies the required information to reference a compute gallery application version

interface VMGalleryApplication {
    configurationReference?: string;
    enableAutomaticUpgrade?: boolean;
    order?: number;
    packageReferenceId: string;
    tags?: string;
    treatFailureAsDeploymentFailure?: boolean;
}

Properties

configurationReference?: string

Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided

enableAutomaticUpgrade?: boolean

If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS

order?: number

Optional, Specifies the order in which the packages have to be installed

packageReferenceId: string

Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}

tags?: string

Optional, Specifies a passthrough value for more generic context.

treatFailureAsDeploymentFailure?: boolean

Optional, If true, any failure for any operation in the VmApplication will fail the deployment