-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Upgrade Scenario 2: Support the latest metadata properties on entities #235
Comments
• Supporting latest properties – if you have access to our sources, then the full set of properties are in these classes. I think the most notable changes will be AuthorizationRules properties and additional metadata. |
For Queue, this is the current design, those that are marked with star already exists for Java SDK.
|
The DateTime created from JAXB are XMlGregorianCalender, which are hard to use with Java Date. |
Updates of the queue description has been sent for CR. |
all of them are in CR now.! |
all of them checked in. Adding additional integration test for QueuetoQueue Forward surface some additional requirement. |
get message count details seem to have some problem in integration test. |
Authorization Rules are also pulled out. |
finished the testing for the meta data get/set, through azure service with modify code not using local object's get/set, found majority of the meta data can't be updated through azure service, error msg include " |
Update v2 branch pom.xml version to 2.0.0-SNAPSHOT
…#235) * remove datasourceName param in createOrUpdateDatasource method * remove datasourceName param
Dev estimate: 8
Test estimate: 5
The text was updated successfully, but these errors were encountered: