turbot/steampipe-mod-azure-insights

Query: compute_disk_os_type

Usage

powerpipe query azure_insights.query.compute_disk_os_type

Steampipe Tables

SQL

select
'OS Type' as label,
case when os_type = '' then 'NA' else os_type end as value
from
azure_compute_disk
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3);

Dashboards

The query is used in the dashboards: