Skip to content

Commit

Permalink
Update resource Microsoft.DBforPostgreSQL/flexibleServers/administrat…
Browse files Browse the repository at this point in the history
…ors to 2024-08-01
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 76de60d commit b94631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/modules/postgreSql/AddAdministrationAccess.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ param namePrefix string
resource databaseServer 'Microsoft.DBforPostgreSQL/flexibleServers@2023-12-01-preview' existing = {
name: '${namePrefix}-dbserver'
}
resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01' = {
resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2024-08-01' = {
name: principalId
parent: databaseServer
properties: {
Expand Down

0 comments on commit b94631e

Please sign in to comment.