From a7551076916a3d08f9950b8b913c1679e0f12fc7 Mon Sep 17 00:00:00 2001 From: Dan Hughes <2237515+dan-hughes@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:49:57 +0000 Subject: [PATCH] Fix typos --- tests/Integration/DSC_VMHost_set.config.ps1 | 2 +- tests/Integration/DSC_VMProcessor_set.config.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration/DSC_VMHost_set.config.ps1 b/tests/Integration/DSC_VMHost_set.config.ps1 index e4d3fae..8a81404 100644 --- a/tests/Integration/DSC_VMHost_set.config.ps1 +++ b/tests/Integration/DSC_VMHost_set.config.ps1 @@ -15,7 +15,7 @@ configuration DSC_VMHost_Set_Config $EnableEnhancedSessionMode ) - Import-DscResource -ModuleName 'xHyperV' + Import-DscResource -ModuleName 'HyperVDsc' node localhost { VMHost Integration_Test { diff --git a/tests/Integration/DSC_VMProcessor_set.config.ps1 b/tests/Integration/DSC_VMProcessor_set.config.ps1 index 12c269b..6832121 100644 --- a/tests/Integration/DSC_VMProcessor_set.config.ps1 +++ b/tests/Integration/DSC_VMProcessor_set.config.ps1 @@ -3,7 +3,7 @@ configuration DSC_VMProcessor_Set_Config { Import-DscResource -ModuleName 'HyperVDsc' node localhost { - xVMProcessor Integration_Test { + VMProcessor Integration_Test { VMName = $Node.VMName CompatibilityForMigrationEnabled = $Node.CompatibilityForMigrationEnabled CompatibilityForOlderOperatingSystemsEnabled = $Node.CompatibilityForOlderOperatingSystemsEnabled