Open devops-arch-cloud opened 3 years ago
@Lawouach Lawouach
Same here...
Reading on StackOverFlow, it seems the authentication should upgraded / switched to a new API. Seems straightforward, but I am not exactly the Python guy...
Same here. Could the authors (@Lawouach @bugra-derre @buderre @seriousscorpion @mkaszub) share the versions of their python packages, which they can successfully run this driver? Such as these packages:
This project does specify the needed python packages in requirements.txt, but doesn't specify their versions. This may be the reason causing this problem.
Getting failed: AttributeError: 'ServicePrincipalCredentials' object has no attribute 'get_token'
Below is experiment.json parameters for azure authentication. "configuration": { "azure_subscription_id": "" , "region_a_resource_group": "" , "region_a_app_service": "*" , "traffic_manager_endpoint": ""
**[2021-03-20 17:08:26 WARNING] Azure cloud not provided. Using AZURE_PUBLIC_CLOUD as default [2021-03-20 17:08:27 ERROR] => failed: AttributeError: 'ServicePrincipalCredentials' object has no attribute 'get_token'
During handling of the above exception, another exception occurred:
[31m[2021-03-20 16:47:45 ERROR] [activity:188][39m => failed: AttributeError: 'ServicePrincipalCredentials' object has no attribute 'get_token'**