Skip to content

Commit

Permalink
Merge pull request #3357 from timja/patch-1
Browse files Browse the repository at this point in the history
Add postgresql 2023-06-01-preview API
  • Loading branch information
tombuildsstuff authored Nov 16, 2023
2 parents 65e6724 + fbc4d9b commit 0e043a9
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 0e043a9

Please sign in to comment.