Skip to content

Commit

Permalink
Merge pull request #1696 from NikCharlebois/Release-1.22.119.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Jan 20, 2022
2 parents 9e1f7ed + 32d6de7 commit 8ea97c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log for Microsoft365DSC

# 1.22.119.2

* EXOOrganizationConfig
* Fixed issue where the name of the parameter in the module and
in the schema differed;
FIXES #1689

# 1.22.119.1

* EXOOrganizationConfig
Expand Down
10 changes: 7 additions & 3 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: 2022-01-19
# Generated on: 2022-01-20

@{

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

# Version number of this module.
ModuleVersion = '1.22.119.1'
ModuleVersion = '1.22.119.2'

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

# ReleaseNotes of this module
ReleaseNotes = "* EXOOrganizationConfig
ReleaseNotes = "
* EXOOrganizationConfig
* Added support for the new SendFromAliasEnabled parameter;
* Fixed issue where the name of the parameter in the module and
in the schema differed;
FIXES #1689
* EXORoleAssignmentPolicy
* Fixed logic to update roles assigned to an existing policy;
FIXES #1538
Expand Down

0 comments on commit 8ea97c8

Please sign in to comment.