From d44c6c8912830923e085f3603e842c7cdd72299e Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 23 Aug 2018 14:07:41 -0700 Subject: [PATCH] [AutoPR] web/resource-manager (#2527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Generated from b3ca48ca58ec98acb66b2c6760819c0b609cd5d1 (#2391) Make state of AzureStorageInfoValue readonly * Generated from 45ce1882ee5af7ce8fa4f25cf5f871bc7aa9821b (#2404) Include DRSecondary endpoint for GetPublishingProfileXml * [AutoPR web/resource-manager] WebApps - Add BackupName to backup API models (#2358) * Generated from 6162973ef0993464a1806f8db5ca913f0fa5d6c8 WebApps - Add BackupName to replace non-ARM-compliant Name property on Backup API models * Generated from c8664a06cff19844eb381ad410872b34cba23b27 Revert breaking change to BackupItem. BackupItemName property will be fine in place of BackupName for now. * [AutoPR web/resource-manager] Add HyperV property for AppServicePlan and Site model and deprecating… (#2484) * Generated from 45a695f12bca8bf8b3532a4d1c8f02571f83bf51 Add HyperV property for AppServicePlan and Site model and deprecating IsXenon property * Generated from 5a76ead1e9a3559ab3bce148ec8f282f068d18d1 Merge remote-tracking branch 'upstream/master' --- services/web/mgmt/2018-02-01/web/models.go | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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.