diff --git a/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.psm1 b/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.psm1 index 9faa73fce3..3efefa8afb 100644 --- a/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.psm1 +++ b/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.psm1 @@ -346,8 +346,7 @@ function Set-TargetResource ) Write-Host "start Set-TargetResource.............................." - Write-Verobse "start Set-TargetResource.............................." - Write-Debug "start Set-TargetResource.............................." + #Ensure the proper dependencies are installed in the current environment. Confirm-M365DSCDependencies @@ -548,8 +547,8 @@ function Test-TargetResource [System.String[]] $AccessTokens ) + Write-Host "start test-TargetResource.............................." - Write-Verobse "start test-TargetResource.............................." Write-Debug "start Set-TargetResource.............................." #Ensure the proper dependencies are installed in the current environment. diff --git a/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.schema.mof b/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.schema.mof index f906eca867..51d02c0a12 100644 --- a/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.schema.mof +++ b/Modules/Microsoft365DSC/DSCResources/MSFT_IntuneMobileAppsMacOSLobApp/MSFT_IntuneMobileAppsMacOSLobApp.schema.mof @@ -17,6 +17,7 @@ class MSFT_IntuneMobileAppsMacOSLobApp : OMI_BaseResource [Write, Description("The list of categories for this app."), EmbeddedInstance("MSFT_DeviceManagementMobileAppCategory")] String Categories[]; [Write, Description("The list of assignments for this app."), EmbeddedInstance("MSFT_DeviceManagementMobileAppAssignment")] String Assignments[]; + [Write, Description("The list of child apps for this app package."), EmbeddedInstance("MSFT_DeviceManagementMobileAppChildApp")] String ChildApps[]; [Write, Description("Wether to ignore the version of the app or not.")] Boolean IgnoreVersionDetection; @@ -41,7 +42,7 @@ class MSFT_DeviceManagementMobileAppChildApp { [Write, Description("The bundleId of the app.")] String bundleId; [Write, Description("The build number of the app.")] String buildNumber; - [Write, Description("The version number of the app.")], String versionNumber; + [Write, Description("The version number of the app.")] String versionNumber; }; class MSFT_DeviceManagementMobileAppAssignment