Skip to content

Commit 2b208cb

Browse files
Updated Description for the DiffDiskPlacement property. (#8964)
1 parent 0e912c1 commit 2b208cb

File tree

1 file changed

+3
-3
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2019-12-01

1 file changed

+3
-3
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2019-12-01/compute.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@
75887588
},
75897589
"DiffDiskPlacement": {
75907590
"type": "string",
7591-
"description": "Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk provisioning. By default For more information on Ephemeral OS disk size requirements, please refer : https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements",
7591+
"description": "Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements",
75927592
"enum": [
75937593
"CacheDisk",
75947594
"ResourceDisk"
@@ -7606,7 +7606,7 @@
76067606
},
76077607
"placement": {
76087608
"$ref": "#/definitions/DiffDiskPlacement",
7609-
"description": "Specifies the ephemeral disk placement for operating system disk. This property is used to specify Cache disk or Resource disk for ephemeral OS disk provisioning. By default if customer does not specify this placement property in the request, the Ephemeral OS disk will be provisioned using Cache disk."
7609+
"description": "Specifies the ephemeral disk placement for operating system disk.<br><br> Possible values are: <br><br> **CacheDisk** <br><br> **ResourceDisk** <br><br> Default: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used.<br><br> Refer to VM size documentation for Windows VM at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk."
76107610
}
76117611
},
76127612
"description": "Describes the parameters of ephemeral disk settings that can be specified for operating system disk. <br><br> NOTE: The ephemeral disk settings can only be specified for managed disk."
@@ -7661,7 +7661,7 @@
76617661
},
76627662
"caching": {
76637663
"$ref": "#/definitions/Caching",
7664-
"description": "Specifies the caching requirements. <br><br> Possible values are: <br><br> **None** <br><br> **ReadOnly** <br><br> **ReadWrite** <br><br> Default: **None for Standard storage. ReadOnly for Premium storage**"
7664+
"description": "Specifies the caching requirements. <br><br> Possible values are: <br><br> **None** <br><br> **ReadOnly** <br><br> **ReadWrite** <br><br> Default: **None** for Standard storage. **ReadOnly** for Premium storage."
76657665
},
76667666
"writeAcceleratorEnabled": {
76677667
"type": "boolean",

0 commit comments

Comments
 (0)