Skip to content

Commit

Permalink
Merge pull request #3188 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Release 1.23.419.1
  • Loading branch information
ykuijs authored Apr 19, 2023
2 parents 0984972 + b3fe4b2 commit 7cd1123
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 28 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.419.1

* IntuneDeviceConfigurationDefenderForEndpointOnboardingPolicyWindows10
* Initial release
Expand Down
45 changes: 18 additions & 27 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-04-12
# Generated on: 2023-04-19

@{

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

# Version number of this module.
ModuleVersion = '1.23.412.1'
ModuleVersion = '1.23.419.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AADUser
* Password property will only used with New-MgUser and ignored for updates
FIXES [#3093](https://github.com/microsoft/Microsoft365DSC/issues/3093)
* IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10
* Initial release
FIXES [#2833](https://github.com/microsoft/Microsoft365DSC/issues/2833)
* IntuneDeviceConfigurationCustomPolicyWindows10
* Initial Release
FIXES [#3068](https://github.com/microsoft/Microsoft365DSC/issues/3068)
* IntuneDeviceConfigurationDomainJoinPolicyWindows10
ReleaseNotes = '* IntuneDeviceConfigurationDefenderForEndpointOnboardingPolicyWindows10
* Initial release
* IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10
* IntuneDeviceConfigurationEmailProfilePolicyWindows10
* Initial release
* IntuneDeviceConfigurationWindowsTeamPolicyWindows10
* IntuneDeviceConfigurationKioskPolicyWindows10
* Initial release
* O365SearchAndIntelligenceConfigurations
* Initial release.
* TeamsUpdateManagementPolicy
* Added support for the Forced value for the AllowPublicPreview property.
* EXOManagementRoleAssignment
* Fixed issue with incorrect Microsoft Graph cmdlets used to retrieve Administrative Units.
FIXES [#3185](https://github.com/microsoft/Microsoft365DSC/issues/3185)
* SCLabelPolicy
* If label policy is set to None do not get its label display name since it is not required
FIXES [#3104](https://github.com/microsoft/Microsoft365DSC/issues/3104)
* DRG
* Fixed layout and display issues in module file
* Fixed issue retrieving the cmdlet definition when the resource type is derived from an abstract type
* Fixed issue with UnitTest and complex properties with AdditionalProperties
* Fixed issue with Complex constructor and complex properties with AdditionalProperties
* MISC
* Changed Get-MgDeviceManagementDeviceConfiguration to use the cmdlet switches rather than filtering output once returned.
Fixes #3082
* M365DSCUtil: Fixed an issue when calling Assert-M365DSCBlueprint with App credentials
FIXES [#3153](https://github.com/microsoft/Microsoft365DSC/issues/3153)
* Added check to validate that the Release Notes in the module manifest are not longer than
10,000 characters, which will prevent publishing the module to the PowerShell Gallery
* DEPENDENCIES
* Updated Microsoft.PowerApps.Administration.PowerShell dependencies to version 2.0.159.'
* Reports will now exclude the authentication parameters (e.g., CertificateThumbprint, Credential, etc.).
* Changed the Encoding helpers logic to ensure titled quotes and apostrophes are correctly evaluated.
FIXES [#3165](https://github.com/microsoft/Microsoft365DSC/issues/3165)
* Fixes an issue where the new resource name extraction could still have duplicates.'

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

0 comments on commit 7cd1123

Please sign in to comment.