Skip to content

Commit

Permalink
update version of identity for perf tests and samples of service-bus (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Jun 9, 2021
1 parent 072f7ab commit b18ddca
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 27 deletions.
67 changes: 52 additions & 15 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "ISC",
"dependencies": {
"@azure/ai-form-recognizer": "3.1.0-beta.3",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0",
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/perf-tests/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "2.0.0-beta.3",
"@azure/identity": "2.0.0-beta.4",
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/perf-tests/keyvault-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"uuid": "^8.3.0",
"@azure/keyvault-certificates": "^4.2.0-beta.3"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/perf-tests/keyvault-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@azure/test-utils-perfstress": "^1.0.0",
"@azure/keyvault-keys": "^4.2.0-beta.5",
"dotenv": "^8.2.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"uuid": "^8.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/perf-tests/keyvault-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"uuid": "^8.3.0",
"@azure/keyvault-secrets": "^4.2.0-beta.4"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/perf-tests/search-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "2.0.0-beta.3",
"@azure/search-documents": "11.3.0-beta.1",
"@azure/identity": "^1.1.0",
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"devDependencies": {
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"@azure/test-utils-perfstress": "^1.0.0",
"@microsoft/api-extractor": "7.7.11",
"@rollup/plugin-commonjs": "11.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sdk/servicebus/service-bus/samples/v7/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"description": "Azure Service Bus client library samples for JavaScript",
"engine": {
"engines": {
"node": ">=12.0.0"
},
"repository": {
Expand All @@ -29,7 +29,7 @@
"dotenv": "latest",
"ws": "^7.1.1",
"https-proxy-agent": "^5.0.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"@azure/abort-controller": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions sdk/servicebus/service-bus/samples/v7/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"description": "Azure Service Bus client library samples for TypeScript",
"engine": {
"engines": {
"node": ">=12.0.0"
},
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dotenv": "latest",
"ws": "^7.1.1",
"https-proxy-agent": "^5.0.0",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"@azure/abort-controller": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/textanalytics/perf-tests/text-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "ISC",
"dependencies": {
"@azure/ai-text-analytics": "^5.1.0-beta.5",
"@azure/identity": "^1.1.0",
"@azure/identity": "2.0.0-beta.3",
"@azure/test-utils-perfstress": "^1.0.0",
"dotenv": "^8.2.0"
},
Expand Down

0 comments on commit b18ddca

Please sign in to comment.