Skip to content

Commit 6eb1861

Browse files
authored
Delete azure_identity dead code (#2603)
1 parent 1495413 commit 6eb1861

File tree

10 files changed

+0
-740
lines changed

10 files changed

+0
-740
lines changed

Cargo.lock

-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ getrandom = { version = "0.2", features = ["js"] }
8585
hmac = { version = "0.12" }
8686
litemap = "0.7.4"
8787
log = "0.4"
88-
oauth2 = { version = "5.0.0", default-features = false }
8988
openssl = { version = "0.10.72" }
9089
pin-project = "1.0"
9190
proc-macro2 = "1.0.86"

eng/dict/crates.txt

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ getrandom
3535
hmac
3636
litemap
3737
log
38-
oauth2
3938
openssl
4039
pin-project
4140
proc-macro2

sdk/identity/azure_identity/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ async-lock.workspace = true
1717
async-trait.workspace = true
1818
azure_core.workspace = true
1919
futures.workspace = true
20-
oauth2.workspace = true
2120
openssl = { workspace = true, optional = true }
2221
pin-project.workspace = true
2322
serde.workspace = true

sdk/identity/azure_identity/src/authorization_code_flow.rs

-115
This file was deleted.

0 commit comments

Comments
 (0)