HyperVDsc
HyperVDsc copied to clipboard
VMHyperV: Update to support higher 2016 memory limits
Currently xVMHyperV bounds the amount of memory specified by having the [ValidateRange()]
attribute on the parameters:
- StartupMemory
- MinimumMemory
- MaximumMemory
Since limitations differ from OS version to OS version, this needs to change to a validation mechanism within the functions based on the OS version where the resource is used. This needs to be done to avoid having unnecessary constraints on usage of the resource on newer OS versions.
To make this clear to the end-user, the readme should be updated to explain that the behavior is a per platform version limit and the description in the schema should make users aware as well.
Limit docs: