Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"@types/node": ["^10.0.0", "^10.12.0"],
// @azure/test-utils-perfstress should depend on lowest version of @azure/core-http for maximum compatibility, allowing test
// projects to choose a higher version if desired.
"@azure/core-http": ["^1.0.0"]
"@azure/core-http": ["^1.0.0"],
// 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.
"@azure/identity": [
"^1.1.0", "^2.0.0-beta.1"
]
}
}
111 changes: 83 additions & 28 deletions common/config/rush/pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,11 @@
"projectFolder": "sdk/keyvault/perf-tests/keyvault-secrets",
"versionPolicyName": "test"
},
{
"packageName": "@azure-tests/perf-identity",
"projectFolder": "sdk/identity/perf-tests/identity",
"versionPolicyName": "test"
},
{
"packageName": "@azure/mixedreality-authentication",
"projectFolder": "sdk/mixedreality/mixedreality-authentication",
Expand Down
1 change: 1 addition & 0 deletions sdk/identity/perf-tests/identity/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test/**/*.js
Comment thread
sadasant marked this conversation as resolved.
Outdated
Empty file.
Loading