Changed labels in DC Deployment Wizard from Admin Acc to Logs and Metrics Dashboard Creds (#17921)

Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
Candice Ye
2021-12-15 09:15:29 -08:00
committed by GitHub
parent 568b62b903
commit 744b20dd88
2 changed files with 13 additions and 9 deletions

View File

@@ -365,23 +365,25 @@
]
},
{
"title": "%arc.data.controller.admin.account.title%",
"title": "%arc.data.controller.metrics.and.logs.dashboard.credentials.title%",
"fields": [
{
"label": "%arc.data.controller.admin.account.name%",
"label": "%arc.data.controller.metrics.and.logs.dashboard.credentials.username%",
"description": "%arc.data.controller.metrics.and.logs.dashboard.credentials.username.description%",
"variableName": "AZDATA_NB_VAR_ARC_ADMIN_USERNAME",
"type": "text",
"required": true,
"defaultValue": "arcadmin",
"defaultValue": "",
"enabled": true
},
{
"label": "%arc.data.controller.admin.account.password%",
"label": "%arc.data.controller.metrics.and.logs.dashboard.credentials.password%",
"description": "%arc.data.controller.metrics.and.logs.dashboard.credentials.password.description%",
"variableName": "AZDATA_NB_VAR_ARC_ADMIN_PASSWORD",
"type": "sql_password",
"userName": "arcadmin",
"confirmationRequired": true,
"confirmationLabel": "%arc.data.controller.admin.account.confirm.password%",
"confirmationLabel": "%arc.data.controller.metrics.and.logs.dashboard.credentials.confirm.password%",
"defaultValue": "",
"required": true
}

View File

@@ -44,10 +44,12 @@
"arc.data.controller.auto.upload.logs": "Auto-upload Logs",
"arc.data.controller.auto.upload.logs.description": "Enable the automatic upload of logs. Direct mode only.",
"arc.data.controller.admin.account.title": "Administrator account",
"arc.data.controller.admin.account.name": "Data controller login",
"arc.data.controller.admin.account.password": "Password",
"arc.data.controller.admin.account.confirm.password": "Confirm password",
"arc.data.controller.metrics.and.logs.dashboard.credentials.title": "Metrics and Logs Dashboard Credentials",
"arc.data.controller.metrics.and.logs.dashboard.credentials.username": "Username",
"arc.data.controller.metrics.and.logs.dashboard.credentials.username.description": "Enter the username that will be used for the metrics and logs dashboards.",
"arc.data.controller.metrics.and.logs.dashboard.credentials.password": "Password",
"arc.data.controller.metrics.and.logs.dashboard.credentials.password.description": "Enter the password that will be used to log in to the metrics and logs dashboards.",
"arc.data.controller.metrics.and.logs.dashboard.credentials.confirm.password": "Confirm password",
"arc.data.controller.create.summary.title": "Review your configuration",
"arc.data.controller.summary.arc.data.controller": "Azure Arc data controller",
"arc.data.controller.summary.estimated.cost.per.month": "Estimated cost per month",