diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9792b9d2..c5059ccbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.22.1109.1 * EXODataClassification * FIXES [#2487](https://github.com/microsoft/Microsoft365DSC/issues/2487) @@ -13,6 +13,8 @@ * MISC * Fixes and issue with ManagedIdentity Parameter not being not removed correctly in a parameterset. * FIXES [#2464](https://github.com/microsoft/Microsoft365DSC/issues/2464) +* DEPENDENCIES + * Updated Microsoft.Graph.* to version 1.15.0; # 1.22.1102.1 @@ -21,8 +23,8 @@ * AADEntitlementManagementAccessPackageCatalogResource * Initial release; * DEPENDENCIES - * Updated Microsoft.Graph.* to version 1.15.0; * Updated MicrosoftTeams to version 4.9.0; + * Updated MSCloudLoginAssistant to version 1.0.97; # 1.22.1026.2 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index a167fb4f1a..c1dd39f501 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -74,7 +74,7 @@ }, @{ ModuleName = "MSCloudLoginAssistant" - RequiredVersion = "1.0.96" + RequiredVersion = "1.0.97" }, @{ ModuleName = 'PnP.PowerShell' diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index eadd8cd464..c07f5ba21a 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2022-11-02 +# Generated on: 2022-11-09 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.22.1102.1' + ModuleVersion = '1.22.1109.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -139,12 +139,19 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* AADAdministrativeUnit - * Initial Release. - * AADEntitlementManagementAccessPackageCatalogResource - * Initial release; + ReleaseNotes = "* EXODataClassification + * FIXES [#2487](https://github.com/microsoft/Microsoft365DSC/issues/2487) + * EXOHostedOutboundSpamFilterPolicy + * Add support to create and remove Hosted Outbound Spam Filter Policies + * FIXES [#2492](https://github.com/microsoft/Microsoft365DSC/issues/2492) + * IntuneAntivirusPolicyWindows10SettingCatalog + * FIXES [#2463](https://github.com/microsoft/Microsoft365DSC/issues/2463) + * Returns all type of policies from the template family: endpointSecurityAntivirus + * MISC + * Fixes and issue with ManagedIdentity Parameter not being not removed correctly in a parameterset. + * FIXES [#2464](https://github.com/microsoft/Microsoft365DSC/issues/2464) * DEPENDENCIES - * Updated MicrosoftTeams to version 4.9.0;" + * Updated Microsoft.Graph.* to version 1.15.0;" # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false diff --git a/Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1 b/Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1 index 31b0f786f8..1c8e2d06c4 100644 --- a/Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1 +++ b/Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1 @@ -1158,10 +1158,6 @@ function Export-M365DSCConfiguration $MaxProcesses = 16 } - # Clear the Connection Cache from MSCloudLoginAssistant - $Global:MsCloudLoginConnectionProfile = $null - $Global:MSCloudLoginTriedGetEnvironment = $false - # Make sure we are not connected to Microsoft Graph on another tenant try {