We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
azure_diagnostic_setting
Describe the bug
subscription_id column should display id the subscription instead of displaying a value as providers
id
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
steampipe -v
Plugin version (steampipe plugin list) azure: v0.5.0
steampipe plugin list
To reproduce Run the above query and see the ouput.
Expected behavior It should display subscription id
Additional context
The text was updated successfully, but these errors were encountered:
subscription_id column might displaying wrong value in azure_diagnost…
159b0b4
…ic_setting table. Closes #98
[Fix] subscription_id column not displaying wrong value in azure_diag…
6da75a1
…nostic_setting table. Closes #98 (#99)
rajeshbal65
Successfully merging a pull request may close this issue.
Describe the bug
subscription_id column should display
id
the subscription instead of displaying a value asproviders
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
The text was updated successfully, but these errors were encountered: