From b64eee0ad6dc71956ffe41cd80c952d497220a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:12:03 +0000 Subject: [PATCH] Update resource Microsoft.DBforPostgreSQL/flexibleServers/configurations 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..1ffe7fde 100644 --- a/.azure/modules/postgreSql/create.bicep +++ b/.azure/modules/postgreSql/create.bicep @@ -71,7 +71,7 @@ resource database 'Microsoft.DBforPostgreSQL/flexibleServers/databases@2023-12-0 } } -resource configurations 'Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-12-01' = { +resource configurations 'Microsoft.DBforPostgreSQL/flexibleServers/configurations@2024-08-01' = { name: 'azure.extensions' parent: postgres dependsOn: [database]