Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
159 changes: 12 additions & 147 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 0 additions & 4 deletions dataplane.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
"name": "core-client-rest",
"path": "sdk/core/core-client-rest"
},
{
"name": "core-client-lro-rest",
"path": "sdk/core/core-client-lro-rest"
},
{
"name": "ai-document-translator",
"path": "sdk/documenttranslator/ai-document-translator-rest"
Expand Down
5 changes: 0 additions & 5 deletions eng/tools/rush-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const { spawnSync } = require("child_process");

const reducedDependencyTestMatrix = {
'core': ['@azure-rest/core-client',
'@azure-rest/core-client-lro',
'@azure-rest/core-client-paging',
'@azure-rest/purview-account',
'@azure-tests/perf-storage-blob',
'@azure/ai-text-analytics',
Expand Down Expand Up @@ -37,9 +35,6 @@ const reducedDependencyTestMatrix = {
],
'identity': [
'@azure-rest/core-client',
'@azure-rest/core-client-lro',
'@azure-rest/core-client-paging',
'@azure-rest/purview-account',
'@azure-tests/perf-storage-blob',
'@azure/ai-text-analytics',
'@azure/arm-compute',
Expand Down
17 changes: 1 addition & 16 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,6 @@
"projectFolder": "sdk/agrifood/agrifood-farming-rest",
"versionPolicyName": "client"
},
{
"packageName": "@azure-rest/purview-account",
"projectFolder": "sdk/purview/purview-account-rest",
"versionPolicyName": "client"
},
{
"packageName": "@azure-rest/purview-administration",
"projectFolder": "sdk/purview/purview-administration-rest",
Expand Down Expand Up @@ -446,21 +441,11 @@
"projectFolder": "sdk/core/core-amqp",
"versionPolicyName": "core"
},
{
"packageName": "@azure-rest/core-client-lro",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were any of these in the vs code workspace file?

"projectFolder": "sdk/core/core-client-lro-rest",
"versionPolicyName": "core"
},
{
"packageName": "@azure-rest/core-client",
"projectFolder": "sdk/core/core-client-rest",
"versionPolicyName": "core"
},
{
"packageName": "@azure-rest/core-client-paging",
"projectFolder": "sdk/core/core-client-paging-rest",
"versionPolicyName": "core"
},
{
"packageName": "@azure/core-asynciterator-polyfill",
"projectFolder": "sdk/core/core-asynciterator-polyfill",
Expand Down Expand Up @@ -1337,4 +1322,4 @@
"versionPolicyName": "management"
}
]
}
}
4 changes: 2 additions & 2 deletions sdk/agrifood/agrifood-farming-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"autoPublish": false,
"dependencies": {
"@azure/core-auth": "^1.3.0",
"@azure-rest/core-client-paging": "1.0.0-beta.1",
"@azure/core-lro": "^2.0.0",
"@azure/core-paging": "^1.2.0",
"@azure-rest/core-client": "1.0.0-beta.7",
"@azure-rest/core-client-lro": "1.0.0-beta.1",
"@azure/logger": "^1.0.0",
"tslib": "^2.2.0"
},
Expand Down
Loading