Skip to content

Commit

Permalink
Merge pull request #4983 from Harleycox/Dev
Browse files Browse the repository at this point in the history
Update to M365DSCReport.psm1 due to typo in script
  • Loading branch information
ykuijs committed Aug 28, 2024
2 parents c1ab374 + d03f87c commit 70cf097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* Replace some `Write-Host` occurrences in core engine with
appropriate alternatives.
FIXES [#4943](https://github.com/microsoft/Microsoft365DSC/issues/4943)
* Fixed a typo within M365DSCReport.psm1 related to a .png file
FIXES [#4983](https://github.com/microsoft/Microsoft365DSC/pull/4983)

# 1.24.731.1

Expand Down
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Modules/M365DSCReport.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function Get-IconPath
}
elseif ($ResourceName.StartsWith('SC'))
{
return Get-Base64EncodedImage -IconName "SecurityAndComplance.png"
return Get-Base64EncodedImage -IconName "SecurityAndCompliance.png"
}
elseif ($ResourceName.StartsWith('SPO'))
{
Expand Down

0 comments on commit 70cf097

Please sign in to comment.