Skip to content

Commit

Permalink
Update resource Microsoft.DBforPostgreSQL/flexibleServers/configurati…
Browse files Browse the repository at this point in the history
…ons to 2024-08-01
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 20343d1 commit b64eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b64eee0

Please sign in to comment.