Skip to content

Commit

Permalink
Merge pull request #1000 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Release 1.20.1223.1
  • Loading branch information
NikCharlebois authored Dec 23, 2020
2 parents e97ae84 + bdca7cc commit 7d26a24
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 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.20.1223.1

* SPOHubSite
* Changed Export logic to make the url parameterized
Expand Down
32 changes: 21 additions & 11 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: 2020-12-16
# Generated on: 2020-12-23

@{

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

# Version number of this module.
ModuleVersion = '1.20.1216.1'
ModuleVersion = '1.20.1223.1'

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

# ReleaseNotes of this module
ReleaseNotes = "* AADConditionalAccessPolicy
* Initial Release;
* EXOSafeLinksRule
* Fixed typo in a try/catch clause;
* O365User
* Added support for removing existing users with
Ensure = 'Absent';
* TeamsChannelTab
* Initial Release;"
ReleaseNotes = "* SPOHubSite
* Changed Export logic to make the url parameterized
* Updated Get method to prevent throwing an exception
when the specified site doesn't exist
* SPOSite
* Updated logic to not process the HubUrl parameter
when this is equal to the Url parameter.
* Updated export logic to not export the HubUrl
parameter when this is equal to the Url parameter.
* Fixed issue with incorrectly applying the LocaleId
* SPOSiteAuditSettings
* Changed Export logic to make the url parameterized
* SPOSiteGroup
* Changed Export logic to make the url parameterized
* Updated logic to output more explainable troubleshooting
messages
* M365DscReverse
* Added the GlobalAccount Parameter to the example
that is outputted after using the Export GUI"

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

0 comments on commit 7d26a24

Please sign in to comment.