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
Steampipe version
steampipe version 0.1.1
Current behaviour
➜ steampipe query --output "json" "select akas from azure.azure_ad_user" [ { "akas": "[\"azure:///user/e5021c4c-c0b4-493f-ace9-813b7c1d5c20\"]" } ]
Expected behaviour
➜ steampipe query --output "json" "select akas from azure.azure_ad_user" [ { "akas": [ "azure:///user/e5021c4c-c0b4-493f-ace9-813b7c1d5c20" ] } ]
The text was updated successfully, but these errors were encountered:
Also getting the boolean values as string
boolean
string
Sorry, something went wrong.
Getting key-values of resource data as JSON string instead JSON object.
45e83cd
Closes #95
9b7d473
JSON and bool columns displaying as strings. Closes #95
57358b2
Add 'diagnostic_settings' column to azure_key_vault table. Closes tur…
791d4b8
…bot#95 (turbot#96)
RupeshPatil20
No branches or pull requests
Steampipe version
Current behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: