Xiang Yan

Results 81 comments of Xiang Yan

/azp run python - eventgrid - ci

Thanks for reaching out. Can you enable debug logging and share us the log file?

You can add ```py import logging logging.basicConfig(filename='c:/temp/log.log', level=logging.DEBUG) ``` And when you create the credential object, please add logging_enable=True. Thank you.

Thanks for reaching out. Synapse / Spark may pin some package versions. Is there a way for you to get the list of what exact versions are in use? (not...

Maybe we can run ```py import azure.core print(azure.core.VERSION) ``` to see what exact core version we are using.

/check-enforcer override