|
6 | 6 | import { type ServiceClient } from '@azure/core-client'; |
7 | 7 | import { createPipelineRequest } from '@azure/core-rest-pipeline'; |
8 | 8 | import { createGenericClient } from '@microsoft/vscode-azext-azureutils'; |
9 | | -import { TestInput, createTestActionContext, runWithTestActionContext } from '@microsoft/vscode-azext-dev'; |
10 | | -import { AzExtFsExtra, nonNullProp } from '@microsoft/vscode-azext-utils'; |
| 9 | +import { AzExtFsExtra, createTestActionContext, nonNullProp, runWithTestActionContext, TestInput } from '@microsoft/vscode-azext-utils'; |
11 | 10 | import * as assert from 'assert'; |
12 | 11 | import * as path from 'path'; |
13 | 12 | import * as vscode from 'vscode'; |
14 | 13 | import { ProjectLanguage } from '../../src/constants'; |
15 | 14 | import { getRandomAlphanumericString, getRandomHexString } from '../../src/utils/fs'; |
16 | 15 | import { addParallelSuite, runInSeries, type ParallelTest } from '../addParallelSuite'; |
17 | 16 | import { getTestWorkspaceFolder } from '../global.test'; |
18 | | -import { NodeModelVersion, PythonModelVersion, defaultTestFuncVersion, getJavaScriptValidateOptions, getPythonValidateOptions, getTypeScriptValidateOptions, validateProject, type IValidateProjectOptions } from '../project/validateProject'; |
| 17 | +import { defaultTestFuncVersion, getJavaScriptValidateOptions, getPythonValidateOptions, getTypeScriptValidateOptions, NodeModelVersion, PythonModelVersion, validateProject, type IValidateProjectOptions } from '../project/validateProject'; |
19 | 18 | import { getCachedTestApi } from '../utils/testApiAccess'; |
20 | 19 | import { getRotatingAuthLevel, getRotatingLocation, getRotatingNodeVersion, getRotatingPythonVersion } from './getRotatingValue'; |
21 | 20 | import { resourceGroupsToDelete } from './global.nightly.test'; |
|
0 commit comments