Skip to main content

vw_catalogs

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

Overview

Namevw_catalogs
TypeView
Idazure.dev_center.vw_catalogs

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, '$.gitHub') as "git_hub",
JSON_EXTRACT(properties, '$.adoGit') as "ado_git",
JSON_EXTRACT(properties, '$.syncType') as "sync_type",
JSON_EXTRACT(properties, '$.tags') as "tags",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.syncState') as "sync_state",
JSON_EXTRACT(properties, '$.lastSyncStats') as "last_sync_stats",
JSON_EXTRACT(properties, '$.connectionState') as "connection_state",
JSON_EXTRACT(properties, '$.lastConnectionTime') as "last_connection_time",
JSON_EXTRACT(properties, '$.lastSyncTime') as "last_sync_time",
subscriptionId,
resourceGroupName,
devCenterName,
catalogName
FROM azure.dev_center.catalogs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND devCenterName = 'replace-me';