From 856fec424346a6b020b9bec5dc8b462bff237b60 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 12 Dec 2019 11:24:05 -0800 Subject: [PATCH] Remove preview tags (#8653) --- .../src/bigDataCluster/localizedConstants.ts | 6 +++--- extensions/big-data-cluster/src/extension.ts | 2 +- extensions/mssql/src/localizedConstants.ts | 2 +- .../dialog/sparkJobSubmission/sparkJobSubmissionDialog.ts | 2 +- extensions/resource-deployment/package.nls.json | 4 ++-- .../src/ui/deployClusterWizard/deployClusterWizard.ts | 6 +++--- .../resource-deployment/src/ui/resourceTypePickerDialog.ts | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/extensions/big-data-cluster/src/bigDataCluster/localizedConstants.ts b/extensions/big-data-cluster/src/bigDataCluster/localizedConstants.ts index d86a4d287c..eae2cecb54 100644 --- a/extensions/big-data-cluster/src/bigDataCluster/localizedConstants.ts +++ b/extensions/big-data-cluster/src/bigDataCluster/localizedConstants.ts @@ -30,7 +30,7 @@ export function lastUpdated(date?: Date): string { } export const basic = localize('basicAuthName', "Basic"); export const windowsAuth = localize('integratedAuthName', "Windows Authentication"); -export const addNewController = localize('addNewController', "Add New Controller (preview)"); +export const addNewController = localize('addNewController', "Add New Controller"); export const url = localize('url', "URL"); export const username = localize('username', "Username"); export const password = localize('password', "Password"); @@ -57,7 +57,7 @@ export function copiedEndpoint(endpointName: string): string { return localize(' export const copy = localize('bdc.dashboard.copy', "Copy"); export const viewDetails = localize('bdc.dashboard.viewDetails', "View Details"); export const viewErrorDetails = localize('bdc.dashboard.viewErrorDetails', "View Error Details"); -export const connectToController = localize('connectController.dialog.title', "Connect to Controller (preview)"); +export const connectToController = localize('connectController.dialog.title', "Connect to Controller"); export const mountConfiguration = localize('mount.main.section', "Mount Configuration"); export function mountTask(path: string): string { return localize('mount.task.name', "Mounting HDFS folder on path {0}", path); } export function refreshMountTask(path: string): string { return localize('refreshmount.task.name', "Refreshing HDFS Mount on path {0}", path); } @@ -67,7 +67,7 @@ export const refreshMountTaskSubmitted = localize('refreshmount.task.submitted', export const deleteMountTaskSubmitted = localize('deletemount.task.submitted', "Delete mount request submitted"); export const mountCompleted = localize('mount.task.complete', "Mounting HDFS folder is complete"); export const mountInProgress = localize('mount.task.inprogress', "Mounting is likely to complete, check back later to verify"); -export const mountFolder = localize('mount.dialog.title', "Mount HDFS Folder (preview)"); +export const mountFolder = localize('mount.dialog.title', "Mount HDFS Folder"); export const hdfsPath = localize('mount.hdfsPath.title', "HDFS Path"); export const hdfsPathInfo = localize('mount.hdfsPath.info', "Path to a new (non-existing) directory which you want to associate with the mount"); export const remoteUri = localize('mount.remoteUri.title', "Remote URI"); diff --git a/extensions/big-data-cluster/src/extension.ts b/extensions/big-data-cluster/src/extension.ts index 6a2e78c885..9072190dd9 100644 --- a/extensions/big-data-cluster/src/extension.ts +++ b/extensions/big-data-cluster/src/extension.ts @@ -55,7 +55,7 @@ function registerCommands(context: vscode.ExtensionContext, treeDataProvider: Co }); vscode.commands.registerCommand(commands.ManageControllerCommand, async (info: ControllerNode | BdcDashboardOptions, addOrUpdateController: boolean = false) => { - const title: string = `${localize('bdc.dashboard.title', "Big Data Cluster Dashboard (preview) -")} ${ControllerNode.toIpAndPort(info.url)}`; + const title: string = `${localize('bdc.dashboard.title', "Big Data Cluster Dashboard -")} ${ControllerNode.toIpAndPort(info.url)}`; if (addOrUpdateController) { // The info may be wrong, but if it is then we'll prompt to reconnect when the dashboard is opened // and update with the correct info then diff --git a/extensions/mssql/src/localizedConstants.ts b/extensions/mssql/src/localizedConstants.ts index 1333c5630c..e1a6d3ab13 100644 --- a/extensions/mssql/src/localizedConstants.ts +++ b/extensions/mssql/src/localizedConstants.ts @@ -11,7 +11,7 @@ export const msgMissingNodeContext = localize('msgMissingNodeContext', "Node Com // HDFS Manage Access Dialog Constants //////////////////////////////////// -export const manageAccessTitle = localize('mssql.manageAccessTitle', "Manage Access (preview)"); +export const manageAccessTitle = localize('mssql.manageAccessTitle', "Manage Access"); export const locationTitle = localize('mssql.locationTitle', "Location : "); export const permissionsHeader = localize('mssql.permissionsTitle', "Permissions"); export const ownerPostfix = localize('mssql.ownerPostfix', " - Owner"); diff --git a/extensions/mssql/src/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionDialog.ts b/extensions/mssql/src/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionDialog.ts index 329450477c..df3bd5de25 100644 --- a/extensions/mssql/src/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionDialog.ts +++ b/extensions/mssql/src/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionDialog.ts @@ -39,7 +39,7 @@ export class SparkJobSubmissionDialog { } public async openDialog(path?: string): Promise { - this._dialog = this.apiWrapper.createDialog(localize('sparkJobSubmission.DialogTitleNewJob', "New Job (preview)")); + this._dialog = this.apiWrapper.createDialog(localize('sparkJobSubmission.DialogTitleNewJob', "New Job")); this._dataModel = new SparkJobSubmissionModel(this.sqlClusterConnection, this._dialog, this.appContext); diff --git a/extensions/resource-deployment/package.nls.json b/extensions/resource-deployment/package.nls.json index a897a328ac..db2223270a 100644 --- a/extensions/resource-deployment/package.nls.json +++ b/extensions/resource-deployment/package.nls.json @@ -20,8 +20,8 @@ "bdc-2019-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-aks.ipynb", "bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-aks.ipynb", "bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-kubeadm.ipynb", - "docker-sql-2017-title": "Deploy SQL Server 2017 container images (preview)", - "docker-sql-2019-title": "Deploy SQL Server 2019 container images (preview)", + "docker-sql-2017-title": "Deploy SQL Server 2017 container images", + "docker-sql-2019-title": "Deploy SQL Server 2019 container images", "docker-container-name-field": "Container name", "docker-sql-password-field": "SQL Server password", "docker-confirm-sql-password-field": "Confirm password", diff --git a/extensions/resource-deployment/src/ui/deployClusterWizard/deployClusterWizard.ts b/extensions/resource-deployment/src/ui/deployClusterWizard/deployClusterWizard.ts index af9860fe13..e970d68f3e 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/deployClusterWizard.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/deployClusterWizard.ts @@ -161,11 +161,11 @@ export class DeployClusterWizard extends WizardBase {