From 2b03e072f83864e5dcb8e919aed1292288c6ec95 Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Tue, 12 Nov 2024 13:37:31 +0000 Subject: [PATCH] Updated {Create} Intune Integration Tests --- .../Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 index 678e74b71c..a68b840aa5 100644 --- a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 +++ b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 @@ -46,7 +46,7 @@ } ); BackupDirectory = "1"; - PasswordAgeDays_AAD = 10; + passwordagedays_aad = 10; AdministratorAccountName = "Administrator"; PasswordAgeDays = 20; ApplicationId = $ApplicationId;