Skip to content

Commit

Permalink
Merge pull request #2986 from ykuijs/release
Browse files Browse the repository at this point in the history
Release 1.23.308.1
  • Loading branch information
ykuijs authored Mar 9, 2023
2 parents 13c2c9b + bc2d319 commit 6fa6468
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 35 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Change log for Microsoft365DSC

# UNRELEASED
* AADAdministrativeUnit
* Updated validation of properties in schema to assist usage
# 1.23.308.1

* AADAdministrativeUnit
* Fixed general issues caused by improper handling of nested CIMInstances
FIXES #2775, #2776, #2786
* Updated validation of properties in schema to assist usage
* AADServicePrincipal
* Change Write-Error to Write-Verbose to make sure the Test method will continue
FIXES [#2961](https://github.com/microsoft/Microsoft365DSC/issues/2961)
Expand Down
59 changes: 27 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: 2023-03-01
# Generated on: 2023-03-08

@{

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

# Version number of this module.
ModuleVersion = '1.23.301.1'
ModuleVersion = '1.23.308.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* IntuneDeviceEnrollmentConfigurationWindows10
* Fix settings.json
FIXES [#2930](https://github.com/microsoft/Microsoft365DSC/issues/2930)
* O365OrgSettings
* Adds support for Cortana enabling.
* SCLabelPolicy
* Added more detailed logging
* Converting the GUIDs of all defaultlabel settings in the AdvancedSettings
parameters to the actual label name, since the GUID is different per
environment
FIXES [#2840](https://github.com/microsoft/Microsoft365DSC/issues/2840)
* Fixed issue where the Test method resulted in False on any existing policy
FIXES [#2948](https://github.com/microsoft/Microsoft365DSC/issues/2948)
* SCSensitivityLabel
* Added more detailed logging
* Fixed issue where the Test method always tested false when the LocaleSettings
property was used
FIXES [#2949](https://github.com/microsoft/Microsoft365DSC/issues/2949)
* Fixes issues around Test-TargetResource always returning False when encryption parameters are used.
FIXES [#2683](https://github.com/microsoft/Microsoft365DSC/issues/2683)
* SPOUserProfileProperty
* Fixes the required API permissions in the documentation.
FIXES [#2798](https://github.com/microsoft/Microsoft365DSC/issues/2798)
* TeamsOnlineVoiceUser
* Fix issue where the cmdlet Get-CsOnlineVoiceUser is now deprecated.
ReleaseNotes = '* AADAdministrativeUnit
* Fixed general issues caused by improper handling of nested CIMInstances
FIXES #2775, #2776, #2786
* Updated validation of properties in schema to assist usage
* AADServicePrincipal
* Change Write-Error to Write-Verbose to make sure the Test method will continue
FIXES [#2961](https://github.com/microsoft/Microsoft365DSC/issues/2961)
* EXOManagementRoleAssignment
* Added delays before disconnecting from EXO to ensure new permissions are applied.
FIXES [#2523](https://github.com/microsoft/Microsoft365DSC/issues/2523)
* O365AdminAuditLogConfig
* Added support for ManagedIdentity.
* Fixed the Get-TargetResource method to return all authentication parameters.
* DRG
* Fixed the default settings for the Ensure parameter.
* MISC
* Updated unit tests
* Added quality check tests
* Updated logic for drift detection to be case insensitive.
FIXES [#2873](https://github.com/microsoft/Microsoft365DSC/issues/2873)
* Changed the -Platform parameter for Connect-M365Tenant to -Workload in 2 remaining places.
FIXES [#2921](https://github.com/microsoft/Microsoft365DSC/issues/2921)
* Added QA test to validate if used permissions in Settings.json files
actually exist.
* Added application credential support to Assert-M365DSCBlueprint
FIXES [#1792](https://github.com/microsoft/Microsoft365DSC/pull/1792)
* Updated/added various examples
* DEPENDENCIES
* Updated Microsoft.Graph.* to version 1.22.0
* Updated MSCloudLoginAssistant to version 1.0.105
* Updated ReverseDSC to version 2.0.0.14'
* Updated MicrosoftTeams to version 5.0.0'

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

0 comments on commit 6fa6468

Please sign in to comment.