Searched refs:empty_on_404 (Results 1 – 6 of 6) sorted by relevance
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/relay/ |
H A D | commands.py | 15 from azure.cli.command_modules.relay.custom import empty_on_404 38 g.custom_command('list', 'cli_namespace_list', exception_handler=empty_on_404) 46 g.command('list', 'list_authorization_rules', exception_handler=empty_on_404) 56 g.command('list', 'list_by_namespace', exception_handler=empty_on_404) 63 g.command('list', 'list_authorization_rules', exception_handler=empty_on_404) 73 g.command('list', 'list_by_namespace', exception_handler=empty_on_404) 80 g.command('list', 'list_authorization_rules', exception_handler=empty_on_404)
|
H A D | custom.py | 133 def empty_on_404(ex): function
|
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/signalr/ |
H A D | commands.py | 8 from azure.cli.core.util import empty_on_404 50 g.show_command('show', 'signalr_show', exception_handler=empty_on_404) 51 g.command('restart', 'signalr_restart', exception_handler=empty_on_404)
|
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/ |
H A D | commands.py | 8 from azure.cli.core.util import empty_on_404 151 g.custom_command('list', 'get_app_settings', exception_handler=empty_on_404) 156 g.custom_command('list', 'get_connection_strings', exception_handler=empty_on_404) 161 g.custom_command('list', 'get_azure_storage_accounts', exception_handler=empty_on_404) 324 g.custom_command('list', 'get_app_settings', exception_handler=empty_on_404)
|
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/ |
H A D | commands.py | 12 from azure.cli.core.util import empty_on_404 449 g.command('list', 'list_by_resource_group', exception_handler=empty_on_404)
|
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/ |
H A D | util.py | 236 def empty_on_404(ex):
|