Skip to content

Commit

Permalink
Merge pull request #3446 from NikCharlebois/Release-1.23.705.1
Browse files Browse the repository at this point in the history
Release 1.23.705.1
  • Loading branch information
NikCharlebois authored Jul 7, 2023
2 parents c9b1215 + 0717bc5 commit b304c2f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 37 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.705.1

* EXOAddressList
* Improved export performance.
Expand Down
56 changes: 20 additions & 36 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-30
# Generated on: 2023-07-07

@{

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

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

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

# ReleaseNotes of this module
ReleaseNotes = '* AADAdministrativeUnit
ReleaseNotes = '* EXOAddressList
* Improved export performance.
* AADApplication
* Updated the Set and Test function to ignore the AppId parameter.
FIXES [#3390](https://github.com/microsoft/Microsoft365DSC/issues/3390)
* EXOCASMailboxSettings
* Improved export performance.
* AADAuthenticationMethodPolicyAuthenticator
* Deprecated the NumberMatchingRequiredState Feature Setting.
FIXES [#3406](https://github.com/microsoft/Microsoft365DSC/issues/3406)
* AADRoleDefinition
* EXODataClassification
* Improved export performance.
* AADRoleSetting
* EXODistributionGroup
* Improved export performance.
* AADServicePrincipal
* Updated the Set and Test function to ignore the AppId parameter.
FIXES [#3390](https://github.com/microsoft/Microsoft365DSC/issues/3390)
* EXOGroupSettings
* Improved export performance.
* EXOMailboxPlan
* Support comparing instances without the GUID in the name.
FIXES [#3314](https://github.com/microsoft/Microsoft365DSC/issues/3314)
* EXOManagementRole
* Improved export performance.
* EXOManagementRoleAssignment
* Improved export performance.
* EXORoleGroup
* 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 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
* 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 ReverseDSC to version 2.0.0.16.'
* Updated all Microsoft.Graph modules to version 2.0.0.
* Updated all MSCloudLoginAssistant modules to version 1.0.116.
* MISC
* Updated QA tests to dynamically retrieve the permission list.'

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

0 comments on commit b304c2f

Please sign in to comment.