You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error where cdpy reports missing credentials when used with CDPCLI 0.9.42 (#29)
cdpcli 0.9.42 introduced the mandatory 'region' argument to the client_builder in release 0.9.42. Our client builder was using implicit argument ordering.
Change client builder to use explicit argument names.
Change client builder to prefer new method of client creation, and fall back to legacy if 'region' causes a TypeError.
Signed-off-by: Daniel Chaffelson <[email protected]>
0 commit comments