Skip to content

Commit

Permalink
Merge from upstream of this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranBrantnerMagee committed Sep 8, 2020
2 parents 1b02419 + baee4b7 commit 3db745a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Remove `is_anonymous_accessible` from management entities.
* Remove `support_ordering` from `create_queue` and `QueueProperties`
* Remove `enable_subscription_partitioning` from `create_topic` and `TopicProperties`
* `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
* `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

## 7.0.0b5 (2020-08-10)

Expand Down

0 comments on commit 3db745a

Please sign in to comment.