Skip to content

Commit 737a9a1

Browse files
LarryOstermanlmolkovaCopilot
authored
Distributed Tracing integration with SDK builds. (#2741)
--------- Co-authored-by: Liudmila Molkova <limolkova@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 131a022 commit 737a9a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5688
-261
lines changed

.vscode/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"seekable",
7474
"servicebus",
7575
"stylesheet",
76+
"subclient",
7677
"telemetered",
7778
"typespec",
7879
"undelete",
@@ -208,4 +209,4 @@
208209
]
209210
}
210211
]
211-
}
212+
}

Cargo.lock

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ members = [
66
"sdk/typespec/typespec_macros",
77
"sdk/core/azure_core",
88
"sdk/core/azure_core_amqp",
9+
"sdk/core/azure_core_macros",
910
"sdk/core/azure_core_test",
1011
"sdk/core/azure_core_test_macros",
1112
"sdk/core/azure_core_opentelemetry",
@@ -49,6 +50,11 @@ path = "sdk/typespec/typespec_macros"
4950
version = "0.27.0"
5051
path = "sdk/core/azure_core"
5152

53+
[workspace.dependencies.azure_core_macros]
54+
version = "0.1.0"
55+
path = "sdk/core/azure_core_macros"
56+
57+
5258
[workspace.dependencies.azure_core_amqp]
5359
version = "0.6.0"
5460
path = "sdk/core/azure_core_amqp"

0 commit comments

Comments
 (0)