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 18 forks source link

Getting null value for column `disable_local_auth` in table azure_eventgrid_domain #648

Closed khushboo9024 closed 1 year ago

khushboo9024 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

Getting null value for column disable_local_auth in table azure_eventgrid_domain

> select name, disable_local_auth from azure_eventgrid_domain
[
 {
  "disable_local_auth": null,
  "name": "new889"
 }
]
> 

Steampipe version (steampipe -v) Example: v0.3.0

Plugin version (steampipe plugin list) Example: v0.5.0

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.