Skip to content

Commit

Permalink
Merge pull request #5184 from khmic5/mobileapp/windows/officesuiteapp
Browse files Browse the repository at this point in the history
Mobileapp/windows/officesuiteapp
  • Loading branch information
NikCharlebois authored Oct 16, 2024
2 parents 5158539 + bc15ffb commit 392d094
Show file tree
Hide file tree
Showing 10 changed files with 1,650 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
* Migrate to new Settings Catalog cmdlets.
* IntuneMobileAppsMacOSLobApp
* Initial release
* IntuneMobileAppsWindowsOfficeSuiteApp
* Initial release
* IntuneSecurityBaselineMicrosoft365AppsForEnterprise
* Initial release
* IntuneSecurityBaselineMicrosoftEdge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ function Set-TargetResource
throw "Mobile App Category with DisplayName $($category.DisplayName) not found."
}

Invoke-MgBetaGraphRequest -Uri "/beta/deviceAppManagement/mobileApps/$($app.Id)/categories/`$ref" -Method 'POST' -Body @{
Invoke-MgGraphRequest -Uri "/beta/deviceAppManagement/mobileApps/$($app.Id)/categories/`$ref" -Method 'POST' -Body @{
'@odata.id' = "https://graph.microsoft.com/beta/deviceAppManagement/mobileAppCategories/$($currentCategory.Id)"
}
}
Expand Down
Loading

0 comments on commit 392d094

Please sign in to comment.