You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for shallow cloning azcore.Client instances (#21065)
* Add support for shallow cloning azcore.Client instances
This allows for multiple clients to share the same underlying pipeline
while having the correct client name string in traces.
* improved field names
Copy file name to clipboardExpand all lines: sdk/azcore/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
### Features Added
6
6
7
7
-`messaging/CloudEvent` allows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: [link](https://github.com/cloudevents/spec)
8
+
* Added method `WithClientName()` to type `azcore.Client` to support shallow cloning of a client with a new name used for tracing.
0 commit comments