mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 12:28:07 +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",
|
vm_sku: Optional[str] = "Standard_D2s_v3",
|
||||||
region: Optional[primitives.Region] = None,
|
region: Optional[primitives.Region] = None,
|
||||||
spot_instances: bool = False,
|
spot_instances: bool = False,
|
||||||
ephemeral_os_disks: bool = True,
|
ephemeral_os_disks: bool = False,
|
||||||
tags: Optional[Dict[str, str]] = None,
|
tags: Optional[Dict[str, str]] = None,
|
||||||
) -> models.Scaleset:
|
) -> models.Scaleset:
|
||||||
self.logger.debug("create scaleset")
|
self.logger.debug("create scaleset")
|
||||||
|
Reference in New Issue
Block a user