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'