Azure plugin v0.65.0 - Added azure_key_vault_certificate and azure_web_application_firewall_policy tables
Sep 03, 2024•plugin
What's new?
- New tables added
Enhancements
- Added
time_created
column to theazure_compute_virtual_machine
table. (#831) - Added
ip_configuration
,linked_public_ip_address
,nat_gateway
andservice_public_ip_address
columns to theazure_public_ip
table. (#836) - Added 20 new columns to the
azure_postgresql_flexible_server
table. (#824)
Bug fixes
- Fixed the
ip_configurations
column of theazure_subnet
table to correctly return data instead ofnull
. (#822) - Fixed the
web_application_firewall_configuration
column ofazure_application_gateway
table to correctly return data instead ofnull
. (#835)
Dependencies
- Recompiled plugin with Go version
1.22
. (#832) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool.
- Updated the
azure_mysql_flexible_server
andazure_postgresql_flexible_server
tables to use the new Azure ARM Go package. (#820)