Skip to content

Commit

Permalink
Update resource Microsoft.DBforPostgreSQL/flexibleServers/administrat…
Browse files Browse the repository at this point in the history
…ors to 2022-12-01 (#416)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 43e94d9 commit 738a47a
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 @@ -6,7 +6,7 @@ param namePrefix string
resource database 'Microsoft.DBforPostgreSQL/flexibleServers@2022-12-01' existing = {
name: '${namePrefix}-pgflex'
}
resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-03-08-preview' = {
resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01' = {
name: principalId
parent: database
properties: {
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 @@ -103,7 +103,7 @@ module adoConnectionString '../keyvault/upsertSecret.bicep' = {
}
}

resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-03-08-preview' =
resource databaseAccess 'Microsoft.DBforPostgreSQL/flexibleServers/administrators@2022-12-01' =
if (environment == 'test') {
name: test_client_id
parent: postgres
Expand Down

0 comments on commit 738a47a

Please sign in to comment.