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 22, 2024
1 parent fad8d9d commit b272d24
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,32 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAndroidManagedStoreAppConfiguration 'ConfigureIntuneAndroidManagedStoreAppConfiguration'
{
Description = "IntuneAndroidManagedStoreAppConfiguration Description";
DisplayName = "IntuneAndroidManagedStoreAppConfiguration DisplayName";
Ensure = "Present";
appSupportsOemConfig = $False;
connectedAppsEnabled = $False;
packageId = "app:org.mozilla.firefox";
payloadJson = "";
permissionActions = @(
MSFT_androidPermissionAction{
permission = 'android.permission.RECEIVE_SMS'
}
MSFT_androidPermissionAction{
permission = 'android.permission.READ_SMS'
}
MSFT_androidPermissionAction{
permission = 'android.permission.RECEIVE_WAP_PUSH'
}
);
profileApplicability = "androidDeviceOwner";
targetedMobileApps = @("30ab8f7a-14fb-4a05-befa-ea7f51141ad9");
ApplicationId = $ApplicationId;
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAntivirusExclusionsPolicyLinux 'myIntuneAntivirusExclusionsPolicyLinux'
{
Assignments = @();
Expand Down

0 comments on commit b272d24

Please sign in to comment.