Skip to content

Commit 060f975

Browse files
author
Tony Chen (DevDiv)
committed
Remove unnecessary custom changes
1 parent c7b2e73 commit 060f975

File tree

1 file changed

+1
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/serviceconnector

1 file changed

+1
-4
lines changed

src/azure-cli/azure/cli/command_modules/serviceconnector/custom.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def connection_create(cmd, client, # pylint: disable=too-many-locals,too-many-s
316316
appinsights=None, # Resource.AppInsights
317317
target_app_name=None, # Resource.ContainerApp
318318
connstr_props=None, # Resource.FabricSql
319-
fabric_workspace_uuid=None, fabric_sql_database_uuid=None,
320319
):
321320
auth_action = 'optOutAllAuth' if (opt_out_list is not None and
322321
OPT_OUT_OPTION.AUTHENTICATION.value in opt_out_list) else None
@@ -345,9 +344,7 @@ def connection_create(cmd, client, # pylint: disable=too-many-locals,too-many-s
345344
customized_keys=customized_keys,
346345
opt_out_list=opt_out_list,
347346
app_config_id=app_config_id,
348-
connstr_props=connstr_props,
349-
fabric_workspace_uuid=fabric_workspace_uuid,
350-
fabrick_sql_database_uuid=fabric_sql_database_uuid)
347+
connstr_props=connstr_props)
351348
raise CLIInternalError("Fail to install `serviceconnector-passwordless` extension. Please manually install it"
352349
" with `az extension add --name serviceconnector-passwordless --upgrade`"
353350
" and rerun the command")

0 commit comments

Comments
 (0)