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.24.207.1 #4300

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.207.1

* IntuneDeviceEnrollmentPlatformRestriction
* Added Priority parameter
Expand Down
44 changes: 12 additions & 32 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-02-02
# Generated on: 2024-02-07

@{

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

# Version number of this module.
ModuleVersion = '1.24.131.2'
ModuleVersion = '1.24.207.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* EXOAvailabilityAddressSpace
* Added support for the TargetServiceEpr and TargetTenantId parameters.
* Fixed the logic to retrieve existing instance by Forest Name.
* EXODistributionGroup
* The Get function now retrieves the ModeratedBy and ManagedBy properties
by the users UPN instead of their GUID.
* EXOHostedContentFilterRule
* Changed logic to retrieve the Rules by name. Using the Policys name instead.
* EXOIntraOrganizationConnector
* Fixes the DiscoveryEndpoint value from the Get method to include trailing
forward slash.
* EXOMalwareFilterRule
* Fixed an issue retrieving the right value for the Enabled property
* EXOOMEConfiguration
* Fixes an error in the Get method where the ExternalMailExpiryInDays property
wasnt properly returned.
* EXOSafeLinksPolicy
* Deprecated the UseTranslatedNotificationText property
* TeamsEmergencyCallRoutingPolicy
* Fix deletion of resource
FIXES [#4261](https://github.com/microsoft/Microsoft365DSC/issues/4261)
ReleaseNotes = '* IntuneDeviceEnrollmentPlatformRestriction
* Added Priority parameter
FIXES [#4081](https://github.com/microsoft/Microsoft365DSC/issues/4081)
* SCDLPComplianceRule
* Properly escapes fancy quotes in the Get method.
* TeamsMeetingPolicy
* Fixed issue with missing ManagedIdentity parameter in Test signature.
* TeamsUpdateManagementPolicy
* Fixed issue with missing ManagedIdentity parameter in Set signature.
* TEAMS
* Added support for ManagedIdentity Authentication across Teams resources.
* Ignore the AllowUserToJoinExternalMeeting parameterfor drift evaluation
since it doesnt do anything based on official documentation.
* DEPENDENCIES
* Updated MSCloudLoginAssistant dependencies to version 1.1.10.
* MISC
* Change the way to Export encoding is done so that it no longer relies
on the Get-DSCResource function.'
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.180.
* Updated MSCloudLoginAssistant to version 1.1.11
* Updated ReverseDSC to version 2.0.0.19'

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