Skip to content

Commit

Permalink
Merge pull request #1205 from microsoft/Dev
Browse files Browse the repository at this point in the history
Release 1.21.512.1
  • Loading branch information
NikCharlebois authored May 12, 2021
2 parents 03b08ac + b4e2205 commit 039de36
Show file tree
Hide file tree
Showing 6 changed files with 314 additions and 73 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log for Microsoft365DSC

# 1.21.512.1

* EXOOfflineAddresBook
* Fixed issue in Set-TargetResource where ConfiguredAttributes
was passed and resulted in an error.
* SCDLPComplianceRule
* Added several new parameters
* Fixed several bugs on extract

# 1.21.505.1

* EXOTransportRule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ function Set-TargetResource
$NewOfflineAddressBookParams = @{
Name = $Name
AddressLists = $AddressLists
ConfiguredAttributes = $ConfiguredAttributes
DiffRetentionPeriod = $DiffRetentionPeriod
IsDefault = $IsDefault
Confirm = $false
Expand Down
Loading

0 comments on commit 039de36

Please sign in to comment.