diff --git a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts index 84aa40ad7a..1e4a92b5f5 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts @@ -30,12 +30,6 @@ export class SummaryPage extends WizardPageBase { } public onEnter() { - if (this.wizard.model.deploymentTarget === BdcDeploymentType.NewAKS) { - this.wizard.wizardObject.message = { - level: azdata.window.MessageLevel.Information, - text: localize('resourceDeployment.NewAKSBrowserWindowPrompt', "A browser window for signing into Azure will be opened during the SQL Server Big Data Cluster deployment.") - }; - } this.wizard.showCustomButtons(); this.formItems.forEach(item => { this.form!.removeFormItem(item);