mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 02:28:10 +00:00
expose minimized_stack_depth functionality in the CLI/API (#715)
This commit is contained in:
@ -1702,6 +1702,10 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"title": "Generator Options",
|
||||
"type": "array"
|
||||
},
|
||||
"minimized_stack_depth": {
|
||||
"title": "Minimized Stack Depth",
|
||||
"type": "integer"
|
||||
},
|
||||
"preserve_existing_outputs": {
|
||||
"title": "Preserve Existing Outputs",
|
||||
"type": "boolean"
|
||||
@ -2192,6 +2196,10 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"title": "Generator Options",
|
||||
"type": "array"
|
||||
},
|
||||
"minimized_stack_depth": {
|
||||
"title": "Minimized Stack Depth",
|
||||
"type": "integer"
|
||||
},
|
||||
"preserve_existing_outputs": {
|
||||
"title": "Preserve Existing Outputs",
|
||||
"type": "boolean"
|
||||
@ -2627,6 +2635,10 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"title": "Generator Options",
|
||||
"type": "array"
|
||||
},
|
||||
"minimized_stack_depth": {
|
||||
"title": "Minimized Stack Depth",
|
||||
"type": "integer"
|
||||
},
|
||||
"preserve_existing_outputs": {
|
||||
"title": "Preserve Existing Outputs",
|
||||
"type": "boolean"
|
||||
@ -3036,6 +3048,10 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"title": "Generator Options",
|
||||
"type": "array"
|
||||
},
|
||||
"minimized_stack_depth": {
|
||||
"title": "Minimized Stack Depth",
|
||||
"type": "integer"
|
||||
},
|
||||
"preserve_existing_outputs": {
|
||||
"title": "Preserve Existing Outputs",
|
||||
"type": "boolean"
|
||||
@ -3472,6 +3488,10 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"title": "Generator Options",
|
||||
"type": "array"
|
||||
},
|
||||
"minimized_stack_depth": {
|
||||
"title": "Minimized Stack Depth",
|
||||
"type": "integer"
|
||||
},
|
||||
"preserve_existing_outputs": {
|
||||
"title": "Preserve Existing Outputs",
|
||||
"type": "boolean"
|
||||
@ -4782,6 +4802,10 @@ Each event will be submitted via HTTP POST to the user provided URL.
|
||||
"title": "Generator Options",
|
||||
"type": "array"
|
||||
},
|
||||
"minimized_stack_depth": {
|
||||
"title": "Minimized Stack Depth",
|
||||
"type": "integer"
|
||||
},
|
||||
"preserve_existing_outputs": {
|
||||
"title": "Preserve Existing Outputs",
|
||||
"type": "boolean"
|
||||
|
Reference in New Issue
Block a user