From 5158539bf7a923154a253d83bd8d6b0fe4a65c6f Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Wed, 16 Oct 2024 14:40:19 +0000 Subject: [PATCH] Updated {Create} Intune Integration Tests --- .../M365DSCIntegration.INTUNE.Create.Tests.ps1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 index c8d9f4947c..d85c0e2b0c 100644 --- a/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 +++ b/Tests/Integration/Microsoft365DSC/M365DSCIntegration.INTUNE.Create.Tests.ps1 @@ -2663,6 +2663,18 @@ TenantId = $TenantId; CertificateThumbprint = $CertificateThumbprint; } + IntuneSecurityBaselineMicrosoftEdge 'mySecurityBaselineMicrosoftEdge' + { + DisplayName = 'test' + InsecurePrivateNetworkRequestsAllowed = "0"; + InternetExplorerIntegrationReloadInIEModeAllowed = "0"; + InternetExplorerIntegrationZoneIdentifierMhtFileAllowed = "0"; + InternetExplorerModeToolbarButtonEnabled = "0"; + Ensure = 'Present' + ApplicationId = $ApplicationId; + TenantId = $TenantId; + CertificateThumbprint = $CertificateThumbprint; + } IntuneSettingCatalogASRRulesPolicyWindows10 'myASRRulesPolicy' { DisplayName = 'asr 2'