mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Arc - Update Postgres name length limit (#13807)
Arc - Update Postgres name length limit. It was recently reduced from 12 to 11.
This commit is contained in:
@@ -868,7 +868,7 @@
|
|||||||
"description": "%arc.postgres.server.group.name.validation.description%",
|
"description": "%arc.postgres.server.group.name.validation.description%",
|
||||||
"validations" : [{
|
"validations" : [{
|
||||||
"type": "regex_match",
|
"type": "regex_match",
|
||||||
"regex": "^[a-z]([-a-z0-9]{0,10}[a-z0-9])?$",
|
"regex": "^[a-z]([-a-z0-9]{0,9}[a-z0-9])?$",
|
||||||
"description": "%arc.postgres.server.group.name.validation.description%"
|
"description": "%arc.postgres.server.group.name.validation.description%"
|
||||||
}],
|
}],
|
||||||
"required": true
|
"required": true
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
"arc.postgres.settings.resource.title": "Resource settings",
|
"arc.postgres.settings.resource.title": "Resource settings",
|
||||||
"arc.postgres.settings.storage.title": "Storage settings",
|
"arc.postgres.settings.storage.title": "Storage settings",
|
||||||
"arc.postgres.server.group.name": "Server group name",
|
"arc.postgres.server.group.name": "Server group name",
|
||||||
"arc.postgres.server.group.name.validation.description": "Server group name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, and be 12 characters or fewer in length.",
|
"arc.postgres.server.group.name.validation.description": "Server group name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, and be 11 characters or fewer in length.",
|
||||||
"arc.postgres.server.group.workers.label": "Number of workers",
|
"arc.postgres.server.group.workers.label": "Number of workers",
|
||||||
"arc.postgres.server.group.workers.description": "The number of worker nodes to provision in a sharded cluster, or zero (the default) for single-node Postgres.",
|
"arc.postgres.server.group.workers.description": "The number of worker nodes to provision in a sharded cluster, or zero (the default) for single-node Postgres.",
|
||||||
"arc.postgres.server.group.port": "Port",
|
"arc.postgres.server.group.port": "Port",
|
||||||
|
|||||||
Reference in New Issue
Block a user