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 d4b6692 commit 67b2142Copy full SHA for 67b2142
sdk/test-utils/recorder/package.json
@@ -67,8 +67,8 @@
67
"dependencies": {
68
"@azure/core-http": "^2.0.0",
69
"@azure/core-rest-pipeline": "^1.1.0",
70
- "@azure/test-utils": "^1.0.0",
71
- "@azure/core-auth": "^1.3.2"
+ "@azure/core-auth": "^1.3.2",
+ "@azure/core-util": "^1.0.0-beta.1"
72
},
73
"devDependencies": {
74
"@azure/core-client": "^1.0.0",
sdk/test-utils/recorder/src/utils/sessionFilePath.ts
@@ -1,7 +1,7 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT license.
3
4
-import { isNode } from "@azure/test-utils";
+import { isNode } from "@azure/core-util";
5
import { env } from "./env";
6
import { generateTestRecordingFilePath } from "./filePathGenerator";
7
import { relativeRecordingsPath } from "./relativePathCalculator";
0 commit comments