enable configuring proxy VM sku (#1128)

This commit is contained in:
bmc-msft
2021-08-23 12:04:59 -04:00
committed by GitHub
parent d1f58e6807
commit 2a2844ae7a
3 changed files with 16 additions and 3 deletions

View File

@ -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: