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
As per the API proposal in #2718 (comment), we will now have a createSender() method on the Event Hub Client that returns a sender. A skeleton is already in place for the sender. This issue is to ensure
That the send method and all its overloads work as expected
Parameter validations are done as per guidelines
All applicable tests in sender.spec.ts are updated and pass
Please note that this issue only ensures that the send operation on the sender works. We need to ensure #3172 is taken care of to call this feature of "createSender" actually complete.
The text was updated successfully, but these errors were encountered:
As per the API proposal in #2718 (comment), we will now have a
createSender()
method on the Event Hub Client that returns a sender. A skeleton is already in place for the sender. This issue is to ensuresend
method and all its overloads work as expectedsender.spec.ts
are updated and passPlease note that this issue only ensures that the send operation on the sender works. We need to ensure #3172 is taken care of to call this feature of "createSender" actually complete.
The text was updated successfully, but these errors were encountered: