Skip to content

Commit d79b277

Browse files
authored
Pin identity dev dependency to avoid re-recording (Azure#15027)
1 parent b3db04d commit d79b277

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

common/config/rush/common-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
// @azure/event-processor-host is on a much lower major version
6868
"@azure/ms-rest-nodeauth": ["^0.9.2"],
6969
// Idenity is moving from v1 to v2. Moving all packages to v2 is going to take a bit of time, in the mean time we could use v2 on the perf-identity tests.
70-
"@azure/identity": ["^2.0.0-beta.1", "2.0.0-beta.3"],
70+
"@azure/identity": ["^2.0.0-beta.1", "2.0.0-beta.3", "~1.3.0"],
7171
// Issue #14771 tracks updating to these versions
7272
"@microsoft/api-extractor": ["7.13.2"],
7373
"prettier": ["2.2.1"]

sdk/anomalydetector/ai-anomaly-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@azure/dev-tool": "^1.0.0",
74-
"@azure/identity": "^1.1.0",
74+
"@azure/identity": "~1.3.0",
7575
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
7676
"@microsoft/api-extractor": "7.7.11",
7777
"@rollup/plugin-commonjs": "11.0.2",

sdk/attestation/attestation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node": ">=8.0.0"
2626
},
2727
"devDependencies": {
28-
"@azure/identity": "^1.1.0",
28+
"@azure/identity": "~1.3.0",
2929
"@azure/dev-tool": "^1.0.0",
3030
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
3131
"@azure/test-utils-recorder": "^1.0.0",

sdk/communication/communication-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@azure/dev-tool": "^1.0.0",
8989
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
9090
"@azure/test-utils-recorder": "^1.0.0",
91-
"@azure/identity": "^1.1.0",
91+
"@azure/identity": "~1.3.0",
9292
"@microsoft/api-extractor": "7.7.11",
9393
"@rollup/plugin-commonjs": "11.0.2",
9494
"@rollup/plugin-json": "^4.0.0",

sdk/communication/communication-phone-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@azure/dev-tool": "^1.0.0",
7777
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
7878
"@azure/test-utils-recorder": "^1.0.0",
79-
"@azure/identity": "^1.1.0",
79+
"@azure/identity": "~1.3.0",
8080
"@microsoft/api-extractor": "7.7.11",
8181
"@rollup/plugin-commonjs": "11.0.2",
8282
"@rollup/plugin-json": "^4.0.0",

sdk/communication/communication-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@azure/dev-tool": "^1.0.0",
7979
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
80-
"@azure/identity": "^1.1.0",
80+
"@azure/identity": "~1.3.0",
8181
"@azure/test-utils-recorder": "^1.0.0",
8282
"@microsoft/api-extractor": "7.7.11",
8383
"@rollup/plugin-commonjs": "11.0.2",

sdk/digitaltwins/digital-twins-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@azure/dev-tool": "^1.0.0",
7777
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
78-
"@azure/identity": "^1.1.0",
78+
"@azure/identity": "~1.3.0",
7979
"@azure/test-utils-recorder": "^1.0.0",
8080
"@microsoft/api-extractor": "7.7.11",
8181
"@rollup/plugin-commonjs": "11.0.2",

sdk/formrecognizer/ai-form-recognizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"devDependencies": {
9090
"@azure/dev-tool": "^1.0.0",
9191
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
92-
"@azure/identity": "^1.1.0",
92+
"@azure/identity": "~1.3.0",
9393
"@azure/test-utils-recorder": "^1.0.0",
9494
"@microsoft/api-extractor": "7.7.11",
9595
"@types/chai": "^4.1.6",

sdk/keyvault/keyvault-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@azure/abort-controller": "^1.0.0",
8989
"@azure/dev-tool": "^1.0.0",
9090
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
91-
"@azure/identity": "^1.1.0",
91+
"@azure/identity": "~1.3.0",
9292
"@azure/keyvault-keys": "^4.2.0-beta.5",
9393
"@azure/test-utils-recorder": "^1.0.0",
9494
"@microsoft/api-extractor": "7.7.11",

sdk/keyvault/keyvault-certificates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"devDependencies": {
104104
"@azure/dev-tool": "^1.0.0",
105105
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
106-
"@azure/identity": "^1.1.0",
106+
"@azure/identity": "~1.3.0",
107107
"@azure/keyvault-secrets": "^4.2.0-beta.4",
108108
"@azure/test-utils-recorder": "^1.0.0",
109109
"@microsoft/api-extractor": "7.7.11",

0 commit comments

Comments
 (0)