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 14, 2024
1 parent f7fd425 commit e068f8f
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,15 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneDerivedCredential 'IntuneDerivedCredential-K5'
{
DisplayName = "K5";
HelpUrl = "http://www.ff.com/";
Id = "a409d85f-2a49-440d-884a-80fb52a557ab";
Issuer = "purebred";
NotificationType = "email";
Ensure = "Present";
}
IntuneDeviceAndAppManagementAssignmentFilter 'AssignmentFilter'
{
DisplayName = 'Test Device Filter'
Expand Down Expand Up @@ -2542,7 +2551,7 @@
PrivacyInformationUrl = "";
Publisher = "Contoso";
Assignments = @(
MSFT_DeviceManagementMobileAppAssignment{
MSFT_DeviceManagementMobileAppAssignment {
groupDisplayName = 'All devices'
deviceAndAppManagementAssignmentFilterType = 'none'
dataType = '#microsoft.graph.allDevicesAssignmentTarget'
Expand Down

0 comments on commit e068f8f

Please sign in to comment.