Skip to main content

vw_archives

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

Overview

Namevw_archives
TypeView
Idazure.container_registry.vw_archives

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.packageSource') as "package_source",
JSON_EXTRACT(properties, '$.publishedVersion') as "published_version",
JSON_EXTRACT(properties, '$.repositoryEndpointPrefix') as "repository_endpoint_prefix",
JSON_EXTRACT(properties, '$.repositoryEndpoint') as "repository_endpoint",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
registryName,
packageType,
archiveName
FROM azure.container_registry.archives
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND registryName = 'replace-me' AND packageType = 'replace-me';