Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2944,7 +2944,7 @@
"x-nullable": true,
"type": "integer",
"format": "int32",
"title": "The low-priority core quota for the Batch account.",
"title": "The Spot/low-priority core quota for the Batch account.",
"description": "For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned."
},
"dedicatedCoreQuotaPerVMFamily": {
Expand Down Expand Up @@ -4099,7 +4099,7 @@
"currentLowPriorityNodes": {
"type": "integer",
"format": "int32",
"title": "The number of low-priority compute nodes currently in the pool.",
"title": "The number of Spot/low-priority compute nodes currently in the pool.",
"readOnly": true
},
"scaleSettings": {
Expand Down Expand Up @@ -4329,7 +4329,7 @@
"targetLowPriorityNodes": {
"type": "integer",
"format": "int32",
"title": "The desired number of low-priority compute nodes in the pool.",
"title": "The desired number of Spot/low-priority compute nodes in the pool.",
"description": "At least one of targetDedicatedNodes, targetLowPriorityNodes must be set."
},
"nodeDeallocationOption": {
Expand Down Expand Up @@ -4563,7 +4563,9 @@
"items": {
"$ref": "#/definitions/DataDisk"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [
"lun"
],
"title": "The configuration for data disks attached to the compute nodes in the pool.",
"description": "This property must be specified if the compute nodes in the pool need to have empty data disks attached to them."
},
Expand Down Expand Up @@ -4593,7 +4595,8 @@
"$ref": "#/definitions/VMExtension"
},
"x-ms-identifiers": [
"name"
"name",
"type"
],
"title": "The virtual machine extension for the pool.",
"description": "If specified, the extensions mentioned in this configuration will be installed on each node."
Expand Down Expand Up @@ -4704,7 +4707,9 @@
"items": {
"$ref": "#/definitions/ContainerRegistry"
},
"x-ms-identifiers": [],
"x-ms-identifiers": [
"registryServer"
],
"title": "Additional private registries from which containers can be pulled.",
"description": "If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
}
Expand Down Expand Up @@ -5372,7 +5377,7 @@
"type": "string"
},
"title": "The list of public IPs which the Batch service will use when provisioning Compute Nodes.",
"description": "The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}."
"description": "The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}."
}
},
"description": "The public IP Address configuration of the networking configuration of a Pool."
Expand Down Expand Up @@ -5473,7 +5478,7 @@
"targetLowPriorityNodes": {
"type": "integer",
"format": "int32",
"title": "The desired number of low-priority compute nodes in the pool."
"title": "The desired number of Spot/low-priority compute nodes in the pool."
},
"resizeTimeout": {
"type": "string",
Expand Down Expand Up @@ -5729,7 +5734,8 @@
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [
"code"
"code",
"message"
],
"description": "A list of additional details about the error."
}
Expand Down