Skip to content

Commit

Permalink
Merge pull request #3858 from NikCharlebois/Release-1.23.1101.1
Browse files Browse the repository at this point in the history
Release 1.23.1101.1
  • Loading branch information
NikCharlebois authored Nov 1, 2023
2 parents 16a26ee + be9362d commit 45babe3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 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.1101.1

* AADRoleEligibilityScheduleRequest
* Fixes how the Get method retrieves existing instances for Groups.
Expand Down
32 changes: 13 additions & 19 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-10-25
# Generated on: 2023-11-01

@{

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

# Version number of this module.
ModuleVersion = '1.23.1025.1'
ModuleVersion = '1.23.1101.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AADApplication
* Changes to how permissions drifts are logged.
FIXES [#3830](https://github.com/microsoft/Microsoft365DSC/issues/3830)
* AADAttributeSet
* Initial Release.
* AADAuthenticationContext
* Initial Release.
* AADConditionalAccessPolicy
* Adds support for Authentication Context.
FIXES [#3813](https://github.com/microsoft/Microsoft365DSC/issues/3813)
* AADSocialIdentityProvider
* Initial release.
ReleaseNotes = '* AADRoleEligibilityScheduleRequest
* Fixes how the Get method retrieves existing instances for Groups.
FIXES [#3787](https://github.com/microsoft/Microsoft365DSC/issues/3787)
* SCSecurityFilter
* Fixes an issue because Region could be empty
FIXES: [#3854](https://github.com/microsoft/Microsoft365DSC/issues/3854)
* SPOSharingSettings
* Fixes parameter validation of ExternalUserExpireInDays and ExternalUserExpirationRequired.
FIXES [#3856](https://github.com/microsoft/Microsoft365DSC/issues/3856)
* TeamsComplianceRecordingPolicy
* Fixes an issue where the Compliance Application ID was not properly retrieved.
FIXES [#3712](https://github.com/microsoft/Microsoft365DSC/issues/3712)
* DEPENDENCIES
* Updated Microsoft.Graph dependencies to version 2.8.0.
* Updated MicrosoftTeams dependency to version 5.7.1.'
* Fix an issue where the Compliance Application ID was not properly retrieved.
FIXES [#3848](https://github.com/microsoft/Microsoft365DSC/issues/3848)'

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

0 comments on commit 45babe3

Please sign in to comment.