Skip to content

Commit

Permalink
Merge pull request #3687 from microsoft/Dev
Browse files Browse the repository at this point in the history
Release 1.23.913.2
  • Loading branch information
NikCharlebois authored Sep 14, 2023
2 parents c8e0794 + 221015a commit e1f41b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log for Microsoft365DSC

# 1.23.913.2

* MISC
* Fixed a merge conflict in the Uninstall-M365DSCOutdatedDependencies
function.
FIXES [#3685](https://github.com/microsoft/Microsoft365DSC/issues/3685)

# 1.23.913.1

* AADNamedLocationPolicy
Expand Down
4 changes: 2 additions & 2 deletions Modules/Microsoft365DSC/Microsoft365DSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2023-09-13
# Generated on: 2023-09-14

@{

# Script module or binary module file associated with this manifest.
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.23.913.1'
ModuleVersion = '1.23.913.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
7 changes: 0 additions & 7 deletions Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2938,13 +2938,6 @@ function Uninstall-M365DSCOutdatedDependencies
}
$i++
}
catch
{
New-M365DSCLogEntry -Message 'Error Uninstalling Outdated Dependencies:' `
-Exception $_ `
-Source $($MyInvocation.MyCommand.Source)
Write-Error $_
}
}
catch
{
Expand Down

0 comments on commit e1f41b0

Please sign in to comment.