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

Add table azure_postgresql_flexible_server #659

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 ``` select name, id, cloud_environment, location from azure_postgresql_flexible_server; [ { "cloud_environment": "AzurePublicCloud", "id": "/subscriptions/d46d7416-f95f-9865-ccc6-529d4c11111c/resourceGroups/demo/providers/Microsoft.DBforPostgreSQL/flexibleServers/flex-server-1-mr", "location": "East US", "name": "flex-server-1-mr" } ] ```