From 13dba83f51ecde53a0d1e05af29c17d73289d5e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:56:26 +0000 Subject: [PATCH] Update resource Microsoft.DBforPostgreSQL/flexibleServers/firewallRules to 2024-08-01 --- .azure/modules/postgreSql/create.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/modules/postgreSql/create.bicep b/.azure/modules/postgreSql/create.bicep index 5931ee2f..5602ae5a 100644 --- a/.azure/modules/postgreSql/create.bicep +++ b/.azure/modules/postgreSql/create.bicep @@ -81,7 +81,7 @@ resource configurations 'Microsoft.DBforPostgreSQL/flexibleServers/configuration } } -resource allowAzureAccess 'Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2023-06-01-preview' = { +resource allowAzureAccess 'Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2024-08-01' = { name: 'azure-access' parent: postgres dependsOn: [configurations] // Needs to depend on database to avoid updating at the same time