mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add Storage Class params to MIAA deploy (#11993)
This commit is contained in:
@@ -70,7 +70,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
|
||||
}
|
||||
});
|
||||
vscode.commands.registerCommand('azdata.openNotebookInputDialog', (dialogInfo: NotebookBasedDialogInfo) => {
|
||||
const dialog = new DeploymentInputDialog(notebookService, platformService, dialogInfo);
|
||||
const dialog = new DeploymentInputDialog(notebookService, platformService, toolsService, dialogInfo);
|
||||
dialog.open();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user