Skip to content

Commit

Permalink
Updated readme.md to incorporate feedback and typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbrighton committed Jun 30, 2015
1 parent 4b07982 commit 96b678b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This resource is particularly useful when bootstrapping DSC Configurations into
* **SwitchName**: Virtual switch associated with the VM
* **State**: State of the VM: { Running | Paused | Off }
* **Path**: Folder where the VM data will be stored
* **Generation**: Virtual machine generaion { 1 | 2 }.
* **Generation**: Virtual machine generation { 1 | 2 }.
Generation 2 virtual machines __only__ support VHDX files.
* **StartupMemory**: Startup RAM for the VM
* **MinimumMemory**: Minimum RAM for the VM.
Expand Down Expand Up @@ -69,7 +69,10 @@ Please see the Examples section for more details.
## Versions

### Unreleased
* Decoupled VM generation from underlying VHD formar in xVMHyperV resourse.
* Decoupled VM generation from underlying VHD format in xVMHyperV resource.
* The initial generation property was tied to the virtual disk format which was incorrect and has been rectified.
* __This is a breaking change__ due to the xVMHyperV.Generation property has changing from a String to an Integer.
* However, this change will only impact configurations that have previously explicitly specified the VM generation is either "vhd" or "vhdx".

### 2.4.0.0
* Fixed VM power state issue in xVMHyperV resource
Expand Down Expand Up @@ -289,7 +292,7 @@ Configuration Sample_xVMHyperV_Simple
{
Ensure = 'Present'
Name = $VMName
VhdPath = $VhdPathx
VhdPath = $VhdxPath
Generation = 2
DependsOn = '[WindowsFeature]HyperV'
}
Expand Down

0 comments on commit 96b678b

Please sign in to comment.