Skip to main content

vw_community_galleries

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

Overview

Namevw_community_galleries
TypeView
Idazure.compute.vw_community_galleries

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, '$.disclaimer') as "disclaimer",
JSON_EXTRACT(properties, '$.artifactTags') as "artifact_tags",
JSON_EXTRACT(properties, '$.communityMetadata') as "community_metadata",
subscriptionId,
location,
publicGalleryName
FROM azure.compute.community_galleries
WHERE subscriptionId = 'replace-me' AND location = 'replace-me' AND publicGalleryName = 'replace-me';