mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Make it so user cannot create or scale PG server group to 1 worker node (#16005)
* Added not equals validation * Added validation to worker node in deploy * Fixed info * Change string * Change string * Change string
This commit is contained in:
@@ -615,6 +615,11 @@
|
||||
{
|
||||
"type": "is_integer",
|
||||
"description": "%should.be.integer%"
|
||||
},
|
||||
{
|
||||
"type": "!=",
|
||||
"target": "1",
|
||||
"description": "%worker.node.count.should.not.be.one%"
|
||||
}
|
||||
],
|
||||
"defaultValue": "2",
|
||||
|
||||
Reference in New Issue
Block a user