Skip to content

Commit

Permalink
m365config compiled and startdsc passed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajalp1079 committed Oct 6, 2024
1 parent 0750f64 commit dd6459f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down

0 comments on commit dd6459f

Please sign in to comment.