|
2944 | 2944 | "x-nullable": true, |
2945 | 2945 | "type": "integer", |
2946 | 2946 | "format": "int32", |
2947 | | - "title": "The low-priority core quota for the Batch account.", |
| 2947 | + "title": "The Spot/low-priority core quota for the Batch account.", |
2948 | 2948 | "description": "For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned." |
2949 | 2949 | }, |
2950 | 2950 | "dedicatedCoreQuotaPerVMFamily": { |
|
4099 | 4099 | "currentLowPriorityNodes": { |
4100 | 4100 | "type": "integer", |
4101 | 4101 | "format": "int32", |
4102 | | - "title": "The number of low-priority compute nodes currently in the pool.", |
| 4102 | + "title": "The number of Spot/low-priority compute nodes currently in the pool.", |
4103 | 4103 | "readOnly": true |
4104 | 4104 | }, |
4105 | 4105 | "scaleSettings": { |
|
4329 | 4329 | "targetLowPriorityNodes": { |
4330 | 4330 | "type": "integer", |
4331 | 4331 | "format": "int32", |
4332 | | - "title": "The desired number of low-priority compute nodes in the pool.", |
| 4332 | + "title": "The desired number of Spot/low-priority compute nodes in the pool.", |
4333 | 4333 | "description": "At least one of targetDedicatedNodes, targetLowPriorityNodes must be set." |
4334 | 4334 | }, |
4335 | 4335 | "nodeDeallocationOption": { |
|
4563 | 4563 | "items": { |
4564 | 4564 | "$ref": "#/definitions/DataDisk" |
4565 | 4565 | }, |
4566 | | - "x-ms-identifiers": [], |
| 4566 | + "x-ms-identifiers": [ |
| 4567 | + "lun" |
| 4568 | + ], |
4567 | 4569 | "title": "The configuration for data disks attached to the compute nodes in the pool.", |
4568 | 4570 | "description": "This property must be specified if the compute nodes in the pool need to have empty data disks attached to them." |
4569 | 4571 | }, |
|
4593 | 4595 | "$ref": "#/definitions/VMExtension" |
4594 | 4596 | }, |
4595 | 4597 | "x-ms-identifiers": [ |
4596 | | - "name" |
| 4598 | + "name", |
| 4599 | + "type" |
4597 | 4600 | ], |
4598 | 4601 | "title": "The virtual machine extension for the pool.", |
4599 | 4602 | "description": "If specified, the extensions mentioned in this configuration will be installed on each node." |
|
4704 | 4707 | "items": { |
4705 | 4708 | "$ref": "#/definitions/ContainerRegistry" |
4706 | 4709 | }, |
4707 | | - "x-ms-identifiers": [], |
| 4710 | + "x-ms-identifiers": [ |
| 4711 | + "registryServer" |
| 4712 | + ], |
4708 | 4713 | "title": "Additional private registries from which containers can be pulled.", |
4709 | 4714 | "description": "If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here." |
4710 | 4715 | } |
|
5372 | 5377 | "type": "string" |
5373 | 5378 | }, |
5374 | 5379 | "title": "The list of public IPs which the Batch service will use when provisioning Compute Nodes.", |
5375 | | - "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}." |
| 5380 | + "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}." |
5376 | 5381 | } |
5377 | 5382 | }, |
5378 | 5383 | "description": "The public IP Address configuration of the networking configuration of a Pool." |
|
5473 | 5478 | "targetLowPriorityNodes": { |
5474 | 5479 | "type": "integer", |
5475 | 5480 | "format": "int32", |
5476 | | - "title": "The desired number of low-priority compute nodes in the pool." |
| 5481 | + "title": "The desired number of Spot/low-priority compute nodes in the pool." |
5477 | 5482 | }, |
5478 | 5483 | "resizeTimeout": { |
5479 | 5484 | "type": "string", |
|
5729 | 5734 | "$ref": "#/definitions/CloudErrorBody" |
5730 | 5735 | }, |
5731 | 5736 | "x-ms-identifiers": [ |
5732 | | - "code" |
| 5737 | + "code", |
| 5738 | + "message" |
5733 | 5739 | ], |
5734 | 5740 | "description": "A list of additional details about the error." |
5735 | 5741 | } |
|
0 commit comments