revert the notebook background execution (#7984)

This commit is contained in:
Alan Ren
2019-10-24 13:46:40 -07:00
committed by Karl Burtram
parent ba9d3169c5
commit 86f38f5074
8 changed files with 12 additions and 718 deletions

View File

@@ -93,7 +93,6 @@ export type DeploymentProvider = DialogDeploymentProvider | WizardDeploymentProv
export interface WizardInfo {
notebook: string | NotebookInfo;
azdata_notebook: string | NotebookInfo;
type: BdcDeploymentType;
}