Skip to main content

vw_community_gallery_image_versions

Creates, updates, deletes, gets or lists a vw_community_gallery_image_versions resource.

Overview

Namevw_community_gallery_image_versions
TypeView
Idazure.compute.vw_community_gallery_image_versions

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
name as name,
location as location,
type as type,
identifier as identifier,
JSON_EXTRACT(properties, '$.publishedDate') as "published_date",
JSON_EXTRACT(properties, '$.endOfLifeDate') as "end_of_life_date",
JSON_EXTRACT(properties, '$.excludeFromLatest') as "exclude_from_latest",
JSON_EXTRACT(properties, '$.storageProfile') as "storage_profile",
JSON_EXTRACT(properties, '$.disclaimer') as "disclaimer",
JSON_EXTRACT(properties, '$.artifactTags') as "artifact_tags",
subscriptionId,
location,
publicGalleryName,
galleryImageName,
galleryImageVersionName
FROM azure.compute.community_gallery_image_versions
WHERE subscriptionId = 'replace-me' AND location = 'replace-me' AND publicGalleryName = 'replace-me' AND galleryImageName = 'replace-me';