Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.22.1109.1 #2515

Merged
merged 4 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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