Skip to content

Commit

Permalink
Merge pull request #4106 from ricmestre/fix4105
Browse files Browse the repository at this point in the history
IntuneDeviceConfigurationPolicyMacOS: Fix workaround added on PR#4099, fix #4105
  • Loading branch information
NikCharlebois authored Jan 10, 2024
2 parents 7adead2 + 6d332a9 commit 9d72a18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
* Fix the Update logic flow to get around a bug in Microsoft.Graph 2.11.1.
* AADConditionalAccessPolicy
* Added support for application filters in the conditions.

# UNRELEASED
* AADConditionalAccessPolicy
* FIXES [[#3885](https://github.com/microsoft/Microsoft365DSC/issues/3885)]
* Implement Fix #3885. Manage Exclude Application.
FIXES [#3885](https://github.com/microsoft/Microsoft365DSC/issues/3885)
* IntuneDeviceConfigurationPolicyMacOS
* Fix workaround added on PR #4099 in order to be able to use this resource
for deployments
FIXES [#4105](https://github.com/microsoft/Microsoft365DSC/issues/4105)

* EXOHostedContentFilterPolicy
* Fix issue on parameters AllowedSenders, AllowedSenderDomains, BlockedSenders, BlockSenderDomains if desired state is empty but current state is not empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ function Set-TargetResource

if ($UpdateDelayPolicy.Count -gt 0)
{
$UpdateDelayPolicy = $UpdateDelayPolicy -join ','
$PSBoundParameters.UpdateDelayPolicy = $UpdateDelayPolicy -join ','
}

if ($Ensure -eq 'Present' -and $currentInstance.Ensure -eq 'Absent')
Expand Down

0 comments on commit 9d72a18

Please sign in to comment.