Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def load_arguments(self, _):
c.argument('data_export_name', options_list=['--name', '-n'], help="Name of the data export rule")
c.argument('workspace_name', options_list='--workspace-name')
c.argument('table_names', nargs='+', options_list=['--tables', '-t'],
help='An array of tables to export. if --export-all-tables is true, this argument should not be provided.')
help='An array of tables to export.')
c.argument('destination', validator=process_workspace_data_export_destination,
help='The destination resource ID. It should be a storage account, an event hub namespace or an event hub. '
'If event hub namespace is provided, event hub would be created for each table automatically.')
Expand Down