Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions lib/services/batch/lib/models/autoPoolSpecification.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ class AutoPoolSpecification {
* if the Batch account was created with its poolAllocationMode property set
* to 'UserSubscription'.
* @member {string} [pool.cloudServiceConfiguration.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
* 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).
* @member {string} [pool.cloudServiceConfiguration.targetOSVersion] The
* default value is * which specifies the latest operating system version for
Expand Down
10 changes: 6 additions & 4 deletions lib/services/batch/lib/models/cloudJob.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,12 @@ class CloudJob {
* property set to 'UserSubscription'.
* @member {string}
* [poolInfo.autoPoolSpecification.pool.cloudServiceConfiguration.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
* 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).
* @member {string}
* [poolInfo.autoPoolSpecification.pool.cloudServiceConfiguration.targetOSVersion]
Expand Down
10 changes: 6 additions & 4 deletions lib/services/batch/lib/models/cloudJobSchedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,12 @@ class CloudJobSchedule {
* poolAllocationMode property set to 'UserSubscription'.
* @member {string}
* [jobSpecification.poolInfo.autoPoolSpecification.pool.cloudServiceConfiguration.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
* 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).
* @member {string}
* [jobSpecification.poolInfo.autoPoolSpecification.pool.cloudServiceConfiguration.targetOSVersion]
Expand Down
9 changes: 5 additions & 4 deletions lib/services/batch/lib/models/cloudPool.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ class CloudPool {
* property cannot be specified if the Batch account was created with its
* poolAllocationMode property set to 'UserSubscription'.
* @member {string} [cloudServiceConfiguration.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
* 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).
* @member {string} [cloudServiceConfiguration.targetOSVersion] The default
* value is * which specifies the latest operating system version for the
Expand Down
11 changes: 6 additions & 5 deletions lib/services/batch/lib/models/cloudServiceConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ class CloudServiceConfiguration {
/**
* Create a CloudServiceConfiguration.
* @member {string} osFamily The Azure Guest OS family to be installed on the
* virtual machines in the pool. 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
* virtual machines in the pool. 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).
* @member {string} [targetOSVersion] The Azure Guest OS version to be
* installed on the virtual machines in the pool. The default value is *
Expand Down
Loading