-
Notifications
You must be signed in to change notification settings - Fork 28
Putting it all together sample does not work #120
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
Comments
I found an issue in init.py file. client = ComputeManagementClient( However, official MS module has a typo in parameter name (credential instead of credentials)... All the rest MS modules have no typo. |
PR was created to fix it: |
Actually, I just pinned MS package to 4.3.1. It helped. |
Hi All, I'm facing the same issue. If I pin the ms package or change the crential in my local package it results in below error: |
Team,
Please assist. I am facing the next issue with Putting it all together sample:
2020-10-30 21:55:31 INFO] Playing your experiment's method now...
[2020-10-30 21:55:31 INFO] Action: restart-node-at-random
[2020-10-30 21:55:31 WARNING] Azure cloud not provided. Using AZURE_PUBLIC_CLOUD as default
[2020-10-30 21:55:33 WARNING] Azure cloud not provided. Using AZURE_PUBLIC_CLOUD as default
[2020-10-30 21:55:34 ERROR] => failed: TypeError: init() missing 1 required positional argument: 'credential'
[2020-10-30 21:55:34 INFO] Steady state hypothesis: Services are all available and healthy
[2020-10-30 21:55:34 INFO] Probe: consumer-service-must-still-respond
[2020-10-30 21:55:34 INFO] Steady state hypothesis is met!
So: TypeError: init() missing 1 required positional argument: 'credential'
Action failes.
I am using the latest modules (following the sample article).
The text was updated successfully, but these errors were encountered: