mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -365,23 +365,25 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "%arc.data.controller.admin.account.title%",
|
"title": "%arc.data.controller.metrics.and.logs.dashboard.credentials.title%",
|
||||||
"fields": [
|
"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",
|
"variableName": "AZDATA_NB_VAR_ARC_ADMIN_USERNAME",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"required": true,
|
"required": true,
|
||||||
"defaultValue": "arcadmin",
|
"defaultValue": "",
|
||||||
"enabled": true
|
"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",
|
"variableName": "AZDATA_NB_VAR_ARC_ADMIN_PASSWORD",
|
||||||
"type": "sql_password",
|
"type": "sql_password",
|
||||||
"userName": "arcadmin",
|
"userName": "arcadmin",
|
||||||
"confirmationRequired": true,
|
"confirmationRequired": true,
|
||||||
"confirmationLabel": "%arc.data.controller.admin.account.confirm.password%",
|
"confirmationLabel": "%arc.data.controller.metrics.and.logs.dashboard.credentials.confirm.password%",
|
||||||
"defaultValue": "",
|
"defaultValue": "",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,10 +44,12 @@
|
|||||||
"arc.data.controller.auto.upload.logs": "Auto-upload Logs",
|
"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.auto.upload.logs.description": "Enable the automatic upload of logs. Direct mode only.",
|
||||||
|
|
||||||
"arc.data.controller.admin.account.title": "Administrator account",
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.title": "Metrics and Logs Dashboard Credentials",
|
||||||
"arc.data.controller.admin.account.name": "Data controller login",
|
"arc.data.controller.metrics.and.logs.dashboard.credentials.username": "Username",
|
||||||
"arc.data.controller.admin.account.password": "Password",
|
"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.admin.account.confirm.password": "Confirm password",
|
"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.create.summary.title": "Review your configuration",
|
||||||
"arc.data.controller.summary.arc.data.controller": "Azure Arc data controller",
|
"arc.data.controller.summary.arc.data.controller": "Azure Arc data controller",
|
||||||
"arc.data.controller.summary.estimated.cost.per.month": "Estimated cost per month",
|
"arc.data.controller.summary.estimated.cost.per.month": "Estimated cost per month",
|
||||||
|
|||||||
Reference in New Issue
Block a user