Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency overrides for Identity #18474

Merged
1 commit merged into from
Nov 1, 2021
Merged
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
3 changes: 0 additions & 3 deletions sdk/containerregistry/container-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@
],
"requiredResources": {
"Azure Container Registry": "https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal"
},
"dependencyOverrides": {
"@azure/identity": "^1.3.0"
}
}
}
3 changes: 0 additions & 3 deletions sdk/eventhub/event-hubs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@
]
},
"//sampleConfiguration": {
"dependencyOverrides": {
"@azure/identity": "^1.5.1"
},
"extraFiles": {
"./samples-browser": [
"browser"
Expand Down
3 changes: 0 additions & 3 deletions sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
"requiredResources": {
"Azure Service Bus": "https://docs.microsoft.com/azure/service-bus-messaging"
},
"dependencyOverrides": {
"@azure/identity": "^1.1.0"
},
"skip": [
"receiveMessagesLoop.js",
"receiveMessagesStreaming.js",
Expand Down