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

subscription_id column might displaying wrong value in azure_diagnostic_setting table. #98

Closed
debabrat-git opened this issue Apr 23, 2021 · 0 comments · Fixed by #99
Closed
Assignees
Labels
bug Something isn't working priority:high This issue requires immediate attention

Comments

@debabrat-git
Copy link

debabrat-git commented Apr 23, 2021

Describe the bug

subscription_id column should display id the subscription instead of displaying a value as providers

select name,type,subscription_id from azure_diagnostic_setting;
+------------+---------------------------------------+-----------------+
| name       | type                                  | subscription_id |
+------------+---------------------------------------+-----------------+
| test-diagn | Microsoft.Insights/diagnosticSettings | providers       |
+------------+---------------------------------------+-----------------+

Steampipe version (steampipe -v)
: v0.4.0

Plugin version (steampipe plugin list)
azure: v0.5.0

To reproduce
Run the above query and see the ouput.

Expected behavior
It should display subscription id

Additional context

@debabrat-git debabrat-git added the bug Something isn't working label Apr 23, 2021
@rajlearner17 rajlearner17 added the priority:high This issue requires immediate attention label Apr 23, 2021
@rajeshbal65 rajeshbal65 self-assigned this Apr 23, 2021
rajeshbal65 added a commit that referenced this issue Apr 23, 2021
LalitLab pushed a commit that referenced this issue Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high This issue requires immediate attention
Projects
None yet
3 participants