Skip to content

Commit

Permalink
Update resource Microsoft.DBforPostgreSQL/flexibleServers to 2024-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 9e2f39c commit 686ddc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/modules/postgreSql/AddAdministrationAccess.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param tenantId string
param appName string
param namePrefix string

resource databaseServer 'Microsoft.DBforPostgreSQL/flexibleServers@2023-12-01-preview' existing = {
resource databaseServer 'Microsoft.DBforPostgreSQL/flexibleServers@2024-08-01' existing = {
name: '${namePrefix}-dbserver'
}
resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01' = {
Expand Down
2 changes: 1 addition & 1 deletion .azure/modules/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module saveMigrationConnectionString '../keyvault/upsertSecret.bicep' = {
}
}

resource postgres 'Microsoft.DBforPostgreSQL/flexibleServers@2023-12-01-preview' = {
resource postgres 'Microsoft.DBforPostgreSQL/flexibleServers@2024-08-01' = {
name: '${namePrefix}-dbserver'
location: location
properties: {
Expand Down

0 comments on commit 686ddc1

Please sign in to comment.