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

Add table azure_alert_management Closes #665 #685

Merged
merged 11 commits into from
Nov 2, 2023
Merged

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Oct 6, 2023

Integration test logs

Logs
N/A

Example query results

Results
> select * from azure_alert_management where time_range = '7d' and resource_group = 'turbot_rg'
Warning: failed to start 6 plugins using an incompatible sdk version, (required by 6 connections). To update, please run: steampipe plugin update twilio ibm chaos urlscan reddit zendesk
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+------------+---------+-------------------+------------+----------+--------->
| name               | id                                                                                                                                   | type                              | sort_order | sort_by | custom_time_range | time_range | severity | signal_t>
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+------------+---------+-------------------+------------+----------+--------->
| Delete Backup Data | /subscriptions/gdyr56jd-f95f-4771-bbb5-hsjfbg456938/providers/Microsoft.AlertsManagement/alerts/92ee9cfc-9276-c1bb-1072-18628b580008 | Microsoft.AlertsManagement/alerts | <null>     | <null>  | <null>            | 7d         | Sev0     | Log     >
|                    |                                                                                                                                      |                                   |            |         |                   |            |          |         >
| Delete Backup Data | /subscriptions/gdyr56jd-f95f-4771-bbb5-hsjfbg456938/providers/Microsoft.AlertsManagement/alerts/322283b2-6ca4-4095-fa09-88cee5000008 | Microsoft.AlertsManagement/alerts | <null>     | <null>  | <null>            | 7d         | Sev0     | Log     >
|                    |                                                                                                                                      |                                   |            |         |                   |            |          |         >
| Backup Failure     | /subscriptions/gdyr56jd-f95f-4771-bbb5-hsjfbg456938/providers/Microsoft.AlertsManagement/alerts/a6e4b154-34a5-84ae-c4c4-b86e0e920008 | Microsoft.AlertsManagement/alerts | <null>     | <null>  | <null>            | 7d         | Sev1     | Log     >
|                    |                                                                                                                                      |                                   |            |         |                   |            |          |         >
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+------------+---------+-------------------+------------+----------+--------->

> select * from azure_alert_management
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+---------->
| name               | id                                                                                                                                   | type                              | sort_orde>
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+---------->
| Delete Backup Data | /subscriptions/gdyr56jd-f95f-4771-bbb5-hsjfbg456938/providers/Microsoft.AlertsManagement/alerts/92ee9cfc-9276-c1bb-1072-18628b580008 | Microsoft.AlertsManagement/alerts | <null>   >
|                    |                                                                                                                                      |                                   |          >
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+---------->

@ParthaI ParthaI self-assigned this Oct 6, 2023
@ParthaI ParthaI requested a review from misraved October 6, 2023 14:55
@ParthaI ParthaI linked an issue Oct 6, 2023 that may be closed by this pull request
Copy link
Contributor

@madhushreeray30 madhushreeray30 left a comment

Choose a reason for hiding this comment

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

@ParthaI please have a look at the comments, thanks!

azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
azure/table_azure_alert_management.go Outdated Show resolved Hide resolved
docs/tables/azure_alert_management.md Outdated Show resolved Hide resolved
@madhushreeray30 madhushreeray30 merged commit ab26cda into main Nov 2, 2023
1 check passed
@madhushreeray30 madhushreeray30 deleted the issue-665 branch November 2, 2023 11:02
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.

Add table azure_alert_management
2 participants