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
The focus of these changes is to fix a bug causing identifier generation for
`ServiceBusSender` to not include the entity path as informational context.
Copy file name to clipboardExpand all lines: sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
### Bugs Fixed
10
10
11
+
- Fixed an issue where identifier generation for senders did not correctly include the entity path as an informational element. ([#46952](https://github.com/Azure/azure-sdk-for-net/issues/46952))
12
+
11
13
### Other Changes
12
14
13
15
- Added annotations to make the package compatible with trimming and native AOT compilation.
0 commit comments