Skip to content

Commit

Permalink
add standby pool (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-zhenhua authored Oct 29, 2024
1 parent da5d7b4 commit af58df0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,10 @@ service "sqlvirtualmachine" {
name = "SqlVirtualMachine"
available = ["2023-10-01"]
}
service "standbypool" {
name = "StandbyPool"
available = ["2024-03-01"]
}
service "storage" {
name = "Storage"
available = ["2023-01-01", "2023-05-01"]
Expand Down

0 comments on commit af58df0

Please sign in to comment.