Skip to content

Commit baee4b7

Browse files
Update sdk/servicebus/azure-servicebus/CHANGELOG.md
fix sub_queue changelog verbiage Co-authored-by: Adam Ling (MSFT) <[email protected]>
1 parent 2e0b7b4 commit baee4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sending a message twice will no longer result in a MessageAlreadySettled exception.
1212
* `ServiceBusClient.close()` now closes spawned senders and receivers.
1313
* Attempting to initialize a sender or receiver with a different connection string entity and specified entity (e.g. `queue_name`) will result in an AuthenticationError
14-
* `get_dead_letter_[queue,subscription]_receiver()` has been removed. To connect to a dead letter queue, utilize the `SubQueue` parameter of `get_[queue,subscription]_receiver()` provided with a value from the `SubQueue` enum
14+
* `get_dead_letter_[queue,subscription]_receiver()` has been removed. To connect to a dead letter queue, utilize the `sub_queue` parameter of `get_[queue,subscription]_receiver()` provided with a value from the `SubQueue` enum
1515

1616
## 7.0.0b5 (2020-08-10)
1717

0 commit comments

Comments
 (0)