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
37 stars 17 forks source link

Fix `disable_local_auth` column in `azure_eventgrid_domain` table. Closes #648 #658

Closed madhushreeray30 closed 1 year ago

madhushreeray30 commented 1 year ago

Integration test logs

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

Example query results

Results ```sql > select name, disable_local_auth from azure_eventgrid_domain [ { "disable_local_auth": false, "name": "demo-test" } ] ```