-
Notifications
You must be signed in to change notification settings - Fork 844
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
[azservicebus] Adding authorization and subscription rule support #17616
[azservicebus] Adding authorization and subscription rule support #17616
Conversation
* Getting/updating AuthorizationRules for topics and queues * CRUD for working with Subscription rules.
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
Does this include the fix for Azure/azure-service-bus-go#204? I think the answer is yes but looking for an ack. |
It does, we deserialize the "map[string]interface{}" by hand, since it can't be done automatically. (ie: KeyValueOfstringanyType). |
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
* Fix broken syntax in migrationguide.md
…and accepting 'any'.
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
- Added some more tests.
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit with the unknown types test.
… a replacement of the entityManager in tests only.
/azp run go - azservicebus |
Azure Pipelines successfully started running 1 pipeline(s). |
Adding in support for:
Fixes #16045