Skip to main content

vw_update_runs

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

Overview

Namevw_update_runs
TypeView
Idazure.fleet.vw_update_runs

Fields

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

SQL Definition

SELECT
eTag as e_tag,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.updateStrategyId') as "update_strategy_id",
JSON_EXTRACT(properties, '$.strategy') as "strategy",
JSON_EXTRACT(properties, '$.managedClusterUpdate') as "managed_cluster_update",
JSON_EXTRACT(properties, '$.status') as "status",
subscriptionId,
resourceGroupName,
fleetName,
updateRunName
FROM azure.fleet.update_runs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND fleetName = 'replace-me';