Skip to content

Commit

Permalink
Updated {Create} Intune Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Nov 5, 2024
1 parent c0a4cb7 commit 1e8f2e4
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,41 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAntivirusPolicyLinux 'myIntuneAntivirusPolicyLinux'
{
allowedThreats = @("Threat 1");
Assignments = @();
Description = "";
disallowedThreatActions = @("Disallowed Thread Action 1");
DisplayName = "Test";
enabled = "true";
Ensure = "Present";
exclusions = @(
MSFT_MicrosoftGraphIntuneSettingsCatalogExclusions{
Exclusions_item_extension = '.exe'
Exclusions_item_type = '1'
}
MSFT_MicrosoftGraphIntuneSettingsCatalogExclusions{
Exclusions_item_name = 'process1'
Exclusions_item_type = '2'
}
);
RoleScopeTagIds = @("0");
threatTypeSettings = @(
MSFT_MicrosoftGraphIntuneSettingsCatalogThreatTypeSettings{
ThreatTypeSettings_item_key = '0'
ThreatTypeSettings_item_value = '0'
}
MSFT_MicrosoftGraphIntuneSettingsCatalogThreatTypeSettings{
ThreatTypeSettings_item_key = '1'
ThreatTypeSettings_item_value = '1'
}
);
unmonitoredFilesystems = @("Filesystem 1");
ApplicationId = $ApplicationId;
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAntivirusPolicyWindows10SettingCatalog 'myAVWindows10Policy'
{
DisplayName = 'av exclusions'
Expand Down

0 comments on commit 1e8f2e4

Please sign in to comment.