Skip to content

Commit

Permalink
Merge pull request #3931 from microsoft/Dev
Browse files Browse the repository at this point in the history
Update Microsoft365DSC.psd1
  • Loading branch information
NikCharlebois authored Nov 22, 2023
2 parents 26132a6 + f7f886e commit 9eee82c
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 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-11-15
# Generated on: 2023-11-22

@{

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

# Version number of this module.
ModuleVersion = '1.23.1115.1'
ModuleVersion = '1.23.1122.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AADApplication
* Added support for the IsFallbackPublicClient property.
FIXES [#3906](https://github.com/microsoft/Microsoft365DSC/issues/3906)
* AADServicePrincipal
* Added support to define members.
FIXES [#3902](https://github.com/microsoft/Microsoft365DSC/issues/3902)
* EXOCASMailboxPlan
* Fixes an issue where we are not able to set the settings of a CAS
Mailbox Plan by specifying the Identity without the GUID in the name.
FIXES [#3900](https://github.com/microsoft/Microsoft365DSC/issues/3900)'
ReleaseNotes = '* SPOSharingSettings
* Fixes typo to re-enable export of ExternalUserExpireInDays and
ExternalUserExpirationRequired.
* DEPENDENCIES
* Updated DSCParser to version 1.4.0.0.
* Updated Microsoft.Graph to version 2.9.1.
* Updated MicrosoftTeams to version 5.8.0.'

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

0 comments on commit 9eee82c

Please sign in to comment.