Skip to content

Commit

Permalink
Merge pull request #4944 from NikCharlebois/Release-1.24.731.1
Browse files Browse the repository at this point in the history
Release 1.24.731.1
  • Loading branch information
NikCharlebois authored Aug 1, 2024
2 parents dcff07e + 3ed50a5 commit 0785db6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 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.731.1

* AADAuthenticationMethodPolicyFido2
* Add missing class identifier to schema.
Expand Down
42 changes: 22 additions & 20 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-07-24
# Generated on: 2024-08-01

@{

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

# Version number of this module.
ModuleVersion = '1.24.724.1'
ModuleVersion = '1.24.731.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* IntuneAntivirusPolicyWindows10SettingCatalog
* Migrate to new settings catalog cmdlets.
* IntuneAttackSurfaceReductionRulesPolicyWindows10ConfigManager
* Migrate to new settings catalog cmdlets.
FIXES [#3966](https://github.com/microsoft/Microsoft365DSC/issues/3966)
* IntuneEndpointDetectionAndResponsePolicyLinux
* Initial release.
* IntuneEndointDetectionAndResponsePolicyMacOS
* Initial release.
* IntuneWindowsUpdateForBusinessFeatureUpdateProfileWindows10
* Introduces new properties and updates the handling of the
start and end dates.
FIXES [#4614](https://github.com/microsoft/Microsoft365DSC/issues/4614)
FIXES [#3438](https://github.com/microsoft/Microsoft365DSC/issues/3438)
* M365DSCDRGUtil
* Fixes an issue where only 25 settings catalog templates were fetched with one call.
* SPOSharingSettings
* Changed approach to MySite filtering.'
ReleaseNotes = '* AADAuthenticationMethodPolicyFido2
* Add missing class identifier to schema.
FIXES [#4900](https://github.com/microsoft/Microsoft365DSC/issues/4900)
FIXES [#4079](https://github.com/microsoft/Microsoft365DSC/issues/4079)
* IntuneAntivirusPolicyWindows10SettingCatalog
* Fixes an issue where the template reference is not set correctly.
FIXES [#4925](https://github.com/microsoft/Microsoft365DSC/issues/4925)
* IntuneDeviceConfigurationEndpointProtectionPolicyWindows10
* Fix compiling if `ProfileTypes` (in `FirewallRules`) is present and contains
more than one value
FIXES [#4936](https://github.com/microsoft/Microsoft365DSC/issues/4936)
* IntuneDeviceConfigurationPolicyiOS
* Fix export of property NetworkUsageRules
FIXES [#4934](https://github.com/microsoft/Microsoft365DSC/issues/4934)
* MISC
* M365DSCReport
* Update key properties for delta report in `AADGroup` resource.
FIXES [#4921](https://github.com/microsoft/Microsoft365DSC/issues/4921)
* Improve PowerShell Core support across the DSC resources.
FIXES [#4911](https://github.com/microsoft/Microsoft365DSC/issues/4911)'

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

0 comments on commit 0785db6

Please sign in to comment.