turbot / steampipe-mod-azure-compliance

Run individual configuration, compliance and security controls or full compliance benchmarks for CIS, HIPAA HITRUST, NIST, and more across all of your Azure subscriptions using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/azure_compliance
Apache License 2.0
55 stars 14 forks source link

IAM and Network queries are breaking with wrong type error #261

Closed bigdatasourav closed 3 months ago

bigdatasourav commented 3 months ago

Describe the bug IAM queries such as iam_subscription_owner_more_than_1 and iam_subscription_owner_max_3 and Network queries like network_watcher_in_regions_with_virtual_network are breaking with the below error -

Error: attribute 7 of type azure_role_definition has wrong type

Error: attribute 9 of type azure_virtual_network has wrong type

Powerpipe version (powerpipe -v) latest

Steampipe version (steampipe -v) latest

Plugin version (steampipe plugin list) latest main

To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

khushboo9024 commented 3 months ago

@bigdatasourav @ParthaI This seems to be a plugin issue. I tried using version v0.55.0 of the Azure plugin, and it works fine. Could you please check. Thanks.