Skip to content

Commit c7d1f11

Browse files
authored
Revert "Pin identity dev dependency to avoid re-recording" (Azure#15126)
## What Reverting d79b277 since we are now no longer pinning to 1.3.0. But we still have multiple Identity versions in-flight, so we need the common-versions config ## Why This will resolve https://dev.azure.com/azure-sdk/internal/_build/results?buildId=873579&view=results As per Azure#14909 (comment) we no longer need to prep a v1 update to identity so we can standardize on ^1.1.0 (as there will be no changes in v1 that will force re-recording)
1 parent d49e268 commit c7d1f11

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

common/config/rush/common-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
// @azure/event-processor-host is on a much lower major version
7070
"@azure/ms-rest-nodeauth": ["^0.9.2"],
7171
// 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.
72-
"@azure/identity": ["2.0.0-beta.3", "~1.3.0"],
72+
"@azure/identity": ["2.0.0-beta.3", "^1.1.0"],
7373
// Issue #14771 tracks updating to these versions
7474
"@microsoft/api-extractor": ["7.13.2"],
7575
"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.3.0",
74+
"@azure/identity": "^1.1.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.3.0",
28+
"@azure/identity": "^1.1.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.3.0",
91+
"@azure/identity": "^1.1.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.3.0",
79+
"@azure/identity": "^1.1.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.3.0",
80+
"@azure/identity": "^1.1.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.3.0",
78+
"@azure/identity": "^1.1.0",
7979
"@azure/test-utils-recorder": "^1.0.0",
8080
"@microsoft/api-extractor": "7.7.11",
8181
"@rollup/plugin-commonjs": "11.0.2",

sdk/keyvault/keyvault-secrets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"devDependencies": {
114114
"@azure/dev-tool": "^1.0.0",
115115
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
116-
"@azure/identity": "~1.3.0",
116+
"@azure/identity": "^1.1.0",
117117
"@azure/test-utils-recorder": "^1.0.0",
118118
"@microsoft/api-extractor": "7.7.11",
119119
"@rollup/plugin-commonjs": "11.0.2",

sdk/metricsadvisor/ai-metrics-advisor/package.json

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

sdk/quantum/quantum-jobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@azure/storage-blob": "^12.5.0",
7474
"@azure/dev-tool": "^1.0.0",
7575
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
76-
"@azure/identity": "~1.3.0",
76+
"@azure/identity": "^1.1.0",
7777
"@azure/test-utils-recorder": "^1.0.0",
7878
"@microsoft/api-extractor": "7.7.11",
7979
"@rollup/plugin-commonjs": "11.0.2",

0 commit comments

Comments
 (0)