Skip to content

Commit 48e88c6

Browse files
Use 2.0.0-beta.3 of Identity instead of beta 1 or 2 (Azure#15057)
* Use 2.0.0-beta.2 of Identity instead of beta 1 * 2.0.0-beta.3 * lock file from master Co-authored-by: Ramya Achutha Rao <ramyar@microsoft.com>
1 parent a9f340c commit 48e88c6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.1", "2.0.0-beta.3", "~1.3.0"],
72+
"@azure/identity": ["2.0.0-beta.3", "~1.3.0"],
7373
// Issue #14771 tracks updating to these versions
7474
"@microsoft/api-extractor": ["7.13.2"],
7575
"prettier": ["2.2.1"]

sdk/identity/identity/test/manual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "Microsoft Corporation",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@azure/identity": "^2.0.0-beta.1",
14+
"@azure/identity": "2.0.0-beta.3",
1515
"@azure/service-bus": "^7.0.3",
1616
"react": "^16.8.6",
1717
"react-dom": "^16.8.6",

sdk/identity/perf-tests/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "",
88
"license": "ISC",
99
"dependencies": {
10-
"@azure/identity": "^2.0.0-beta.1",
10+
"@azure/identity": "2.0.0-beta.3",
1111
"@azure/test-utils-perfstress": "^1.0.0",
1212
"dotenv": "^8.2.0"
1313
},

sdk/quantum/quantum-jobs/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"dependencies": {
1010
"@azure/core-http": "latest",
1111
"@azure/storage-blob": "latest",
12-
"@azure/identity": "^2.0.0-beta.2"
12+
"@azure/identity": "2.0.0-beta.3"
1313
}
1414
}

sdk/storage/storage-blob/samples/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"sideEffects": false,
2727
"dependencies": {
2828
"@azure/abort-controller": "latest",
29-
"@azure/identity": "^2.0.0-beta.2",
29+
"@azure/identity": "2.0.0-beta.3",
3030
"@azure/storage-blob": "latest",
3131
"dotenv": "^8.2.0"
3232
},

0 commit comments

Comments
 (0)