Skip to content

Commit

Permalink
Merge pull request #3778 from NikCharlebois/Release-1.23.1011.1
Browse files Browse the repository at this point in the history
Release 1.23.1011.1
  • Loading branch information
NikCharlebois authored Oct 11, 2023
2 parents 93fdd75 + edba965 commit 6c602f6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 34 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.23.1011.1

* AADRoleEligibilityScheduleRequest
* Added support for groups assignment.
Expand All @@ -10,10 +10,11 @@
* EXODistributionGroup
* Fixes the export of group membership to use Identity.
* TeamsUpdateManagementPolicy
* Add support for the new acceptable value for UseNewTeamsClient (NewTeamsAsDefault).
* Add support for the new acceptable value for UseNewTeamsClient
(NewTeamsAsDefault).
* MISC
* M365DSCReport: Also define property dataType, if present, as being primary key on
CIM instances.
* M365DSCReport: Also define property dataType, if present, as being primary
key on CIM instances.
* TeamsUpgradeConfiguration
* Fixes an issue where the SfBMeetingJoinUx property wasn't properly updated.
* DEPENDENCIES
Expand Down
52 changes: 22 additions & 30 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: 2023-10-04
# Generated on: 2023-10-11

@{

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

# Version number of this module.
ModuleVersion = '1.23.1004.1'
ModuleVersion = '1.23.1011.1'

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

# ReleaseNotes of this module
ReleaseNotes = '# 1.23.1004.1
* AADEntitlementManagementAccessPackageAssignmentPolicy
* [BREAKING CHANGE] Fixes customExtension property where the schema and assignement
were not managed correctly.
FIXES [#3639](https://github.com/microsoft/Microsoft365DSC/issues/3639)
* AADEntitlementManagementConnectedOrganization
* Fixed [[#3738](https://github.com/microsoft/Microsoft365DSC/issues/3738)]
* EXOCalendarProcessing
* Initial release.
* EXODistributionGroup
* [BREAKING CHANGE] Identity is now a primary key.
FIXES [#3741](https://github.com/microsoft/Microsoft365DSC/issues/3741)
* Added support for multiple new properties to align with supporting cmdlet.
* EXOMailboxAutoReplyConfiguration
* Initial release.
* EXOMailboxPermission
* Initial release.
* EXOPlace
* Initial release.
* IntunePolicySets
* New Configuration for Intune Policy Sets
* DEPENDENCIES
* Updated MSCloudLoginAssistant to version 1.0.121.
* MISC
* TestHarness.psm1
* Added code around DscTestsPath parameter to target a single test file
during development'
ReleaseNotes = '# 1.23.1011.1
* AADRoleEligibilityScheduleRequest
* Added support for groups assignment.
FIXES [#3744](https://github.com/microsoft/Microsoft365DSC/issues/3744)
* EXOCalendarProcessing
* Added support for retrieved groups as calendar delegates.
* EXODistributionGroup
* Fixes the export of group membership to use Identity.
* TeamsUpdateManagementPolicy
* Add support for the new acceptable value for UseNewTeamsClient
(NewTeamsAsDefault).
* MISC
* M365DSCReport: Also define property dataType, if present, as being primary
key on CIM instances.
* TeamsUpgradeConfiguration
* Fixes an issue where the SfBMeetingJoinUx property wasn''t properly updated.
* DEPENDENCIES
* Updated ExchangeOnlineManagement to version 3.4.0.
* Updated Microsoft.Graph dependencies to version 2.7.0.'

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

0 comments on commit 6c602f6

Please sign in to comment.