Azuread plugin v0.16.0 - Recompiled the plugin with steampipe-plugin-sdk v5.10.1 and added tenant_id column as a connection key column across all tables
May 14, 2024•plugin
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)