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 11, 2024
1 parent c9b71f5 commit a398945
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,27 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAntivirusExclusionsPolicyMacOS 'myIntuneAntivirusExclusionsPolicyMacOS'
{
Assignments = @();
Description = "";
DisplayName = "Test";
Ensure = "Present";
Exclusions = @(
MSFT_MicrosoftGraphIntuneSettingsCatalogExclusions{
Exclusions_item_extension = '.dmg'
Exclusions_item_type = '1'
}
MSFT_MicrosoftGraphIntuneSettingsCatalogExclusions{
Exclusions_item_name = 'process1'
Exclusions_item_type = '2'
}
);
RoleScopeTagIds = @("0");
ApplicationId = $ApplicationId;
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAntivirusPolicyLinux 'myIntuneAntivirusPolicyLinux'
{
allowedThreats = @("Threat 1");
Expand Down

0 comments on commit a398945

Please sign in to comment.