From 1c61adf0d861c83f7d57bde2550563497a51963c Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 22 Aug 2018 13:54:52 -0700 Subject: [PATCH] Generated from 84b08492abcfd17214f4b8616d582c4bbabd457a (#2515) (#2516) Update Batch docs --- services/batch/2018-08-01.7.0/batch/models.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/batch/2018-08-01.7.0/batch/models.go b/services/batch/2018-08-01.7.0/batch/models.go index 55d0cd6bc456..0410be381099 100644 --- a/services/batch/2018-08-01.7.0/batch/models.go +++ b/services/batch/2018-08-01.7.0/batch/models.go @@ -1698,7 +1698,11 @@ func (page CloudPoolListResultPage) Values() []CloudPool { // CloudServiceConfiguration ... type CloudServiceConfiguration struct { - // OsFamily - Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases). + // OsFamily - Possible values are: + // 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. + // 3 - OS Family 3, equivalent to Windows Server 2012. + // 4 - OS Family 4, equivalent to Windows Server 2012 R2. + // 5 - OS Family 5, equivalent to Windows Server 2016. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases). OsFamily *string `json:"osFamily,omitempty"` // TargetOSVersion - The default value is * which specifies the latest operating system version for the specified OS family. TargetOSVersion *string `json:"targetOSVersion,omitempty"` @@ -3543,7 +3547,7 @@ type UsageStatistics struct { type UserAccount struct { Name *string `json:"name,omitempty"` Password *string `json:"password,omitempty"` - // ElevationLevel - nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin' + // ElevationLevel - The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin' ElevationLevel ElevationLevel `json:"elevationLevel,omitempty"` // LinuxUserConfiguration - This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options. LinuxUserConfiguration *LinuxUserConfiguration `json:"linuxUserConfiguration,omitempty"`