Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After SDK updated azure_role_assignment is not getting correctly principal_id and principal_type #759

Closed
jeffreymp17 opened this issue May 20, 2024 · 0 comments · Fixed by #763
Assignees
Labels
bug Something isn't working

Comments

@jeffreymp17
Copy link

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.

@jeffreymp17 jeffreymp17 added the bug Something isn't working label May 20, 2024
@ParthaI ParthaI self-assigned this May 21, 2024
ParthaI added a commit that referenced this issue May 27, 2024
misraved pushed a commit that referenced this issue Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants