Skip to content

Commit

Permalink
Powershell: Use correct parameter names in Client constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekoa committed May 24, 2023
1 parent 24714b6 commit 1714437
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def connect(
password=format_password(credentials),
cert_validation=False,
auth=auth_options.authentication_type.value,
encryption_setting=auth_options.encryption_setting.value,
ssl_enabled=auth_options.ssl_enabled,
encryption=auth_options.encryption_setting.value,
ssl=auth_options.ssl_enabled,
connection_timeout=timeout,
)

Expand Down

0 comments on commit 1714437

Please sign in to comment.