turbot / steampipe-plugin-azure

Use SQL to instantly query Azure resources across regions and subscriptions. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/azure
Apache License 2.0
34 stars 15 forks source link

Fixed column scopes and condition in table azure_log_alert Closes #795 #796

Open ParthaI opened 3 days ago

ParthaI commented 3 days ago

Integration test logs

Logs ``` Add passing integration test logs here ```

Example query results

Results ``` > select name, enabled, description, scopes, condition from azure_log_alert +----------------+---------+-------------+---------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------> | name | enabled | description | scopes | condition > +----------------+---------+-------------+---------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------> | alertDeleteNSG | true | | ["/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"] | {"allOf":[{"equals":"Administrative","field":"category"},{"equals":"Microsoft.Network/networkSecurityGroups/delete","field":"operation> +----------------+---------+-------------+---------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------> ```