Skip to content

Commit 6f04a78

Browse files
updated swagger
1 parent 69fbbb0 commit 6f04a78

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7564,7 +7564,7 @@
75647564
},
75657565
"placement": {
75667566
"$ref": "#/definitions/DiffDiskPlacement",
7567-
"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, 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."
7567+
"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."
75687568
}
75697569
},
75707570
"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."
@@ -7619,7 +7619,7 @@
76197619
},
76207620
"caching": {
76217621
"$ref": "#/definitions/Caching",
7622-
"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**"
7622+
"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."
76237623
},
76247624
"writeAcceleratorEnabled": {
76257625
"type": "boolean",

0 commit comments

Comments
 (0)