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
Expected behavior
Expect it to print partition id and event, without an error.
Setup (please complete the following information):
Python Version: Python 2.7
SDK Version: azure-eventhub-5.2.1
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Bug Description Added
Repro Steps Added
Setup information Added
The text was updated successfully, but these errors were encountered:
swathipil
changed the title
[EH] Auth with SAS Token sample not working with Python2.7
[Event Hubs] Auth with SAS Token sample not working with Python2.7
Jan 12, 2021
Describe the bug
Running sample
azure-eventhub\samples\sync_samples\authenticate_with_sas_token.py
produces an error on line 80.Exception or Stack Trace
To Reproduce
Install Python 2.7
Code Snippet
lambda pc, event: print(pc.partition_id, ":", event),
Expected behavior
Expect it to print partition id and event, without an error.
Setup (please complete the following information):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: