Azure plugin v0.57.0 - Recompiled plugin with steampipe-plugin-sdk v5.10.1 and azure-sdk-for-go v68.0.0+incompatible
May 13, 2024•plugin
Enhancements
- The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#756)
Bug fixes
- Fixed the
server_properties
column in theazure_postgresql_flexible_server
table to correctly return data instead ofnil
. (#754)
Dependencies
- Recompiled plugin with azure-sdk-for-go v68.0.0+incompatible. (#747)
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that
QueryData
passed toConnectionKeyColumns
value callback is populated withConnectionManager
. (#755)