From 744b20dd88f7e70f3e29a9499ffca39512003512 Mon Sep 17 00:00:00 2001 From: Candice Ye Date: Wed, 15 Dec 2021 09:15:29 -0800 Subject: [PATCH] Changed labels in DC Deployment Wizard from Admin Acc to Logs and Metrics Dashboard Creds (#17921) Co-authored-by: Candice Ye --- extensions/arc/package.json | 12 +++++++----- extensions/arc/package.nls.json | 10 ++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/extensions/arc/package.json b/extensions/arc/package.json index 80c0abdadf..aa8823da1d 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -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 } diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index bb8e663794..0b1038de51 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -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",