Commit 50ecf57
authored
[Service Bus] Fix sender identifier generation (Azure#47346)
The focus of these changes is to fix a bug causing identifier generation for
`ServiceBusSender` to not include the entity path as informational context.1 parent 664b5fd commit 50ecf57
File tree
2 files changed
+3
-1
lines changed- sdk/servicebus/Azure.Messaging.ServiceBus
- src/Sender
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments