-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample code giving error #73
Comments
Please assist @msyyc @nickzhums @00Kai0 |
I am having the same issue, if you find something to fix this, please comment here |
@joel-vasiliev |
although this article was just a workaround and its again giving another error - |
@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: |
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'__
The text was updated successfully, but these errors were encountered: