Skip to content

Commit

Permalink
Merge pull request #5755 from NikCharlebois/ReverseDSC-Update
Browse files Browse the repository at this point in the history
Updated ReverseDSC to Version 2.0.0.25
  • Loading branch information
NikCharlebois authored Feb 12, 2025
2 parents 9f6403d + e2ca23d commit 323a27d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* DEPENDENCIES
* Removed dependency on Microsoft.PowerApps.Administration.PowerShell.
* Updated MSCloudLoginAssistant to version 1.1.37.
* Updated ReverseDSC to version 2.0.0.25.

# 1.25.205.1

Expand Down
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Dependencies/Manifest.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
@{
ModuleName = 'ReverseDSC'
RequiredVersion = '2.0.0.22'
RequiredVersion = '2.0.0.25'
}
)
}
1 change: 0 additions & 1 deletion Modules/Microsoft365DSC/Modules/M365DSCDRGUtil.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ function Compare-M365DSCComplexObject
}
elseif ($targetType -eq 'String')
{
Write-Verbose -Message "Parameter {$($key)} is a String"
# Align line breaks
if (-not [System.String]::IsNullOrEmpty($referenceObject))
{
Expand Down

0 comments on commit 323a27d

Please sign in to comment.