Skip to content

Commit

Permalink
Merge pull request #2515 from NikCharlebois/Release-1.22.1108.1
Browse files Browse the repository at this point in the history
Release 1.22.1109.1
  • Loading branch information
NikCharlebois authored Nov 9, 2022
2 parents 88c528c + f9a2d19 commit 88b1389
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.22.1109.1

* EXODataClassification
* FIXES [#2487](https://github.com/microsoft/Microsoft365DSC/issues/2487)
Expand All @@ -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

Expand All @@ -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

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 @@ -74,7 +74,7 @@
},
@{
ModuleName = "MSCloudLoginAssistant"
RequiredVersion = "1.0.96"
RequiredVersion = "1.0.97"
},
@{
ModuleName = 'PnP.PowerShell'
Expand Down
21 changes: 14 additions & 7 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: 2022-11-02
# Generated on: 2022-11-09

@{

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

# Version number of this module.
ModuleVersion = '1.22.1102.1'
ModuleVersion = '1.22.1109.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 88b1389

Please sign in to comment.