Add storage class options for Arc PG Deployment (#12054)

* Add storage class options for Arc PG Deployment

* Fix JSON

* Fix descriptions

* Update section title
This commit is contained in:
Charles Gagnon
2020-09-01 09:56:29 -07:00
committed by GitHub
parent 3c6796938d
commit 48d4b806ad
3 changed files with 49 additions and 9 deletions

View File

@@ -81,10 +81,14 @@
"arc.azure.section.title": "Azure information",
"arc.sql.instance.name": "Instance name (lower case letters and digits only)",
"arc.sql.username": "Username",
"arc.sql.storage-class.data.label": "Storage Class (Data)",
"arc.sql.storage-class.data.description": "The storage classes to be used for data (.mdf)",
"arc.sql.storage-class.logs.label": "Storage Class (Logs)",
"arc.sql.storage-class.logs.description": "The storage classes to be used for logs (/var/log)",
"arc.storage-class.data.label": "Storage Class (Data)",
"arc.sql.storage-class.data.description": "The storage class to be used for data (.mdf)",
"arc.postgres.storage-class.data.description": "The storage class to be used for data persistent volumes",
"arc.storage-class.logs.label": "Storage Class (Logs)",
"arc.sql.storage-class.logs.description": "The storage class to be used for logs (/var/log)",
"arc.postgres.storage-class.logs.description": "The storage class to be used for logs persistent volumes",
"arc.storage-class.backups.label": "Storage Class (Backups)",
"arc.postgres.storage-class.backups.description": "The storage class to be used for backup persistent volumes",
"arc.password": "Password",
"arc.confirm.password": "Confirm password",
"arc.azure.account": "Azure account",
@@ -93,7 +97,7 @@
"arc.azure.location": "Azure location",
"arc.postgres.new.dialog.title": "Deploy a PostgreSQL server group on Azure Arc (preview)",
"arc.postgres.settings.section.title": "PostgreSQL server group settings",
"arc.postgres.settings.scheduling.title": "PostgreSQL server group scheduling settings",
"arc.postgres.settings.resource.title": "PostgreSQL server group resource settings",
"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 10 characters or fewer in length.",
"arc.postgres.server.group.workers": "Number of workers",