Skip to content

Commit

Permalink
Merge pull request #3430 from NikCharlebois/Release-1.23.628.1
Browse files Browse the repository at this point in the history
Release 1.23.628.1
  • Loading branch information
NikCharlebois committed Jun 30, 2023
2 parents 5b52cb8 + 6120bb7 commit 1a0d5ef
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 23 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.23.628.1

* AADAdministrativeUnit
* Improved export performance.
Expand Down
60 changes: 38 additions & 22 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-06-22
# Generated on: 2023-06-30

@{

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

# Version number of this module.
ModuleVersion = '1.23.621.1'
ModuleVersion = '1.23.628.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -140,29 +140,45 @@

# ReleaseNotes of this module
ReleaseNotes = '* AADAdministrativeUnit
* Fixes an issue where the domain part of the user name was handled as a string when using credentials to authenticate.
* EXORoleGroup
* Fixes an issue where the role group wasnt getting created when members were null.
FIXES [#3217](https://github.com/microsoft/Microsoft365DSC/issues/3217)
* Improved export performance.
* AADApplication
* Updated the Set and Test function to ignore the AppId parameter.
FIXES [#3390](https://github.com/microsoft/Microsoft365DSC/issues/3390)
* Improved export performance.
* AADAuthenticationMethodPolicyAuthenticator
* Deprecated the NumberMatchingRequiredState Feature Setting.
FIXES [#3406](https://github.com/microsoft/Microsoft365DSC/issues/3406)
* AADRoleDefinition
* Improved export performance.
* AADRoleSetting
* Improved export performance.
* AADServicePrincipal
* Updated the Set and Test function to ignore the AppId parameter.
FIXES [#3390](https://github.com/microsoft/Microsoft365DSC/issues/3390)
* Improved export performance.
* EXOAvailabilityConfig
* Fixes an error where an error was thrown when the OrgWideAccount was not set.
FIXES [#3402](https://github.com/microsoft/Microsoft365DSC/issues/3402)
* IntuneDeviceEnrollmentPlatformRestriction
* Fixes an error where the WindowsMobileRestriction property was still being assessed dispite it being deprecated.
FIXES [#3407](https://github.com/microsoft/Microsoft365DSC/issues/3407)
* O365OrgSettings
* Added support for the PlannerAllowCalendarSharing property for Planner.
* Added support for the Microsoft 365 installation options.
* Added support for the Viva Insights and Briefing email settings.
* PPTenantIsolationSettings & PPTenantSettings
* Handles the case where required permissions are not provided when using SPN authentication.
FIXES [#3179](https://github.com/microsoft/Microsoft365DSC/issues/3179)
* SCProtectionAlert
* Prevents extracting system rules.
FIXES [#3224](https://github.com/microsoft/Microsoft365DSC/issues/3224)
* Added support for Forms, Dynamics Customer Voice, To Do and Apps & Services settings.
* TeamsCallQueue
* Initial release.
* Teams resources
* Added required application permissions to support [Application Based Authentication](https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-application-authentication)
* MISC
* Fixes the display of arrays as property values for Excel based reports from New-M365DSCReportFromConfiguration.
FIXES [#3173](https://github.com/microsoft/Microsoft365DSC/issues/3173)
* Added the Organization.Read.All permission by default in the Get-M365DSCCompiledPermisisonList cmdlet return values.
FIXES [#3292](https://github.com/microsoft/Microsoft365DSC/issues/3292)
* Added API to the Organization.Read.All permission in the Get-M365DSCCompiledPermisisonList cmdlet
* Fixes an issue with Update-M365DSCAzureAdApplication where it was throwing an error complaining about duplicate keys.
FIXES #3417
* Update-M365DSCModule now forces a reload of the latest version of the Microsoft365DSC module.
FIXES [#3326](https://github.com/microsoft/Microsoft365DSC/issues/3326)
* Update-M365DSCAyureADApplication
Added retry logic to catch the "Key credential end date is invalid" error when updating the application certificate.
FIXES [#3426](https://github.com/microsoft/Microsoft365DSC/issues/3426)
* DEPENDENCIES
* Updated ExchangeOnlineManagement to version 3.2.0.
* Updated MicrosoftTeams to version 5.3.0.
* Updated MSCloudLoginAssistant to version 1.0.114.'
* Updated ReverseDSC to version 2.0.0.16.'

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

0 comments on commit 1a0d5ef

Please sign in to comment.