Skip to content

Commit

Permalink
Add postgresql 2023-06-01-preview API
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Nov 16, 2023
1 parent e6a6d09 commit fbc4d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ service "portal" {
}
service "postgresql" {
name = "PostgreSql"
available = ["2017-12-01", "2018-06-01", "2020-01-01", "2021-06-01", "2022-03-08-preview", "2022-12-01", "2023-03-01-preview"]
available = ["2017-12-01", "2018-06-01", "2020-01-01", "2021-06-01", "2022-03-08-preview", "2022-12-01", "2023-03-01-preview", "2023-06-01-preview"]
}
service "postgresqlhsc" {
name = "PostgreSqlHSC"
Expand Down Expand Up @@ -580,4 +580,4 @@ service "webpubsub" {
service "workloads" {
name = "Workloads"
available = ["2023-04-01"]
}
}

0 comments on commit fbc4d9b

Please sign in to comment.