expose minimized_stack_depth functionality in the CLI/API (#715)

This commit is contained in:
bmc-msft
2021-03-23 10:09:34 -04:00
committed by GitHub
parent 92d8299412
commit 516b1e000e
8 changed files with 52 additions and 0 deletions

View File

@ -848,6 +848,7 @@ class Tasks(Endpoint):
preserve_existing_outputs: bool = False,
colocate: bool = False,
report_list: Optional[List[str]] = None,
minimized_stack_depth: Optional[int] = None,
) -> models.Task:
"""
Create a task
@ -912,6 +913,7 @@ class Tasks(Endpoint):
wait_for_files=task_wait_for_files,
report_list=report_list,
preserve_existing_outputs=preserve_existing_outputs,
minimized_stack_depth=minimized_stack_depth,
),
)