File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 3.17.0.0
6+
57* MSFT_xVMNetworkAdapter:
68 * Added NetworkSettings to be able to statically set IPAddress.
79 * Added option for Vlan tagging. You can now setup a Network Adapeter as an access switch on a specific Vlan.
Original file line number Diff line number Diff line change 11@ {
22# Version number of this module.
3- moduleVersion = ' 3.16 .0.0'
3+ moduleVersion = ' 3.17 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' f5a5f169-7026-4053-932a-19a7c37b1ca5'
@@ -47,14 +47,9 @@ PrivateData = @{
4747 # IconUri = ''
4848
4949 # ReleaseNotes of this module
50- ReleaseNotes = ' * MSFT_xVMHyperV:
51- * Moved localization string data to own file.
52- * Fixed code styling issues.
53- * Fixed bug where StartupMemory was not evaluated in Test-TargetResource.
54- * Redo of abandoned PRs:
55- * [PR 148](https://github.com/PowerShell/xHyper-V/pull/148), Fixes [Issue 149](https://github.com/PowerShell/xHyper-V/issues/149).
56- * [PR 67](https://github.com/PowerShell/xHyper-V/pull/67), Fixes [Issue 145](https://github.com/PowerShell/xHyper-V/issues/145).
57- * Fixed Get throws error when NetworkAdapters are not attached or missing properties.
50+ ReleaseNotes = ' * MSFT_xVMNetworkAdapter:
51+ * Added NetworkSettings to be able to statically set IPAddress.
52+ * Added option for Vlan tagging. You can now setup a Network Adapeter as an access switch on a specific Vlan.
5853
5954'
6055
@@ -77,3 +72,4 @@ PrivateData = @{
7772
7873
7974
75+
You can’t perform that action at this time.
0 commit comments