Enhancements
- The
tenant_id
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Azure subscriptions. (#175) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#180) - Added support for
China cloud
endpoint and scope based on the environment. (#174) - Added the
version
flag to the plugin's Export tool. (#65)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that
QueryData
passed toConnectionKeyColumns
value callback is populated withConnectionManager
. (#175)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter.
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension.
- Docs license updated to match Steampipe CC BY-NC-ND license.
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server enacapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to
_ctx
column, and fixing connection and potential divide-by-zero bugs. (#158)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#142)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#139)
- Recompiled plugin with Go version
1.21
. (#139)
Enhancements
- Added the
department
column toazuread_user
table. (#132)
Bug fixes
- Fixed the
title
column inazuread_device
andazuread_user
tables to correctly return data instead of null. (#134)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.1. (#127)
Enhancements
- Updated the
docs/index.md
file to include multi-tenant configuration examples. (#122)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#119)
Bug fixes
- Fixed the
ListConfig
ofazuread_directory_audit_report
andazuread_sign_in_report
tables to prevent errors during type conversion caused by inconsistent API responses. (#116)
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. (#112)
Bug fixes
- Fixed the
tags
column inazuread_group
table to be of JSON type instead of string. (#111)
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. (#103)
Bug fixes
- Updated
ip_address
column type to string inazuread_sign_in_report
table to handle partial IP addresses. (#95)
Bug fixes
- Updated the
docs/index.md
file to add the missing permissionPolicy.Read.All
which is required to queryazuread_admin_consent_request_policy
,azuread_authorization_policy
andazuread_conditional_access_policy
tables. (#92)
Bug fixes
- Disabled caching of Graph client to avoid errors when running consecutive queries for some tables. (#90)
What's new?
- New tables added
Bug fixes
- Fixed default page size in all tables. (#85)
What's new?
- New tables added
- azuread_device (#68) (Thanks @chrichts for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#79)
- Recompiled plugin with Go version
1.19
. (#79)
What's new?
- New tables added
- Updated plugin to use the Microsoft Graph SDK for Go. There should be no large changes in functionality, but if you notice any, please create a new issue. (#62)
Enhancements
- Added
description
column toazuread_application
table. - Added
filter
column toazuread_identity_provider
table. - Added
app_id
,app_description
,description
,login_url
,logout_url
, andoauth2_permission_scopes
columns toazuread_service_principal
table.
Bug fixes
- Fixed column name
keyCredentials
tokey_credent4ials
inazuread_service_principal
table. - Fixed column type of
ip_address
column inazuread_sign_in_report
from string to IP address.
Breaking changes
- Removed
verified_publisher
column fromazuread_service_principal
table due to lack of API support. - Removed
published_permission_scopes
column fromazuread_service_principal
table (replaced byoauth2_permission_scopes
column). - Removed
refresh_tokens_valid_from_date_time
column fromazuread_user
table (replaced bysign_in_sessions_valid_from_date_time
column).
Bug fixes
- Added the missing
</li>
list item element tag in the credentials section ofdocs/index.md
page which would cause the plugin build process to fail. (#60)
Enhancements
- Improved
docs/index.md
file information about what permissions are required to query resources. (#56)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v3.3.2 which includes several caching fixes. (#58)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#54)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#52)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#48)
Bug fixes
- Fixed the following tables' results being limited to 999 rows unintentionally: (#50)
- azuread_application
- azuread_conditional_access_policy
- azuread_domain
- azuread_group
- azuread_service_principal
- azuread_sign_in_report
- azuread_user
Enhancements
- Added additional optional key quals, filter support, page limit and context cancellation handling to
azuread_application
,azuread_conditional_access_policy
,azuread_directory_role
,azuread_domain
,azuread_group
,azuread_identity_provider
,azuread_service_principal
,azuread_sign_in_report
, andazuread_user
tables (#43)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v2.1.1 (#44)
Enhancements
- Recompiled plugin with Go version 1.17 (#40)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#39)
- Added
on_premises_immutable_id
column to theazuread_user
table (#37)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.7.1 (#33)
Bug fixes
- Fixed the title of the
azuread_user
table in the documentation file (#32)
What's new?
- New tables added
Bug fixes
- Updated
on_premises_net_bios_name
column type fromtimestamp
tostring
inazuread_group
table (#25) - Added missing config options for managed identity in credential setup (#16)
- Fixed example queries in the documentation of
azuread_user
andazuread_service_principal
tables (#20) (#29)
What's new?
- New tables added