Skip to content

Commit

Permalink
Merge pull request #5538 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Release 1.24.1211.1
  • Loading branch information
ykuijs authored Dec 11, 2024
2 parents 6205cf9 + d38c8e1 commit 0bb9b50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 40 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.1211.1

* AADApplication
* Changed logic to remove all permissions when an empty array is specified.
Expand Down
56 changes: 17 additions & 39 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-12-04
# Generated on: 2024-12-11

@{

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

# Version number of this module.
ModuleVersion = '1.24.1204.1'
ModuleVersion = '1.24.1211.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* All resources
* Applying project default formatting on all files, to improve
reading and troubleshooting.
* AADAccessReviewDefinition
* Added support for #microsoft.graph.accessReviewInactiveUsersQueryScope in odatatype.
* AADActivityBasedTimeoutPolicy
* Added support for AccessTokens.
* AADClaimsMappingPolicy
ReleaseNotes = '* AADApplication
* Changed logic to remove all permissions when an empty array is specified.
FIXES [#5534](https://github.com/microsoft/Microsoft365DSC/issues/5534)
* AADFeatureRolloutPolicy
* Fixed policy retrieval
FIXES [#5505](https://github.com/microsoft/Microsoft365DSC/issues/5505)
* AADIdentityAPIConnector
* Changed the export logic to export passwords as credential objects instead of string.
* AADRoleManagementPolicyRule
* Added the logic to handle filters in the Export logic flow.
* EXOAuthenticationPolicyAssignment
* Added $confirm flag to the Set-TargetResource function for PowerShell 7 compatibility.
* EXOClientAccessRule
* Added $confirm flag to the Set-TargetResource function for PowerShell 7 compatibility.
* EXOManagementRoleAssignment
* Changed logic to detect drift.
* EXOServicePrincipal
* Removed ObjectID from the return of the Get-TargetResource method.
* EXOTeamsProtectionPolicy
* Initial release
FIXES [#5296](https://github.com/microsoft/Microsoft365DSC/issues/5296)
* EXOTransportRule
* Fixed conditional logic for creation and update.
* IntuneTrustedRootCertificateIOS
* Initial release
* IntuneVPNConfigurationPolicyIOS
* Initial release.
* M365DSCRuleEvaluation
* Only attempt to pass AccessTokens if specified.
* SPORetentionLabelsSettings
* Initial release.
* MISC
* M365DSCDRGUtil
* Add separate check for strings with ordinal comparison and standardized line breaks.'
FIXES [#5521](https://github.com/microsoft/Microsoft365DSC/issues/5521)
* IntuneDeviceManagementAndroidDeviceOwnerEnrollmentProfile
* Fixing issue with the way the QrCodeImage property was exported and handled.
* IntuneFirewallPolicyWindows10
* Fix export of properties that appear multiple times in subsections.
* M365DSCDRGUtil
* Improve settings catalog handling for nested objects.
* M365DSCResourceGenerator
* Fixes an issue with nested object creation.
* DEPENDENCIES
* Updated MSCloudLoginAssistant to version 1.1.29.'

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

0 comments on commit 0bb9b50

Please sign in to comment.