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

The getAzureStorageAccountBlobProperties hydrate call fails for some storage accounts in the azure_storage_account table #405

Closed
cbruno10 opened this issue Nov 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cbruno10
Copy link
Contributor

Describe the bug
Running select * from azure_storage_account for some storage accounts (unknown which types or configurations at the moment) will result in:

ERROR: rpc error: code = Unknown desc = Invoking Azure CLI failed with the following error: 

Other list/get/hydrate calls succeed in the same subscription.

Listing from the Azure CLI succeeds as well (az storage blob service-properties show --account-name mystorageaccount)

Steampipe version (steampipe -v)
v0.9.1

Plugin version (steampipe plugin list)
v0.20.0

To reproduce
Unknown at the moment

Expected behavior
Blob properties should be listed or be nil if not set on the storage accounts

Additional context
Add any other context about the problem here.

@cbruno10 cbruno10 added the bug Something isn't working label Nov 18, 2021
@misraved
Copy link
Contributor

misraved commented Apr 1, 2022

Fixed as a part of #418

@misraved misraved closed this as completed Apr 1, 2022
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
Development

No branches or pull requests

4 participants