Skip to content

Commit 9c4d533

Browse files
committed
Spelling fix
1 parent b1a883b commit 9c4d533

File tree

1 file changed

+2
-2
lines changed
  • specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0

1 file changed

+2
-2
lines changed

specification/batch/data-plane/Microsoft.Batch/stable/2021-06-01.14.0/BatchService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14197,14 +14197,14 @@
1419714197
"title": "Specifies the ephemeral disk placement for operating system disk for all compute nodes (VMs) in the pool.",
1419814198
"description": "This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements",
1419914199
"enum": [
14200-
"cachedisk"
14200+
"cacheDisk"
1420114201
],
1420214202
"x-ms-enum": {
1420314203
"name": "DiffDiskPlacement",
1420414204
"modelAsString": false,
1420514205
"values": [
1420614206
{
14207-
"value": "cachedisk",
14207+
"value": "cacheDisk",
1420814208
"description": "The Ephemeral OS Disk is stored on the VM cache.",
1420914209
"name": "cacheDisk"
1421014210
}

0 commit comments

Comments
 (0)