Sample code giving error
I am trying to create a service queue using Python SDK in my Azure account. While trying to run the file manage_topic.py (https://github.com/Azure-Samples/azure-samples-python-management/blob/master/samples/servicebus/manage_topic.py), I am getting below error: Please suggest how I can fix the error and create a service bus queue using Python SDK
__servicebus_client = ServiceBusManagementClient( TypeError: __init__() got an unexpected keyword argument 'credential'__
Please assist @msyyc @nickzhums @00Kai0
I am having the same issue, if you find something to fix this, please comment here
@joel-vasiliev Below doco helped :
https://stackoverflow.com/questions/63384092/exception-attributeerror-defaultazurecredential-object-has-no-attribute-sig
although this article was just a workaround and its again giving another error - AttributeError: 'CredentialWrapper' object has no attribute 'get_token'
@msyyc Thanks for accepting this issue, can you please suggest how we can proceed
please make sure you follow the reamdme.md before run the example. I could run it successfully in local environment:
