Kuvaldis

Results 3 comments of Kuvaldis

I found an issue in __init__.py file. client = ComputeManagementClient( credentials=authentication However, official MS module has a typo in parameter name (credential instead of credentials)... [computemangement client](https://docs.microsoft.com/en-us/python/api/azure-mgmt-compute/azure.mgmt.compute.computemanagementclient?view=azure-python) All the rest...

PR was created to fix it: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/pull/121

Actually, I just pinned MS package to 4.3.1. It helped. Such steps should be clearly stated somewhere: I spent many hours trying to find a reason during my POC (CHaos...