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

Recompiled plugin with steampipe-plugin-sdk v1.8.2 #406

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

misraved
Copy link
Contributor

Example query results

Results
select
  name,
  access_tier,
  sku_name,
  resource_group
from
  azure_storage_account;

+---------------------+-------------+--------------+----------------------------------+
| name                | access_tier | sku_name     | resource_group                   |
+---------------------+-------------+--------------+----------------------------------+
| csg1003200098033c2d | Hot         | Standard_LRS | cloud-shell-storage-centralindia |
| csg10032001506ed23a | Hot         | Standard_LRS | cloud-shell-storage-centralindia |
| rajtest18nov        | Hot         | Standard_GRS | nist-test_group                  |
| csg10032000527a882b | Hot         | Standard_LRS | cloud-shell-storage-centralindia |
| csg10032001279c8424 | Hot         | Standard_LRS | cloud-shell-storage-centralindia |
+---------------------+-------------+--------------+----------------------------------+

@misraved misraved self-assigned this Nov 23, 2021
Copy link
Contributor

@rajlearner17 rajlearner17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@misraved misraved merged commit 2edd690 into main Nov 23, 2021
@misraved misraved deleted the update-steampipe-plugin-sdk-v1.8.2 branch November 23, 2021 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants