Skip to content
Merged
Show file tree
Hide file tree
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 @@ -14,5 +14,4 @@
from ._list import *
from ._query_status import *
from ._show import *
from ._stop import *
from ._wait import *
from ._stop import *
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["--time-limit-in-seconds"],
arg_group="Properties",
help="Maximum duration of the capture session in seconds.",
default=18000,
fmt=AAZIntArgFormat(
maximum=18000,
minimum=0,
Expand All @@ -124,7 +123,6 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["--total-bytes", "--total-bytes-per-session"],
arg_group="Properties",
help="Maximum size of the capture output.",
default=1073741824,
fmt=AAZIntArgFormat(
maximum=4294967295,
minimum=0,
Expand Down

This file was deleted.

Loading