mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
enable configuring proxy VM sku (#1128)
This commit is contained in:
@ -802,6 +802,7 @@ class InstanceConfig(BaseModel):
|
||||
# if set, only admins can manage pools or scalesets
|
||||
allow_pool_management: bool = Field(default=True)
|
||||
|
||||
proxy_vm_sku: str = Field(default="Standard_B2s")
|
||||
allowed_aad_tenants: List[UUID]
|
||||
|
||||
def update(self, config: "InstanceConfig") -> None:
|
||||
|
Reference in New Issue
Block a user