Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from 75d27eb3c72fa6b6e0f98ea126576da3f5a31544 (#2730)
Browse files Browse the repository at this point in the history
Fix minor typos in compute.
  • Loading branch information
AutorestCI authored Apr 16, 2018
1 parent dbe49ed commit 11ec702
Show file tree
Hide file tree
Showing 13 changed files with 1,210 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@ const models = require('./index');

/**
* Specifies information about the availability set that the virtual machine
* should be assigned to. Virtual machines specified in the same availability
* set are allocated to different nodes to maximize availability. For more
* information about availability sets, see [Manage the availability of virtual
* machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
* <br><br> For more information on Azure planned maintainance, see [Planned
* maintenance for virtual machines in
* Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
* <br><br> Currently, a VM can only be added to availability set at creation
* time. An existing VM cannot be added to an availability set.
* should be assigned to. Only tags may be updated.
*
* @extends models['UpdateResource']
*/
Expand Down
4 changes: 1 addition & 3 deletions lib/services/computeManagement2/lib/models/imageUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
const models = require('./index');

/**
* The source user image virtual hard disk. The virtual hard disk will be
* copied before being attached to the virtual machine. If SourceImage is
* provided, the destination virtual hard drive must not exist.
* The source user image virtual hard disk. Only tags may be updated.
*
* @extends models['UpdateResource']
*/
Expand Down
Loading

0 comments on commit 11ec702

Please sign in to comment.