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

Recompile plugin with steampipe-plugin-sdk v5.5.0 #619

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Conversation

madhushreeray30
Copy link
Contributor

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select
  name,
  vault_name,
  enabled,
  created_at,
  updated_at,
  key_type,
  location
from
  azure_key_vault_key;
+---------+---------------+---------+---------------------------+---------------------------+----------+----------+
| name    | vault_name    | enabled | created_at                | updated_at                | key_type | location |
+---------+---------------+---------+---------------------------+---------------------------+----------+----------+
| key7723 | key-vault7723 | true    | 2023-06-07T15:32:04+05:30 | 2023-06-07T15:32:04+05:30 | RSA      | eastus   |
+---------+---------------+---------+---------------------------+---------------------------+----------+----------+
select
  name,
  principal_id,
  principal_type
from
  azure_role_assignment limit 2;
+--------------------------------------+--------------------------------------+------------------+
| name                                 | principal_id                         | principal_type   |
+--------------------------------------+--------------------------------------+------------------+
| b8c34b82-e112-4039-fcdc-f11111111111 | 5a7f5188-40da-46a3-8ade-131111111111 | ServicePrincipal |
| 8b28cdc7-ffd2-407d-9167-9c1111111111 | 7bafb0a2-eee8-48c6-81ec-031111111111 | Group            |
+--------------------------------------+--------------------------------------+------------------+
select
  id,
  subscription_id,
  display_name,
  tenant_id,
  state,
  authorization_source,
  subscription_policies
from
  azure_subscription;
+-----------------------------------------------------+--------------------------------------+-----------------+--------------------------------------+---------+----------------------+-----------------------+
| id                                                  | subscription_id                      | display_name    | tenant_id                            | state   | authorization_source | subscription_policies |
+-----------------------------------------------------+--------------------------------------+-----------------+--------------------------------------+---------+----------------------+-----------------------+
| /subscriptions/d46d7416-f95f-4771-bbb5-521111111111 | d46d7416-f95f-4771-bbb5-521111111111 | newwarriors AAA | cdffd708-7da0-4cea-abeb-0a1111111111 | Enabled | RoleBased            | {}                    |
+-----------------------------------------------------+--------------------------------------+-----------------+--------------------------------------+---------+----------------------+-----------------------+
select
  name,
  id,
  tenant_id,
  tenant_category,
  country,
  country_code,
  display_name,
  domains
from
  azure_tenant;
+--------+-----------------------------------------------+--------------------------------------+-----------------+---------+--------------+--------------+------------------------------+
| name   | id                                            | tenant_id                            | tenant_category | country | country_code | display_name | domains                      |
+--------+-----------------------------------------------+--------------------------------------+-----------------+---------+--------------+--------------+------------------------------+
| turbot | /tenants/cdffd708-7da0-4cea-abeb-0a1111111111 | cdffd708-7da0-4cea-abeb-0a1111111111 | Home            | <null>  | US           | turbot       | ["turbotad.onmicrosoft.com"] |
+--------+-----------------------------------------------+--------------------------------------+-----------------+---------+--------------+--------------+------------------------------+

@madhushreeray30 madhushreeray30 requested a review from misraved June 19, 2023 05:53
@madhushreeray30 madhushreeray30 self-assigned this Jun 19, 2023
@misraved misraved merged commit 7dce487 into main Jun 19, 2023
@misraved misraved deleted the update-sdk-v550 branch June 19, 2023 13:24
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