Skip to main content

vw_first_party_apps

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

Overview

Namevw_first_party_apps
TypeView
Idazure_extras.test_base.vw_first_party_apps

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.mediaType') as "media_type",
JSON_EXTRACT(properties, '$.architecture') as "architecture",
JSON_EXTRACT(properties, '$.channel') as "channel",
JSON_EXTRACT(properties, '$.ring') as "ring",
JSON_EXTRACT(properties, '$.supportedProducts') as "supported_products",
subscriptionId,
resourceGroupName,
testBaseAccountName,
firstPartyAppResourceName
FROM azure_extras.test_base.first_party_apps
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND testBaseAccountName = 'replace-me';