Skip to content

Commit 769c1b1

Browse files
mpodwysockiscbedd
authored andcommitted
[EngSys] Update name of @azure-tools/test-utils ***NO_CI***
1 parent 8cd5bc2 commit 769c1b1

File tree

286 files changed

+398
-401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+398
-401
lines changed

common/tools/eslint-plugin-azure-sdk/tests/rules/ts-package-json-sdktype.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const examplePackageGood = `{
109109
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
110110
"@azure/identity": "^2.0.1",
111111
"@azure/mock-hub": "^1.0.0",
112-
"@azure/test-utils": "^1.0.0",
112+
"@azure-tools/test-utils": "^1.0.0",
113113
"@azure-tools/test-perf": "^1.0.0",
114114
"@microsoft/api-extractor": "^7.31.1",
115115
"@rollup/plugin-commonjs": "11.0.2",
@@ -263,7 +263,7 @@ const examplePackageBad = `{
263263
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
264264
"@azure/identity": "^2.0.1",
265265
"@azure/mock-hub": "^1.0.0",
266-
"@azure/test-utils": "^1.0.0",
266+
"@azure-tools/test-utils": "^1.0.0",
267267
"@azure-tools/test-perf": "^1.0.0",
268268
"@microsoft/api-extractor": "^7.31.1",
269269
"@rollup/plugin-commonjs": "11.0.2",

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
"versionPolicyName": "utility"
860860
},
861861
{
862-
"packageName": "@azure/test-utils",
862+
"packageName": "@azure-tools/test-utils",
863863
"projectFolder": "sdk/test-utils/test-utils",
864864
"versionPolicyName": "utility"
865865
},
@@ -2219,4 +2219,4 @@
22192219
"versionPolicyName": "management"
22202220
}
22212221
]
2222-
}
2222+
}

sdk/agrifood/agrifood-farming-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@azure/dev-tool": "^1.0.0",
9696
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
9797
"@azure/identity": "^4.0.1",
98-
"@azure/test-utils": "^1.0.0",
98+
"@azure-tools/test-utils": "^1.0.0",
9999
"@azure-tools/test-credential": "^1.0.0",
100100
"@azure-tools/test-recorder": "^3.0.0",
101101
"@microsoft/api-extractor": "^7.31.1",

sdk/apimanagement/api-management-custom-widgets-scaffolder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"typescript": "~5.4.5",
8383
"util": "^0.12.1",
8484
"dotenv": "^16.0.0",
85-
"@azure/test-utils": "^1.0.0",
85+
"@azure-tools/test-utils": "^1.0.0",
8686
"@types/mustache": "^4.2.1",
8787
"sinon": "^17.0.0",
8888
"@types/sinon": "^17.0.0"

sdk/appconfiguration/app-configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@azure/keyvault-secrets": "^4.2.0",
104104
"@azure-tools/test-credential": "^1.0.0",
105105
"@azure-tools/test-recorder": "^3.1.0",
106-
"@azure/test-utils": "^1.0.0",
106+
"@azure-tools/test-utils": "^1.0.0",
107107
"@microsoft/api-extractor": "^7.31.1",
108108
"@types/chai": "^4.1.6",
109109
"@types/mocha": "^10.0.0",

sdk/appconfiguration/app-configuration/test/public/tracing.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Recorder } from "@azure-tools/test-recorder";
55
import { createAppConfigurationClientForTests, startRecorder } from "./utils/testHelpers";
66
import { AppConfigurationClient } from "../../src/appConfigurationClient";
77
import { Context } from "mocha";
8-
import { assert } from "@azure/test-utils";
8+
import { assert } from "@azure-tools/test-utils";
99

1010
describe("supports tracing", () => {
1111
let client: AppConfigurationClient;

sdk/cognitivelanguage/ai-language-conversations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
3434
"@azure/identity": "^4.0.1",
3535
"@azure/logger": "^1.0.3",
36-
"@azure/test-utils": "^1.0.0",
36+
"@azure-tools/test-utils": "^1.0.0",
3737
"@azure-tools/test-recorder": "^3.0.0",
3838
"@azure-tools/test-credential": "^1.0.0",
3939
"@microsoft/api-extractor": "^7.31.1",

sdk/cognitivelanguage/ai-language-conversations/test/public/analyze.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import { AuthMethod, createClient, startRecorder } from "./utils/recordedClient";
55
import { Context, Suite } from "mocha";
6-
import { assert, matrix } from "@azure/test-utils";
6+
import { assert, matrix } from "@azure-tools/test-utils";
77
import { ConversationAnalysisClient } from "../../src";
88
import { Recorder, assertEnvironmentVariable } from "@azure-tools/test-recorder";
99

sdk/cognitivelanguage/ai-language-text/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
"@azure/dev-tool": "^1.0.0",
105105
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
106106
"@azure/identity": "^4.0.1",
107-
"@azure/test-utils": "^1.0.0",
107+
"@azure/core-util": "^1.9.0",
108+
"@azure-tools/test-utils": "^1.0.0",
108109
"@azure-tools/test-recorder": "^3.0.0",
109110
"@azure-tools/test-credential": "^1.0.0",
110111
"@microsoft/api-extractor": "^7.31.1",

sdk/cognitivelanguage/ai-language-text/test/internal/errorTargets.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT license.
33

44
import { createHttpHeaders, PipelineRequest } from "@azure/core-rest-pipeline";
5-
import { assert } from "@azure/test-utils";
5+
import { assert } from "@azure-tools/test-utils";
66
import { KnownErrorCode } from "../../src/generated";
77
import { AnalyzeBatchActionNames } from "../../src/models";
88
import { TextAnalysisClient } from "../../src/textAnalysisClient";

0 commit comments

Comments
 (0)