[Breaking change]: Document Azure.Hosting.ServiceBus obsolete methods #2327
Labels
⛓️💥 breaking-change
Issues or PRs tracking breaking changes.
doc-idea
Indicates issues that are suggestions for new topics [org][type][category]
Pri1
High priority, do before Pri2 and Pri3
⌚ Not Triaged
Not triaged
Description
AddQueue
,AddTopic
andAddSubscription
are being obsoleted in 9.1 with this PRVersion
Other (please put exact version in description textbox)
Previous behavior
n/a
New behavior
n/a
Type of breaking change
Reason for change
A better API is provided, the names
With
reflect that no specific resource is created.Add
should be used when it returns a actual resource (not a resource builder).Recommended action
Update your methods to use the new ones.
Affected APIs
The text was updated successfully, but these errors were encountered: