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

Incorrect Column Type for Network Access Fields in azure_application_insight Table #768

Closed Priyanka-Chatterjee-2000 closed 1 month ago

Priyanka-Chatterjee-2000 commented 1 month ago

The public_network_access_for_ingestion and public_network_access_for_query fields in the azure_application_insight table are currently defined with proto.ColumnType_JSON. However, these fields should be of type proto.ColumnType_STRING according to the Azure SDK documentation. References