Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#619)
Enhancements
- Added columns
table_logging_delete
,table_logging_read
,table_logging_retention_policy
,table_logging_version
,table_logging_write
, andtable_properties
toazure_storage_account
table. (#614)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.4.1 which fixes increased plugin initialization time due to multiple connections causing the schema to be loaded repeatedly. (#604)
Bug fixes
- Fixed the
intrusion_detection_mode
column ofazure_firewall_policy table
to correctly return data instead ofnull
. (#609)
Enhancements
- Added columns
status_of_primary
andstatus_of_secondary
toazure_storage_account
table. (#605) (Thanks @pdecat for the contribution!)
Bug fixes
- Fixed the
throughput_settings
column ofazure_cosmosdb_mongo_collection
andazure_cosmosdb_mongo_database
tables to correctly return data instead of an error, when default throughput setting is used for databases or collections. (#602)
What's new?
- New tables added
Enhancements
- Added column
restore_parameters
toazure_cosmosdb_account
table. (#594)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#599)
What's new?
- New tables added
- azure_cosmosdb_mongo_collection (#589)
- azure_private_dns_zone (#583) (Thanks @pdecat for the contribution!)
Enhancements
- Added column
throughput_settings
toazure_cosmosdb_mongo_database
table. (#587) - Added column
backup_policy
toazure_cosmosdb_account
table. (#585)
What's new?
- New tables added
- azure_application_insight (#579)
- azure_bastion_host (#580)
- azure_compute_ssh_key (#560) (Thanks @srgg for the contribution!)
- azure_dns_zone (#575) (Thanks @pdecat for the contribution!)
Bug fixes
- Fixed column name typo in
azure_compute_virtual_machine_scale_set_network_interface
table. (#573) (Thanks @jackdelab for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.2.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#574)
What's new?
- New tables added
Enhancements
- Added column
vnet_rules
toazure_mysql_server
table. (#558)
Bug fixes
- Fixed the
ip_configurations
column inazure_firewall
table to returnnull
instead of a panic error when no IP configuration is set on the Azure firewall. (#561) (Thanks @mdaguete for the contribution!!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.12 which fixes the query caching functionality. (#565)
Bug fixes
- Fixed the
vulnerability_assessment_scan_records
column of theazure_sql_database
table to returnnil
instead of an error when vulnerability assessment settings are unavailable for a SQL database. (#552) - Fixed the
ip_configurations
column of theazure_subnet
table to returnnil
instead of an error when IP configuration details are unavailable for a subnet. (#556)
What's new?
- New tables added
Bug fixes
- Fixed the authentication flow to correctly refresh expired Azure CLI token credentials. (#544)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.8 which increases the default open file limit. (#543)
What's new?
- New tables added
Enhancements
- Updated the
docs/index.md
file to include multi-subscription configuration examples. (#538) - Added column
apps
to theazure_app_service_plan
table. (#536)
Bug fixes
- Fixed the column
virtual_network_rules
of theazure_cosmosdb_account
table to correctly return data instead ofnull
. (#532) - Fixed the
azure_app_configuration table
table to correctly return results instead of returning an error. (#531) - Fixed
capabilities
,costs
,location_info
andrestrictions
columns inazure_compute_resource_sku
table to correctly return data instead of an empty array. (#528) - Fixed invalid references to
GCP Monitor
in variousazure_compute_*
table documents. (#520) (Thanks @JoshRosen for the fix!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#514)
- Recompiled plugin with Go version
1.19
. (#514)
Enhancements
- Added column
diagnostic_logs_configuration
toazure_app_service_web_app
table. (#517)
Bug fixes
- Fixed
location
->region
column names inazure_virtual_network
table doc examples. (#511)
Deprecated
- Updated
azure_ad_group
,azure_ad_service_principal
, andazure_ad_user
tables (deprecated in v0.20.0) to no longer return results and instead return an error and suggest the respective replacement table. These tables will be removed entirely from this plugin in a future version.
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v3.3.2 which includes several caching fixes. (#508)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.1. (#500)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.0. (#498)
What's new?
- Added
ignore_error_codes
config arg to provide users the ability to set a list of additional Azure error codes to ignore while running queries. For instance, to ignore some common access denied errors, which is helpful when running with limited permissions, set the argumentignore_error_codes = ["UnauthorizedOperation", "InsufficientAccountPermissions"]
. For more information, please see Azure plugin configuration. (#495)
Bug fixes
- Fixed
azure_mssql_elasticpool
,azure_mysql_flexible_server
,azure_policy_assignment
,azure_public_ip
andazure_storage_share_file
tables to correctly return data instead of an empty row. (#495)
Bug fixes
- Fixed the
access_control
column inazure_logic_app_workflow
table to consistently returnnull
instead of intermittently returning{}
when no data is available. (#486)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#489)
What's new?
- New tables added
Enhancements
- Added
ip_configurations
column toazure_subnet
table. (#483)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#471) - Added support for native Linux ARM and Mac M1 builds. (#479)
Bug fixes
azure_storage_share_file
table has been updated to handleFeatureNotSupportedForAccount
error when the storage type isBlockBlobStorage
(#478)
What's new?
- New tables added
Enhancements
- Fixed the
network_access_policy
column ofazure_compute_disk
table to correctly return the network access policy instead of null (#447) - Updated the data type of
create_mode
andread_scale
columns tostring
inazure_sql_database
table (#459)
Bug fixes
azure_storage_table
andazure_storage_queue
tables have been updated to handle theFeatureNotSupportedForAccount
error when the storage type isBlockBlobStorage
(#467) (#465)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v2.1.1 (#449)
Bug fixes
- Fixed: Authentication session credentials are now cached correctly (#442)
Bug fixes
- Renamed column
environment_name
tocloud_environment
across all the tables to remain consistent with Azure documentation (#438)
What's new?
- New tables added
Enhancements
- Added column
environment_name
across all the tables (#424) - Added column
diagnostic_settings
toazure_storage_account
table (#432) - Added column
server_configurations
toazure_mysql_server
table (#429) azure_storage_account
,azure_storage_blob_service
,azure_storage_container
,azure_storage_queue
,azure_storage_table
andazure_storage_table_service
tables have been updated to handle theFeatureNotSupportedForAccount
error when the storage type isFileStorage
(#418)- Recompiled plugin with steampipe-plugin-sdk v1.8.3 (#431)
Bug fixes
immutability_policy
column inazure_storage_container
table will now correctly return the data instead of returning null when immutability policy is set to a storage container (#434)
Enhancements
- Added
os_name
andos_version
columns to theazure_compute_virtual_machine
table (#420)
Enhancements
- Updated the descriptions for
azure_ad_group
,azure_ad_service_principal
andazure_ad_user
tables to reflect the deprecation status (#414)
Bug fixes
- Fixed
azure_ad_group
,azure_ad_service_principal
andazure_ad_user
tables to useGraphEndpoint
instead ofResourceManagerEndpoint
to make the API calls (#413)
Enhancements
- Recompiled plugin Go version 1.17 (#408)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#406)
Enhancements
- Updated: Add context cancellation handling to all the tables (#343)
- Recompiled plugin with steampipe-plugin-sdk v1.7.0 (#400)
- The configuration section in the docs/index.md file now includes additional information on different methods of setting up credentials in the
azure.spc
file (268)
Bug fixes
- Fixed: Authentication now works properly for non-public cloud environments (268)
Deprecated
- The following tables have been deprecated since they are now maintained in the azuread plugin. These tables will be removed in the next major version. We recommend updating any scripts or workflows that use these tables to use the equivalent tables in the Azure AD plugin instead.
- azure_ad_group (replaced by azuread_group)
- azure_ad_service_principal (replaced by azuread_service_principal)
- azure_ad_user (replaced by azuread_user)
What's new?
- New tables added
- azure_app_configuration (#344)
- azure_application_gateway (#316)
- azure_cognitive_account (#301)
- azure_compute_disk_access (#288)
- azure_databox_edge_device (#377)
- azure_eventgrid_domain (#314)
- azure_eventgrid_topic (#352)
- azure_frontdoor (#362)
- azure_hdinsight_cluster (#395)
- azure_healthcare_service (#345)
- azure_hpc_cache (#374)
- azure_hybrid_compute_machine (#378)
- azure_hybrid_kubernetes_connected_cluster (#376)
- azure_iothub_dps (#363)
- azure_kusto_cluster (#369)
- azure_machine_learning_workspace (#315)
- azure_mssql_virtual_machine (#313)
- azure_service_fabric_cluster (#310)
- azure_signalr_service (#328)
- azure_spring_cloud_service (#347)
- azure_storage_sync (#326)
- azure_synapse_workspace (#346)
Enhancements
- Added
encryption_scope
column toazure_storage_account
table (#392) - Added
security_profile
column toazure_compute_virtual_machine
table (#387) - Added
public_network_access
andminimal_tls_version
column toazure_sql_server
table (#371) - Added
guest_configuration_assignments
column toazure_compute_virtual_machine
table (#353) (#380) - Added
cluster_settings
column toazure_app_service_environment
table (#360) - Added
developer_portal_url
,disable_gateway
,enable_client_certificate
,api_version_constraint
,certificates
,custom_properties
,identity_user_assigned_identities
,virtual_network_type
,restore
,scm_url
,zones
anddiagnostic_settings
columns toazure_api_management
table (#336) - Added
security_alert_policies
column toazure_mssql_managed_instance
table (#333) - Added
private_endpoint_connections
column toazure_eventhub_namespace
table (#331) - Added
private_endpoint_connections
column toazure_servicebus_namespace
table (#334) - Added
server_keys
column toazure_mysql_server
table (#337) - Added
identity
column toazure_compute_virtual_machine
table (#341) - Added
server_keys
column toazure_postgresql_server
table (#299) - Added
private_endpoint_connections
column toazure_key_vault
table (#306) (#342) - Added
private_endpoint_connections
column toazure_sql_server
table (#300) - Added
private_endpoint_connections
column toazure_data_factory
table (#298)
Bug fixes
- Querying column
encryption
in tableazure_servicebus_namespace
now render all available properties (#366) - Querying column
cluster_arm_id
in tableazure_eventhub_namespace
no longer returnnil
if available (#351) - Querying column
private_endpoint_connections
in tableazure_mysql_server
now render all available properties (#338) - Querying column
private_endpoint_connections
in tableazure_postgresql_server
now render all available properties (#339) - Querying column
encryption_protector
in tableazure_sql_server
now render all available properties (#361)
What's new?
- New tables added
Enhancements
- Updated: Add
vulnerability_assessments
andvulnerability_assessment_scan_records
columns inazure_sql_database
table (#279)
What's new?
- New tables added
Enhancements
- Updated: Add
retention_policy_id
,retention_policy_name
,retention_policy_type
andretention_policy_property
columns inazure_sql_database
table (#255)
Bug fixes
- Fixed: Integration test issues for several tables (#259)
- Fixed: Expired CLI authentication tokens will now automatically be refreshed (#234)
What's new?
- New tables added
Enhancements
- Updated: Add
diagnostic_settings
column inazure_network_security_group
table (#247) - Updated: Add
ExtensionType
property inextensions
column forazure_compute_virtual_machine
table (#229) - Updated: Add
enable_automatic_updates
,provision_vm_agent_windows
,time_zone
,additional_unattend_content
,patch_settings
andwin_rm
columns inazure_compute_virtual_machine
table (#223) - Updated: Add
diagnostic_settings
column inazure_servicebus_namespace
table (#225) - Updated: Add
diagnostic_settings
column inazure_eventhub_namespace
table (#226) - Updated: Add
network_acls
column inazure_key_vault
table (#220) - Updated: Add
virtual_network_rules
column inazure_sql_server
table (#227) - Updated: Recompiled plugin with steampipe-plugin-sdk v1.4.1 (#207)
Bug fixes
- Fixed: Pagination for listing resources for all tables (#254)
This bug impacted all the tables in plugin. Now tables will not go into infinite loop for large number of resources. - Fixed: Improve properties of
firewall_rules
column inazure_sql_server
table (#237)
What's new?
- New tables added
Enhancements
- Updated: Add column
vnet_connection
toazure_app_service_web_app
table (#204)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.3.1
Bug fixes
- Fixed:
azure_virtual_network_gateway
table's parent hydrate now lists resource groups instead of virtual networks to prevent duplicate rows (#181)
What's new?
- New tables added
- azure_compute_disk_metric_read_ops (#166)
- azure_compute_disk_metric_read_ops_daily (#166)
- azure_compute_disk_metric_read_ops_hourly (#166)
- azure_compute_disk_metric_write_ops (#166)
- azure_compute_disk_metric_write_ops_daily (#166)
- azure_compute_disk_metric_write_ops_hourly (#166)
- azure_compute_virtual_machine_metric_cpu_utilization (#166)
- azure_compute_virtual_machine_metric_cpu_utilization_daily (#166)
- azure_compute_virtual_machine_metric_cpu_utilization_hourly (#166)
- azure_data_factory (#158)
- azure_data_factory_dataset (#168)
- azure_express_route_circuit (#170)
- azure_virtual_network_gateway (#157)
Enhancements
- Updated:
azure-sdk-for-go
tov55.4.0+incompatible
(#166) - Updated: Change several metric table function names to be consistent with naming standards (#173)
Bug fixes
- Fixed: Integration tests for several tables and remove unused integration tests (#175)
Enhancements
- Updated: Add
lifecycle_management_policy
column toazure_storage_account
table (#155)
What's new?
- New tables added
What's new?
- Updated plugin license to Apache 2.0 per turbot/steampipe#488
- New tables added
Bug fixes
- Fixed: Improved error messages when we fail to get credentials from the Azure CLI (#137)
What's new?
- New tables added
What's new?
- New tables added
Enhancements
- Updated: README.md and docs/index.md now contain links to our Slack community (#129)
- Updated: Bump lodash from 4.17.20 to 4.17.21 in /azure-test (#126)
What's new?
- New tables added
Enhancements
- Updated: Add
identity
column toazure_app_service_web_app
table (#90) - Updated: Add
os_disk_vhd_uri
column toazure_compute_virtual_machine
table (#88)
Bug fixes
- Fixed: The get calls in the
azure_key_vault_secret
table should not fail for disabled secrets (#111)
What's new?
- New tables added
Enhancements
- Updated: Add
extensions
column toazure_compute_virtual_machine
table (#85)
Bug fixes
- Fixed:
azure_key_vault
table queries no longer crash when getting vault diagnostic settings (#107) - Fixed:
deleted_time
andlast_modified_time
columns now show the correct dates inazure_storage_container
table (#106) - Fixed:
encryption_key_vault_properties_last_rotation_time
column now shows the correct date inazure_storage_account
table (#101) - Fixed:
subscription_id
column now displays the correct subscription ID inazure_diagnostic_setting
table (#99) - Fixed: Column name in example query in
azure_key_vault_secret
table doc (#108)
What's new?
- New tables added
Enhancements
- Updated: Add
diagnostic_settings
column toazure_key_vault
table (#96) - Updated: Add
queue
prefix to various queue logging columns inazure_storage_account
table (#94)
Bug fixes
- Fixed: List calls should not infinitely loop in
azure_key_vault
table (#82)
What's new?
- New tables added
Enhancements
- Updated: Add
auth_settings
andconfiguration
columns toazure_app_service_function_app
table (#77) - Updated: Add
auth_settings
andconfiguration
columns toazure_app_service_web_app
table (#77) - Updated: Add
blob_service_logging
column toazure_storage_account
table (#80)
Bug fixes
- Fixed: The table
azure_sql_server
should returnnull
instead of an empty object for columns with missing data (#68)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v0.2.6
Documentation
- Fixed various example queries in
azure_app_service_web_app
table document (#59)
What's new?
- New tables added
Bug fixes
- Removed use of deprecated
ItemFromKey
function from all tables
Bug fixes
- Recompiled plugin with latest steampipe-plugin-sdk to resolve issue:
- Fix tables failing with error similar to
Error: pq: rpc error: code = Internal desc = get hydrate function getAdGroup failed with panic interface conversion: interface {} is nil, not *graphrbac.ADGroup
(#29).
- Fix tables failing with error similar to
Bug fixes
- Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues:
What's new?
- Added support for connection configuration. You may specify azure
tenant_id
,subscription_id
,client_id
,client_secret
,client_certificate_path
,client_certificate_password
,username
andpassword
for each connection in a configuration file. You can have multiple azure connections, each configured for a different azure subscription.
Enhancements
- Updates
- Added columns power_state, private_ips and public_ips to azure_compute_virtual_machine table (#17)
Bug fixes