Skip to content

Commit

Permalink
Update resource Microsoft.DBforPostgreSQL/flexibleServers/firewallRul…
Browse files Browse the repository at this point in the history
…es to 2024-08-01
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 131ad75 commit 13dba83
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 @@ -81,7 +81,7 @@ resource configurations 'Microsoft.DBforPostgreSQL/flexibleServers/configuration
}
}

resource allowAzureAccess 'Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2023-06-01-preview' = {
resource allowAzureAccess 'Microsoft.DBforPostgreSQL/flexibleServers/firewallRules@2024-08-01' = {
name: 'azure-access'
parent: postgres
dependsOn: [configurations] // Needs to depend on database to avoid updating at the same time
Expand Down

0 comments on commit 13dba83

Please sign in to comment.