You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current update of the Azure SDK broke the ability to get principal_id and principal_type from the azure_role_assignment table and this is generating inconsistency between data
Steampipe version (steampipe -v)
Example: vv0.19.3
Plugin version (steampipe plugin list)
Example: v0.57.0
To reproduce
execute this query against azure instance with roles assigned
select
name,
id,
principal_id,
principal_type
from
azure_role_assignment;
Expected behavior
Should return principal_id and principal_type as this version [email protected]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The current update of the Azure SDK broke the ability to get
principal_id
andprincipal_type
from the azure_role_assignment table and this is generating inconsistency between dataSteampipe version (
steampipe -v
)Example: vv0.19.3
Plugin version (
steampipe plugin list
)Example: v0.57.0
To reproduce
execute this query against azure instance with roles assigned
Expected behavior
Should return
principal_id
andprincipal_type
as this version[email protected]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: