generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
breaking-changeAll issues related to code breaking changes.All issues related to code breaking changes.good first issueGood for newcomersGood for newcomersmessage-pumpsAll issues related to message pumpsAll issues related to message pumps
Milestone
Description
Is your feature request related to a problem? Please describe.
When creating Azure Service Bus message pumps, we had to determine for which entity type the message pump was created. We added a ServiceBusEntity
enumeration to make this distinction. Later, we chose to use the built-in ServiceBusEntityType
enumeration, making this one obsolete.
Describe the solution you'd like
Remove the ServiceBusEntity
enumeration.
Metadata
Metadata
Assignees
Labels
breaking-changeAll issues related to code breaking changes.All issues related to code breaking changes.good first issueGood for newcomersGood for newcomersmessage-pumpsAll issues related to message pumpsAll issues related to message pumps
Type
Projects
Status
Done