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.23.705.1 #3446

Merged
merged 1 commit into from
Jul 7, 2023
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.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