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

Commit

Permalink
using multiple pgs (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman-goel authored Oct 8, 2020
1 parent e0c713f commit ed370a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-service/__app__/onefuzzlib/azure/vmss.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def create_vmss(
},
"extension_profile": {"extensions": extensions},
},
"single_placement_group": False,
}

image_os = get_os(location, image)
Expand Down

0 comments on commit ed370a0

Please sign in to comment.