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 server_security_alert_policy column to azure_postgresql_server table closes #650 #651

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Aug 9, 2023

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select server_security_alert_policy, title from azure_postgresql_server
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+
| server_security_alert_policy                                                                                                                                   | title                             |
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+
| {"disabledAlerts":[""],"emailAccountAdmins":false,"emailAddresses":[""],"retentionDays":0,"state":"Enabled","storageAccountAccessKey":"","storageEndpoint":""} | server-with-security-alert-policy |
+----------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------+

@misraved misraved self-assigned this Aug 9, 2023
@misraved misraved linked an issue Aug 9, 2023 that may be closed by this pull request
@madhushreeray30 madhushreeray30 self-requested a review August 14, 2023 15:18
@misraved misraved merged commit f8ea6af into main Aug 14, 2023
@misraved misraved deleted the 650-add-serversecurityalertpolicies-in-table-azure_postgresql_server branch August 14, 2023 15: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.

Add ServerSecurityAlertPolicies in table azure_postgresql_server
2 participants