Skip to content

Commit

Permalink
Merge pull request microsoft#1692 from RuudGijsbers/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Jan 19, 2022
2 parents 9a7f2f4 + 1562734 commit ccb52e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ function Get-M365DSCIntuneAppProtectionPolicyiOS
try
{
$Url = "https://graph.microsoft.com/beta/deviceAppManagement/iosManagedAppProtections('$PolicyId')/`?expand=apps,assignments"
$response = Invoke-MgGraphRequest Method Get `
$response = Invoke-MgGraphRequest -Method Get `
-Uri $Url
return $response
}
Expand Down

0 comments on commit ccb52e5

Please sign in to comment.