diff --git a/services/web/mgmt/2018-02-01/web/models.go b/services/web/mgmt/2018-02-01/web/models.go index e0d0dd1a2c2a..e7bf9563ff10 100644 --- a/services/web/mgmt/2018-02-01/web/models.go +++ b/services/web/mgmt/2018-02-01/web/models.go @@ -4045,8 +4045,10 @@ type AppServicePlanPatchResourceProperties struct { ResourceGroup *string `json:"resourceGroup,omitempty"` // Reserved - If Linux app service plan true, false otherwise. Reserved *bool `json:"reserved,omitempty"` - // IsXenon - If Hyper-V container app service plan true, false otherwise. + // IsXenon - Obsolete: If Hyper-V container app service plan true, false otherwise. IsXenon *bool `json:"isXenon,omitempty"` + // HyperV - If Hyper-V container app service plan true, false otherwise. + HyperV *bool `json:"hyperV,omitempty"` // TargetWorkerCount - Scaling worker count. TargetWorkerCount *int32 `json:"targetWorkerCount,omitempty"` // TargetWorkerSizeID - Scaling worker size ID. @@ -4086,8 +4088,10 @@ type AppServicePlanProperties struct { ResourceGroup *string `json:"resourceGroup,omitempty"` // Reserved - If Linux app service plan true, false otherwise. Reserved *bool `json:"reserved,omitempty"` - // IsXenon - If Hyper-V container app service plan true, false otherwise. + // IsXenon - Obsolete: If Hyper-V container app service plan true, false otherwise. IsXenon *bool `json:"isXenon,omitempty"` + // HyperV - If Hyper-V container app service plan true, false otherwise. + HyperV *bool `json:"hyperV,omitempty"` // TargetWorkerCount - Scaling worker count. TargetWorkerCount *int32 `json:"targetWorkerCount,omitempty"` // TargetWorkerSizeID - Scaling worker size ID. @@ -16712,8 +16716,10 @@ type SitePatchResourceProperties struct { ServerFarmID *string `json:"serverFarmId,omitempty"` // Reserved - true if reserved; otherwise, false. Reserved *bool `json:"reserved,omitempty"` - // IsXenon - Hyper-V sandbox. + // IsXenon - Obsolete: Hyper-V sandbox. IsXenon *bool `json:"isXenon,omitempty"` + // HyperV - Hyper-V sandbox. + HyperV *bool `json:"hyperV,omitempty"` // LastModifiedTimeUtc - Last time the app was modified, in UTC. Read-only. LastModifiedTimeUtc *date.Time `json:"lastModifiedTimeUtc,omitempty"` // SiteConfig - Configuration of the app. @@ -16892,8 +16898,10 @@ type SiteProperties struct { ServerFarmID *string `json:"serverFarmId,omitempty"` // Reserved - true if reserved; otherwise, false. Reserved *bool `json:"reserved,omitempty"` - // IsXenon - Hyper-V sandbox. + // IsXenon - Obsolete: Hyper-V sandbox. IsXenon *bool `json:"isXenon,omitempty"` + // HyperV - Hyper-V sandbox. + HyperV *bool `json:"hyperV,omitempty"` // LastModifiedTimeUtc - Last time the app was modified, in UTC. Read-only. LastModifiedTimeUtc *date.Time `json:"lastModifiedTimeUtc,omitempty"` // SiteConfig - Configuration of the app.