mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Adding option to merge all inputs at once (#282)
This commit is contained in:
@ -800,6 +800,7 @@ class Tasks(Endpoint):
|
||||
target_timeout: Optional[int] = None,
|
||||
target_workers: Optional[int] = None,
|
||||
vm_count: int = 1,
|
||||
preserve_existing_outputs: bool = False,
|
||||
) -> models.Task:
|
||||
"""
|
||||
Create a task
|
||||
|
Reference in New Issue
Block a user