remove the message on page enter (#9661)

This commit is contained in:
Alan Ren
2020-03-18 13:39:13 -07:00
committed by GitHub
parent 166f0d164e
commit 2cb77441ad

View File

@@ -30,12 +30,6 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
}
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);