mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
set ephemeral disks off by default (#761)
This commit is contained in:
@ -1279,7 +1279,7 @@ class Scaleset(Endpoint):
|
||||
vm_sku: Optional[str] = "Standard_D2s_v3",
|
||||
region: Optional[primitives.Region] = None,
|
||||
spot_instances: bool = False,
|
||||
ephemeral_os_disks: bool = True,
|
||||
ephemeral_os_disks: bool = False,
|
||||
tags: Optional[Dict[str, str]] = None,
|
||||
) -> models.Scaleset:
|
||||
self.logger.debug("create scaleset")
|
||||
|
Reference in New Issue
Block a user