File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/azure-cli/azure/cli/command_modules/appservice Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -366,9 +366,9 @@ def load_command_table(self, _):
366366 g .custom_command ('config-local-git' , 'enable_local_git' )
367367 g .custom_command ('config-zip' , 'enable_zip_deploy_functionapp' )
368368 g .custom_command ('config' , 'config_source_control' , exception_handler = ex_handler_factory ())
369- g .custom_command ('sync' , 'sync_site_repo' )
370- g .custom_show_command ('show' , 'show_source_control' )
371- g .custom_command ('delete' , 'delete_source_control' )
369+ g .custom_command ('sync' , 'sync_site_repo' , exception_handler = ex_handler_factory () )
370+ g .custom_show_command ('show' , 'show_source_control' , exception_handler = ex_handler_factory () )
371+ g .custom_command ('delete' , 'delete_source_control' , exception_handler = ex_handler_factory () )
372372 g .custom_command ('update-token' , 'update_git_token' , exception_handler = ex_handler_factory ())
373373
374374 with self .command_group ('functionapp deployment user' , webclient_sdk ) as g :
You can’t perform that action at this time.
0 commit comments