Skip to content

Commit

Permalink
Merge pull request #4008 from ricmestre/fix4007
Browse files Browse the repository at this point in the history
IntuneWindowsUpdateForBusinessRingUpdateProfileWindows10: Fix parameter name in assignment cmdlet
  • Loading branch information
NikCharlebois authored Dec 14, 2023
2 parents 02642a2 + 345ec07 commit 5cc948a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
* Fix issue with assignments
FIXES [#3904](https://github.com/microsoft/Microsoft365DSC/issues/3904)
* IntuneAntivirusPolicyWindows10SettingCatalog
* Fix issue with Set-TargetResource when retieving a policy from displayName
FIXES [#4003](https://github.com/microsoft/Microsoft365DSC/issues/3904)
* Fix issue with Set-TargetResource when retrieving a policy from displayName
FIXES [#4003](https://github.com/microsoft/Microsoft365DSC/issues/4003)
* IntuneWindowsUpdateForBusinessRingUpdateProfileWindows10
* Fix parameter name in assignment cmdlet
FIXES [#4007](https://github.com/microsoft/Microsoft365DSC/issues/4007)
* DEPENDENCIES
* Updated Microsoft.Graph to version 2.11.0.
* Updated MSCloudLoginAssistant to version 1.1.3.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ function Set-TargetResource
foreach ($assignment in $intuneAssignments)
{
New-MgBetaDeviceManagementDeviceConfigurationAssignment `
-DeviceConfigurationAssignmentId $policy.id `
-DeviceConfigurationId $policy.id `
-BodyParameter $assignment
}
#endregion
Expand Down

0 comments on commit 5cc948a

Please sign in to comment.