Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
set ephemeral disks off by default (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Apr 1, 2021
1 parent f6adad3 commit 624a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/onefuzz/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ def create(
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")
Expand Down

0 comments on commit 624a7f7

Please sign in to comment.