Skip to content

Commit c3966fd

Browse files
author
Tony Chen (DevDiv)
committed
Fix args order
1 parent 7330477 commit c3966fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# For db(mysqlFlex/psql/psqlFlex/sql) linker with auth type=systemAssignedIdentity, enable Microsoft Entra auth and create db user on data plane
4444
# For other linker, ignore the steps
4545
def get_enable_mi_for_db_linker_func(yes=False, new=False):
46-
def enable_mi_for_db_linker(cmd, source_id, target_id, auth_info, client_type, connection_name, *args, connstr_props=None, **kwargs):
46+
def enable_mi_for_db_linker(cmd, source_id, target_id, auth_info, client_type, connection_name, connstr_props=None):
4747
# return if connection is not for db mi
4848
if auth_info['auth_type'] not in [AUTHTYPES[AUTH_TYPE.SystemIdentity],
4949
AUTHTYPES[AUTH_TYPE.UserIdentity],

0 commit comments

Comments
 (0)