-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Service Bus] ATOM API: Allow configuring "rule" while creating subscription #15171
Comments
Moving the milestone to Backlog as this can be added in the next semester as well. Please feel free to add details on how to approach this task and add the "help wanted" label |
Given this operation is available in ARM, we'll update the docstring of the DP operation to suggest to use the ARM API for creation of subcscription with rules, and close the issue. |
Can we please have this added to the python sdk, it’s a standard thing in the azure sdk’s for the other languages as linked above in javascript? |
Hi @HarshaNalluru, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
.NET SDK provides CreateSubscription overload which allows configuring the rule.
This issue is to track adding support for the same in Python V7 SDK.
This feature is important because..
While creating a new subscription to an active topic(messages are actively being sent), there is no way users can stop filling up the subscription before the rule filter is added(since the default rule filter is TRUE).
Original issue: Azure/azure-sdk-for-js#12345
@KieranBrantnerMagee @yunhaoling @rakshith91 @ramya-rao-a
The text was updated successfully, but these errors were encountered: