Skip to main content

vw_scope_maps

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

Overview

Namevw_scope_maps
TypeView
Idazure.container_registry.vw_scope_maps

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, '$.description') as "description",
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.creationDate') as "creation_date",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.actions') as "actions",
subscriptionId,
resourceGroupName,
registryName,
scopeMapName
FROM azure.container_registry.scope_maps
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND registryName = 'replace-me';