Skip to content

Commit ce093b2

Browse files
Merge pull request #6384 from FabienTschanz/feat/windows-lob-apps
Add Windows LoB Apps for Appx(Bundle) and Msix(Bundle)
2 parents 2ff906f + 2a2e164 commit ce093b2

File tree

14 files changed

+1565
-14
lines changed

14 files changed

+1565
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Added support for Mail attribute.
1111
* EXOOrganizationConfig
1212
* Added support for the RejectDirectSend property.
13+
* IntuneMobileAppsLobAppWindows10
14+
* Initial release.
1315
* IntuneMobileAppsWin32AppWindows10
1416
* Updated the property name of `autoUpdateSupersededApps` to `autoUpdateSupersededAppsState`.
1517
* DEPENDENCIES

Modules/Microsoft365DSC/DSCResources/MSFT_AADRoleEligibilityScheduleRequest/MSFT_AADRoleEligibilityScheduleRequest.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ function Test-TargetResource
612612

613613
$result = Test-M365DSCTargetResource -DesiredValues $PSBoundParameters `
614614
-ResourceName $($MyInvocation.MyCommand.Source).Replace('MSFT_', '') `
615-
-ExcludedProperties @('Action', 'IsValidationOnly', 'Justification') -Verbose
615+
-ExcludedProperties @('Action', 'IsValidationOnly', 'Justification')
616616
return $result
617617
}
618618

0 commit comments

Comments
 (0)