File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ def run_cli_with(options):
42
42
display_telemetry_message ()
43
43
44
44
display_version_message (options )
45
- display_integrated_auth_message_for_non_windows (options )
46
45
47
46
configure_and_update_options (options )
48
47
@@ -77,12 +76,6 @@ def create_config_dir_for_first_use():
77
76
return False
78
77
79
78
80
- def display_integrated_auth_message_for_non_windows (options ):
81
- if platform .system ().lower () != 'windows' and options .integrated_auth :
82
- options .integrated_auth = False
83
- print (u'Integrated authentication not supported on this platform' )
84
-
85
-
86
79
def display_version_message (options ):
87
80
if options .version :
88
81
print ('Version:' , __version__ )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def create_parser():
47
47
help = u'SQL Server instance name or address.' )
48
48
49
49
args_parser .add_argument (
50
- u'-I ' , u'--integrated' ,
50
+ u'-E ' , u'--integrated' ,
51
51
dest = u'integrated_auth' ,
52
52
action = u'store_true' ,
53
53
default = False ,
You can’t perform that action at this time.
0 commit comments