lib/fog/azurerm/docs/compute.md in fog-azure-rm-0.4.8 vs lib/fog/azurerm/docs/compute.md in fog-azure-rm-0.4.9

- old
+ new

@@ -386,9 +386,11 @@ Get an managed disk object from the get method and then destroy that managed disk. ```ruby managed_disk.destroy +# Can be made asynchronously (is synchronous by default) +managed_disk.destroy(true) ``` ## Check Availability Set Existence ```ruby