You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform consistency review with broader SDK family. Make any changes as needed.
as of 8/12 consistency review was performed, summarized outcome:
Design topics:
Create a roadmap for if post-GA "change property on deadletter" was implemented, to ensure it will fit nicely in our current plan. (no backcompat issues, etc.)
create_queue_receiver vs get_queue_receiver (Keeping get; precedent in storage libs for python, as well as our use of context managers rather than the initial method for opening operation)
Message vs ServiceBusMessage (for BatchMessage as well)
Should get/set session state unify with taking +returning bytes or strings?
Remove object-as-name for e.g. createrule, contemplate naming implications (topic_name was proposed but I worry that codes us into a corner) (created as discussion issue for october sprint due to pitfalls found during implementation)
Requiring Investigation:
Can EventHubsSharedKeyCredential be shared for mgmt + core client; and be safely yanked pre-GA? (yes it can be, and yes it is being.)
What is NamespaceProperties.alias? It does not appear to show up in the portal. (Premium feature; is to be maintained.)
Why do .net and js not appear to have an isomorphism of entity_availablility_status (QueueProperties), or for created_at in RuleProperties. Same question for is_anonymous_accessible and support_ordering and status in creation methods. (renamed availablility_status, anonymous/ordering nixed)
Should enable_express be removed? Speak with Harsha. (may not be supported) (Conclusion: Is needed, already present)
What does enable_partitioning at subscription level mean? (removed)
Confirm size_in_bytes settable/meaningful for creating a topic (Java has this as settable, maintaining)
Perform consistency review with broader SDK family. Make any changes as needed.
as of 8/12 consistency review was performed, summarized outcome:
Design topics:
Requiring Investigation:
Changes needed:
rightsparameter take the AccessRights enum to be clear.