Revert "accept azdata eula (#8114)" (#8121)

This reverts commit 0dec2ff9b5.
This commit is contained in:
Alan Ren
2019-10-30 13:57:41 -07:00
committed by GitHub
parent 0dec2ff9b5
commit 79b6a14d64

View File

@@ -79,7 +79,6 @@ export class NotebookService implements INotebookService {
const workingDirectory = this.platformService.storagePath();
const notebookFullPath = path.join(workingDirectory, fileName);
const outputFullPath = path.join(workingDirectory, `output-${fileName}`);
process.env['ACCEPT_EULA'] = 'yes';
try {
await this.platformService.saveTextFile(content, notebookFullPath);
await this.platformService.runCommand(`azdata notebook run --path "${notebookFullPath}" --output-path "${workingDirectory}" --timeout -1`,