mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-20 13:33:46 +00:00
set default value for ephemeral disks at the server request parser (#780)
This commit is contained in:
@ -176,7 +176,7 @@ class ScalesetCreate(BaseRequest):
|
|||||||
region: Optional[Region]
|
region: Optional[Region]
|
||||||
size: int
|
size: int
|
||||||
spot_instances: bool
|
spot_instances: bool
|
||||||
ephemeral_os_disks: bool
|
ephemeral_os_disks: bool = Field(default=False)
|
||||||
tags: Dict[str, str]
|
tags: Dict[str, str]
|
||||||
|
|
||||||
@validator("size", allow_reuse=True)
|
@validator("size", allow_reuse=True)
|
||||||
|
Reference in New Issue
Block a user