From e5e9f5a3e27caae26c698884a579bcd4947a3772 Mon Sep 17 00:00:00 2001 From: tomdds Date: Fri, 30 Aug 2019 09:57:42 -0400 Subject: [PATCH] Directly pass EnvironmentUser to CSP User upsert --- atst/domain/csp/cloud.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atst/domain/csp/cloud.py b/atst/domain/csp/cloud.py index e58de376..f3448bc6 100644 --- a/atst/domain/csp/cloud.py +++ b/atst/domain/csp/cloud.py @@ -51,8 +51,8 @@ class CloudProviderInterface: Arguments: auth_credentials -- Object containing CSP account credentials - user_info -- object containing user data, if it has a csp_user_id - it will try to update a user with that id + user_info -- instance of EnvironmentRole containing user data + if it has a csp_user_id it will try to update that user csp_role_id -- The id of the role the user should be given in the CSP Raises: