Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542c496 commit 85b0bf2Copy full SHA for 85b0bf2
eng/tools/rush-runner.js
@@ -22,6 +22,18 @@ const reducedDependencyTestMatrix = {
22
'@azure/test-utils-perfstress',
23
'@azure-tools/test-recorder',
24
'@azure/synapse-monitoring'
25
+ ],
26
+ 'test-utils': [
27
+ '@azure-rest/purview-account',
28
+ '@azure-tests/perf-storage-blob',
29
+ '@azure-tests/perf-data-tables',
30
+ '@azure/arm-eventgrid',
31
+ '@azure/ai-text-analytics',
32
+ '@azure/identity',
33
+ '@azure/identity-cache-persistence',
34
+ '@azure/identity-vscode',
35
+ '@azure/storage-file-share',
36
+ '@azure/template'
37
]
38
};
39
0 commit comments