Skip to content

Commit

Permalink
Merge pull request #5019 from NikCharlebois/Release-1.24.904.1
Browse files Browse the repository at this point in the history
Release 1.24.904.1
  • Loading branch information
NikCharlebois authored Sep 5, 2024
2 parents e0f2cbf + 76490b9 commit 92f5232
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 71 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.24.904.1

* EXOOwaMailboxPolicy
* Add support for AccountTransferEnabled parameter
Expand Down
86 changes: 16 additions & 70 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: 2024-08-28
# Generated on: 2024-09-05

@{

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

# Version number of this module.
ModuleVersion = '1.24.828.1'
ModuleVersion = '1.24.904.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -143,76 +143,22 @@
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

# ReleaseNotes of this module
ReleaseNotes = '* AADAdministrativeUnit
* Fix Properties for Dynamic Administrative Units in Graph have moved
* AADConditionalAccessPolicy
* Fixing issue where the resource crashed when trying to retrieve groups
and users from Entra ID which no longer existed
* Fixes an issue where the `AuthenticationFlows` property changed in Graph
and updates on the documentation for the possible values of `TransferMethods`.
FIXES [#4961](https://github.com/microsoft/Microsoft365DSC/issues/4961)
FIXES [#4960](https://github.com/microsoft/Microsoft365DSC/issues/4960)
FIXES [#4734](https://github.com/microsoft/Microsoft365DSC/issues/4734)
FIXES [#4725](https://github.com/microsoft/Microsoft365DSC/issues/4725)
* AADGroup
* FIXES [#4994](https://github.com/microsoft/Microsoft365DSC/issues/4994)
* EXOAuthenticationPolicyAssignment
* Removes the 1000 user limit when exporting authentication policy assignments
FIXES [#4956](https://github.com/microsoft/Microsoft365DSC/issues/4956)
* EXOHostedContentFilterRule
* Dont check if associated `EXOHostedContentFilterPolicy` is present
while removing resource since its not required
* EXORoleGroup
* Fix an issue where roles that have empty members cannot be compared
FIXES [#4977] (https://github.com/microsoft/Microsoft365DSC/issues/4977)
* IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy
* Fixed issue if `PasswordComplexity` was set to 5 by allowing that value
FIXES [#4963](https://github.com/microsoft/Microsoft365DSC/issues/4963)
* IntuneDeviceCompliancePolicyWindows10
* Fix extraction of property `TpmRequired`
* IntuneDeviceConfigurationCustomPolicyWindows10
* Change app and delegated permissions for reading to
DeviceManagementConfiguration.ReadWrite.All to cope with
getOmaSettingPlainTextValue which is only working if RW is granted
FIXES [#4412](https://github.com/microsoft/Microsoft365DSC/issues/4412)
* IntuneDeviceRemediation
* Add export of global remediation scripts.
* O365OrgSettings
* FIXES [#4741](https://github.com/microsoft/Microsoft365DSC/issues/4741)
* SCAutoSensitivityLabelPolicy
* Fixes issue where Mode=Enabled is not supported for SP and OD. Changing
property to TestWithoutNotifications in those instances.
FIXES [#4990](https://github.com/microsoft/Microsoft365DSC/issues/4990)
* SCAutoSensitivityLabelRule
* Fixes issue where the export was looping through all possible workloads
instead of the actually targeted workload
FIXES [#4989](https://github.com/microsoft/Microsoft365DSC/issues/4989)
* SCSensitivityLabel
* Corrected issue where ExternalAccess properties were configured inverted
FIXES [#3782](https://github.com/microsoft/Microsoft365DSC/issues/3782)
ReleaseNotes = '* EXOOwaMailboxPolicy
* Add support for AccountTransferEnabled parameter
* EXOSweepRule
* Initial Release.
* FabricAdminTenantSettings
* Initial Release.
* IntuneDeviceControlPolicyWindows10
* Initial Release
* M365DSCDRGUtil
* Update Intune Settings Catalog Handling.
* Fixes an issue where the `MSFT_IntuneDeviceRemediationPolicyAssignments`
type would trigger an incorrect comparison in `Compare-M365DSCComplexObject`.
* M365DSCResourceGenerator
* Update Intune resource generation for the Settings Catalog.
* M365DSCUtil
* Fix `Compare-PSCustomObjectArrays` by allowing empty arrays as input
FIXES [#4952](https://github.com/microsoft/Microsoft365DSC/issues/4952)
* O365OrgSettings
* FIXES [#4741](https://github.com/microsoft/Microsoft365DSC/issues/4741)
* MISC
* Improve module updates and PowerShell Core support across the DSC
resources.
FIXES [#4941](https://github.com/microsoft/Microsoft365DSC/issues/4941)
* Replace some `Write-Host` occurrences in core engine with
appropriate alternatives.
FIXES [#4943](https://github.com/microsoft/Microsoft365DSC/issues/4943)
* Fixed a typo within M365DSCReport.psm1 related to a .png file
FIXES [#4983](https://github.com/microsoft/Microsoft365DSC/pull/4983)
* Fixes an issue where a Intune settings catalog DSC param was not handled
correctly when it was not specified.
FIXES [#5000](https://github.com/microsoft/Microsoft365DSC/issues/5000)
* Fixes an issue where the exported nested CIM instances had too many line breaks.
* Fixes an issue where Settings Catalog properties were not correctly handled.
* DEPENDENCIES
* Updated MicrosoftTeams to version 6.5.0.
* Updated MSCloudLoginAssistant to version 1.1.19.'
* Updated MSCloudLoginAssistant to version 1.1.20.'

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down

0 comments on commit 92f5232

Please sign in to comment.