mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-20 05:23:44 +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]
|
||||
size: int
|
||||
spot_instances: bool
|
||||
ephemeral_os_disks: bool
|
||||
ephemeral_os_disks: bool = Field(default=False)
|
||||
tags: Dict[str, str]
|
||||
|
||||
@validator("size", allow_reuse=True)
|
||||
|
Reference in New Issue
Block a user