Skip to content

Commit

Permalink
Merge pull request #2143 from NikCharlebois/Release-1.22.727.1
Browse files Browse the repository at this point in the history
Release 1.22.727.1
  • Loading branch information
NikCharlebois authored Jul 27, 2022
2 parents 9ddf62d + 9b0d324 commit 60fabb7
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
30 changes: 24 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
79 changes: 34 additions & 45 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-07-20
# Generated on: 2022-07-27

@{

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

# Version number of this module.
ModuleVersion = '1.22.720.1'
ModuleVersion = '1.22.727.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60fabb7

Please sign in to comment.