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 Oct 7, 2024
1 parent 8f7a4da commit 7584a7e
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,40 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneMobileAppsMacOSLobApp 'IntuneMobileAppsMacOSLobApp-TeamsForBusinessInstaller'
{
Id = "8d027f94-0682-431e-97c1-827d1879fa79";
Description = "TeamsForBusinessInstaller";
Developer = "Contoso";
DisplayName = "TeamsForBusinessInstaller";
Ensure = "Present";
InformationUrl = "";
IsFeatured = $False;
Notes = "";
Owner = "";
PrivacyInformationUrl = "";
Publisher = "Contoso";
PublishingState = "published";
Assignments = @(
MSFT_DeviceManagementMobileAppAssignment{
groupDisplayName = 'All devices'
source = 'direct'
deviceAndAppManagementAssignmentFilterType = 'none'
dataType = '#microsoft.graph.allDevicesAssignmentTarget'
intent = 'required'
MSFT_DeviceManagementMobileAppAssignment{
deviceAndAppManagementAssignmentFilterType = 'none'
source = 'direct'
dataType = '#microsoft.graph.groupAssignmentTarget'
groupId = '57b5e81c-85bb-4644-a4fd-33b03e451c89'
intent = 'required'
}
});
Categories = @(MSFT_DeviceManagementMobileAppCategory {
id = '1bff2652-03ec-4a48-941c-152e93736515'
displayName = 'Kajal 3'
});
}
IntunePolicySets 'Example'
{
Assignments = @(
Expand Down

0 comments on commit 7584a7e

Please sign in to comment.