Skip to content

Commit

Permalink
Merge pull request #888 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Release 1.20.1104.1
  • Loading branch information
NikCharlebois authored Nov 4, 2020
2 parents 302c08a + 8b882f1 commit e643b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
# Change log for Microsoft365DSC

## Unreleased changes

* EXOHostedContentFilterPolicy
* Deprecated ZapEnabled property and added PhishZapEnabled
and SpamZapEnabled instead.
* MISC
* Fixed Unit Test stubs;

## 1.20.1104.1

* AADMSGroup
* Added parameter IsAssignableToRole Issue #879
* Fixed issue on Set Issue #863
* EXOHostedContentFilterPolicy
* Deprecated ZapEnabled property and added PhishZapEnabled
and SpamZapEnabled instead.
* MISC
* Added checks for mandatory Authentication parameters before
attempting an Export.
* Deprecated the Assert-M365DSCTemplate cmdlet;
* Added Telemetry for version of PowerShell used;
* Added a timeout on new version check from the
PowerShell Gallery;
* Fixed Unit Test stubs;

## 1.20.1028.1

Expand Down
4 changes: 2 additions & 2 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-10-28
# Generated on: 2020-11-04

@{

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

# Version number of this module.
ModuleVersion = '1.20.1028.1'
ModuleVersion = '1.20.1104.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit e643b5c

Please sign in to comment.