From 9b0d3244ffeaf7e5fb8a849d01d4d2a29b2a6a7f Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 27 Jul 2022 10:18:44 -0400 Subject: [PATCH] Release 1.22.727.1 --- CHANGELOG.md | 30 ++++++-- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 79 +++++++++----------- 2 files changed, 58 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc66e190d4..11394e0973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.22.727.1 + +* EXOTransportRule + * Fixed issue where the MessageContainsDataClassifications property was not properly extracted due to single quote exiting. + FIXES [#1820](https://github.com/microsoft/Microsoft365DSC/issues/1820) * IntuneAppProtectionPolicyAndroid * Added Configuration Parameters: ManagedBrowser @@ -13,11 +17,25 @@ AppGroupType IsAssigned FIXES [#1955](https://github.com/microsoft/Microsoft365DSC/issues/1955) - * Removed functions Get-M365DSCIntuneAppProtectionPolicyAndroid, Set-M365DSCIntuneAppProtectionPolicyAndroidAssignment, Set-M365DSCIntuneAppProtectionPolicyAndroidApps, Set-M365DSCIntuneAppProtectionPolicyAndroid, New-M365DSCIntuneAppProtectionPolicyAndroid, Get-M365DSCIntuneAppProtectionPolicyAndroidAssignmentJSON, Get-M365DSCIntuneAppProtectionPolicyAndroidAppsJSON, Get-M365DSCIntuneAppProtectionPolicyAndroidJSON - Replaced by New-MgDeviceAppMgtAndroidManagedAppProtection, Update-MgDeviceAppMgtAndroidManagedAppProtection, set-MgDeviceAppMgtTargetedManagedAppConfiguration, Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp, set-AppsHash, set-Timespan, set-JSONstring - * Assignments are now set correctly when policy is amended - * Configuration will complete even if some parameters missing from config (existing values retained for updates) - * Timespan parameters can be entered in config document as either iso8601 duration, timespan string, or set-timespan +* IntuneDeviceConfigurationPolicyWindows10 + * Fixed issue where the edgeSearchEngine value was not properly retrieved. + FIXES [#1783](https://github.com/microsoft/Microsoft365DSC/issues/1783) +* SCSensitivityLabel + * Fixed an issue where '$' in the custom wordmark test would cause issue. + FIXES [#2067](https://github.com/microsoft/Microsoft365DSC/issues/2067) +* SPOSite + * Fixed owner value for root site. + FIXES [#2035](https://github.com/microsoft/Microsoft365DSC/issues/2035) +* TeamsUser + * Fixed the extraction process and removed the multi-threading from the resource. + FIXES #1883 +* MISC + * Added support for filtering resources instances at extraction time. + FIXES [#1691](https://github.com/microsoft/Microsoft365DSC/issues/1691) + * REPORT: Fixed an issue where if the ModuleVersion was not specified, that the file would fail to properly get parsed. + FIXES [#1970](https://github.com/microsoft/Microsoft365DSC/issues/1970) + * Resources implementing the Ensure parameter now defaults its value to $true. + FIXES [#1738](https://github.com/microsoft/Microsoft365DSC/issues/1738) # 1.22.720.1 diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index b594cafc9a..358392ad73 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2022-07-20 +# Generated on: 2022-07-27 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.22.720.1' + ModuleVersion = '1.22.727.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -137,51 +137,40 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* AADAuthorizationPolicy - * Fixed issue with the DefaultUserRolePermissionGrantPoliciesAssigned property. - * AADGroup - * Added support for Group Licensing by adding the AssignedLicenses property. - * Added support for members and owners. - FIXES [#1066](https://github.com/microsoft/Microsoft365DSC/issues/1066) - * EXOCASMailboxSettings - * Fixed issue if there are mailboxes with the same name - FIXES [#2117](https://github.com/microsoft/Microsoft365DSC/issues/2117) - * EXODistributionGroup - * Initial release. - FIXES [#1802](https://github.com/microsoft/Microsoft365DSC/issues/1802) - * EXOMalwareFilterPolicy - * DEPRECATED parameter CustomAlertText. - * IntuneAntivirusPolicyWindows10SettingCatalog - * Initial release. - * IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager - * Initial release. - * IntuneDeviceCompliancePolicyWindows10 - * Switched to using the beta profile in order to aapture all parameters. - FIXES [#1998](https://github.com/microsoft/Microsoft365DSC/issues/1998) + ReleaseNotes = "* EXOTransportRule + * Fixed issue where the MessageContainsDataClassifications property was not properly extracted due to single quote exiting. + FIXES [#1820](https://github.com/microsoft/Microsoft365DSC/issues/1820) + * IntuneAppProtectionPolicyAndroid + * Added Configuration Parameters: + ManagedBrowser + MinimumRequiredAppVersion + MinimumRequiredOSVersion + MinimumRequiredPatchVersion + MinimumWarningAppVersion + MinimumWarningOSVersion + MinimumWarningPatchVersion + AppGroupType + IsAssigned + FIXES [#1955](https://github.com/microsoft/Microsoft365DSC/issues/1955) * IntuneDeviceConfigurationPolicyWindows10 - * Fixed issue where the value for the DefenderDetectedMalwareActions property wasn't properly handled. - FIXES [#1479](https://github.com/microsoft/Microsoft365DSC/issues/1479) - * IntuneExploitProtectionPolicyWindows10SettingCatalog - * Initial release. - * O365OrgCustomizationSetting - * Added a warning to let users know the changes can take up to 24 hours to be reflected - FIXES [#1599](https://github.com/microsoft/Microsoft365DSC/issues/1599) - * PPTenantSettings - * Fixed the way parameters are passed to the Set-TenantSettings cmdlet. - FIXES [#1914](https://github.com/microsoft/Microsoft365DSC/issues/1914) - * TeamsTenantDialPlan - * Fixed an issue where the Normalization Rules strings were not properly exited. - FIXES [#2096](https://github.com/microsoft/Microsoft365DSC/issues/2096) - * TeamsUpdateManagementPolicy - * Changed the format of the UpdateTimeOfDay parameter to not include date as part of an export. - FIXES [#2062](https://github.com/microsoft/Microsoft365DSC/issues/2062) + * Fixed issue where the edgeSearchEngine value was not properly retrieved. + FIXES [#1783](https://github.com/microsoft/Microsoft365DSC/issues/1783) + * SCSensitivityLabel + * Fixed an issue where '$' in the custom wordmark test would cause issue. + FIXES [#2067](https://github.com/microsoft/Microsoft365DSC/issues/2067) + * SPOSite + * Fixed owner value for root site. + FIXES [#2035](https://github.com/microsoft/Microsoft365DSC/issues/2035) + * TeamsUser + * Fixed the extraction process and removed the multi-threading from the resource. + FIXES #1883 * MISC - * PowerPlatform: Standardized authentication on Credential and dropped support for Service Principal across resources. - FIXES [#1979](https://github.com/microsoft/Microsoft365DSC/issues/1979) - * EXPORT: Changed the way resources' modules are imported to improve startup performance. - FIXES [#1745](https://github.com/microsoft/Microsoft365DSC/issues/1745) - * Added a new Test-M365DSCModuleValidity cmdlet. - * Updated the Uninstall-M365DSCOutdatedDependencies cmdlet to delete module files." + * Added support for filtering resources instances at extraction time. + FIXES [#1691](https://github.com/microsoft/Microsoft365DSC/issues/1691) + * REPORT: Fixed an issue where if the ModuleVersion was not specified, that the file would fail to properly get parsed. + FIXES [#1970](https://github.com/microsoft/Microsoft365DSC/issues/1970) + * Resources implementing the Ensure parameter now defaults its value to $true. + FIXES [#1738](https://github.com/microsoft/Microsoft365DSC/issues/1738)" # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false