Skip to content

Commit f95b401

Browse files
authored
Minor updates (#19374)
* Minor updates Fixed comments Fixed identifiers Name fix * Fixed identifier
1 parent 9d85adf commit f95b401

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

specification/batch/resource-manager/Microsoft.Batch/stable/2022-06-01/BatchManagement.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,7 @@
29442944
"x-nullable": true,
29452945
"type": "integer",
29462946
"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.",
29482948
"description": "For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned."
29492949
},
29502950
"dedicatedCoreQuotaPerVMFamily": {
@@ -4099,7 +4099,7 @@
40994099
"currentLowPriorityNodes": {
41004100
"type": "integer",
41014101
"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.",
41034103
"readOnly": true
41044104
},
41054105
"scaleSettings": {
@@ -4329,7 +4329,7 @@
43294329
"targetLowPriorityNodes": {
43304330
"type": "integer",
43314331
"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.",
43334333
"description": "At least one of targetDedicatedNodes, targetLowPriorityNodes must be set."
43344334
},
43354335
"nodeDeallocationOption": {
@@ -4563,7 +4563,9 @@
45634563
"items": {
45644564
"$ref": "#/definitions/DataDisk"
45654565
},
4566-
"x-ms-identifiers": [],
4566+
"x-ms-identifiers": [
4567+
"lun"
4568+
],
45674569
"title": "The configuration for data disks attached to the compute nodes in the pool.",
45684570
"description": "This property must be specified if the compute nodes in the pool need to have empty data disks attached to them."
45694571
},
@@ -4593,7 +4595,8 @@
45934595
"$ref": "#/definitions/VMExtension"
45944596
},
45954597
"x-ms-identifiers": [
4596-
"name"
4598+
"name",
4599+
"type"
45974600
],
45984601
"title": "The virtual machine extension for the pool.",
45994602
"description": "If specified, the extensions mentioned in this configuration will be installed on each node."
@@ -4704,7 +4707,9 @@
47044707
"items": {
47054708
"$ref": "#/definitions/ContainerRegistry"
47064709
},
4707-
"x-ms-identifiers": [],
4710+
"x-ms-identifiers": [
4711+
"registryServer"
4712+
],
47084713
"title": "Additional private registries from which containers can be pulled.",
47094714
"description": "If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
47104715
}
@@ -5372,7 +5377,7 @@
53725377
"type": "string"
53735378
},
53745379
"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}."
53765381
}
53775382
},
53785383
"description": "The public IP Address configuration of the networking configuration of a Pool."
@@ -5473,7 +5478,7 @@
54735478
"targetLowPriorityNodes": {
54745479
"type": "integer",
54755480
"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."
54775482
},
54785483
"resizeTimeout": {
54795484
"type": "string",
@@ -5729,7 +5734,8 @@
57295734
"$ref": "#/definitions/CloudErrorBody"
57305735
},
57315736
"x-ms-identifiers": [
5732-
"code"
5737+
"code",
5738+
"message"
57335739
],
57345740
"description": "A list of additional details about the error."
57355741
}

0 commit comments

Comments
 (0)