From 2781af23ba11a1143520ea13bd9565bda2422578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:23:22 +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 adb125ae..24a9ccc6 100644 --- a/.azure/modules/postgreSql/create.bicep +++ b/.azure/modules/postgreSql/create.bicep @@ -82,7 +82,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