[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]
in-pr
okr-freshness
OKR: Freshness of content
Pri1
High priority, do before Pri2 and Pri3
📌 seQUESTered
Identifies that an issue has been imported into Quest.
📦 release-9.1
Used to track doc updates for release 9.1 of .NET Aspire.
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
Associated WorkItem - 373404
The text was updated successfully, but these errors were encountered: