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

Added column firewall_rule in the table azure_postgresql_flexible_server Closes #851 #852

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Oct 28, 2024

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
> select name, jsonb_pretty(firewall_rules) as firewall_rules from azure_postgresql_flexible_server
+---------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| name    | firewall_rules                                                                                                                                                                                                                        |
+---------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| test-pc | [                                                                                                                                                                                                                                     |
|         |     {                                                                                                                                                                                                                                 |
|         |         "id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/demo/providers/Microsoft.DBforPostgreSQL/flexibleServers/test-pc/firewallRules/AllowAllAzureServicesAndResourcesWithinAzureIps_2024-10-28_20-19-0", |
|         |         "name": "AllowAllAzureServicesAndResourcesWithinAzureIps_2024-10-28_20-19-0",                                                                                                                                                 |
|         |         "type": "Microsoft.DBforPostgreSQL/flexibleServers/firewallRules",                                                                                                                                                            |
|         |         "properties": {                                                                                                                                                                                                               |
|         |             "endIpAddress": "0.0.0.0",                                                                                                                                                                                                |
|         |             "startIpAddress": "0.0.0.0"                                                                                                                                                                                               |
|         |         }                                                                                                                                                                                                                             |
|         |     }                                                                                                                                                                                                                                 |
|         | ]                                                                                                                                                                                                                                     |
+---------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

@misraved misraved merged commit f19e52b into main Oct 30, 2024
1 check passed
@misraved misraved deleted the issue-851 branch October 30, 2024 05:26
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 column firewall_rule in azure_postgresql_flexible_server and azure_mysql_flexible_server tables
2 participants