lib/fog/azurerm/docs/compute.md in fog-azure-rm-0.2.0 vs lib/fog/azurerm/docs/compute.md in fog-azure-rm-0.2.1
- old
+ new
@@ -51,9 +51,10 @@
sku: '14.04.2-LTS', # Not required if custom image is being used
version: 'latest', # Not required if custom image is being used
platform: 'Linux',
vhd_path: '<Path of VHD>', # Optional, if you want to create the VM from a custom image.
custom_data: 'echo customData', # Optional, if you want to add custom data in this VM.
+ os_disk_caching: 'None/ReadOnly/ReadWrite' # Optional, can be one of None, ReadOnly, ReadWrite
)
```
Create a new windows server