Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.25.129.3 #5707

Merged
merged 6 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Release 1.25.129.3
  • Loading branch information
NikCharlebois committed Jan 31, 2025
commit ae6ba36eb053dee73d6a0b941140ffa59f19d5cd
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.25.129.3

* EXOMigrationEndpoint
* Added support for EntpointType value of ExchangeRemoteMove.
Expand Down
21 changes: 12 additions & 9 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: 2025-01-29
# Generated on: 2025-01-31

@{

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

# Version number of this module.
ModuleVersion = '1.25.129.2'
ModuleVersion = '1.25.129.3'

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

# ReleaseNotes of this module
ReleaseNotes = '* M365DSCRuleEvaluation
* Only provide the ManagedIdentity parameter for resources which supports it.
* SCDLPComplianceRule
* Added the comments property on creation.
* SCPolicyConfig
* Changed parsing logic to account for $null or missing properties in the
API response.'
ReleaseNotes = '* EXOMigrationEndpoint
* Added support for EntpointType value of ExchangeRemoteMove.
* M365DSCRuleEvaluation
* Changed logic to evaluate cases where the rule results in no results.
* SPDLPComplianceRule
* Fix for the SensitiveInfoType ID cleaning logic in Get-TargetResource.
* DEPENDENCIES
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.205.
* Updated MicrosoftTeams to version 6.8.0.
* Updated MSCloudLoginAssistant to version 1.1.35.'

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