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

Fixed column scopes and condition in table azure_log_alert Closes #795 #796

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Jul 5, 2024

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
> select name, enabled, description, scopes, condition from azure_log_alert
+----------------+---------+-------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------->
| name           | enabled | description | scopes                                                  | condition                                                                                                                             >
+----------------+---------+-------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------->
| alertDeleteNSG | true    | <null>      | ["/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"] | {"allOf":[{"equals":"Administrative","field":"category"},{"equals":"Microsoft.Network/networkSecurityGroups/delete","field":"operation>
+----------------+---------+-------------+---------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------->

@ParthaI ParthaI requested a review from misraved July 5, 2024 07:05
@ParthaI ParthaI self-assigned this Jul 5, 2024
@ParthaI ParthaI linked an issue Jul 5, 2024 that may be closed by this pull request
@misraved misraved merged commit 09908aa into main Jul 9, 2024
1 check passed
@misraved misraved deleted the issue-795 branch July 9, 2024 05:28
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.

Fix column scopes and condition in table azure_log_alert
2 participants