Azure plugin v1.5.0 - Added azure_network_profile table

Aug 01, 2025steampipe

Deprecations

  • The following columns of the azure_security_center_contact have now been deprecated due to the lack of API support:
    • alert_notifications
    • alerts_to_admins

What's new?

Enhancements

  • Added rate-limiter tags to all tables which can be used to smooth request rates and limit the number of parallel requests to avoid hitting API rate limits. (#904)
  • Added diagnostic_settings column to azure_app_service_web_app table. (#921)
  • Added default_blob_diagnostic_settings, default_file_diagnostic_settings, default_table_diagnostic_settings and default_queue_diagnostic_settings columns to azure_storage_account table. (#918)
  • Added key_policy column to azure_storage_account table. (#922)

Bug fixes

  • Fixed the azure_storage_account table to correctly handle the no such host error for premium type storage account. (#922)
  • Fixed the diagnostic_settings column in azure_key_vault table to correctly return data instead of null. (#915)
  • Fixed azure_data_protection_backup_vault and azure_security_center_contact tables to correctly return data instead of an error. (#917)
  • Fixed the azure_security_center_contact table to correctly return data instead of null. (#902)

Dependencies