Skip to content

Commit 0f3696b

Browse files
[Service Bus] Model factory comments (#43276)
* [Service Bus] Model factory comments The focus of these changes is to add doc comments to the `ServiceBusModelFactory` members, specifically helping callers to understand what model properties each argument populates. Because some of the parameter names differ from the associated model property names, there has been some confusion. --------- Co-authored-by: JoshLove-msft <[email protected]>
1 parent 2695e6f commit 0f3696b

File tree

2 files changed

+121
-11
lines changed

2 files changed

+121
-11
lines changed

sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
### Bugs Fixed
1010

1111
- Fixed an edge case where a cancellation token signaled while waiting for a throttling delay would cause a failure to reset state and service operations would continue to apply the throttle delay going forward. ([#42952](https://github.com/Azure/azure-sdk-for-net/issues/42952))
12+
1213
- Fixed an issue where the `ServiceBusSessionProcessor` was not respecting `ServiceBusSessionProcessorOptions.MaxConcurrentCallsPerSession` when `ServiceBusSessionProcessorOptions.SessionIds` was set to a value. ([#43157](https://github.com/Azure/azure-sdk-for-net/pull/43157))
1314

1415
### Other Changes
1516

17+
- Added missing documentation for `ServiceBusModelFactory` members with a focus on clarifying what model properties each parameter to the factory methods will populate. In some cases, parameter names differ from the associated model properties, causing confusion. ([#42772](https://github.com/Azure/azure-sdk-for-net/issues/42772))
18+
1619
## 7.17.4 (2024-03-05)
1720

1821
### Bugs Fixed

0 commit comments

Comments
 (0)