Skip to content

Commit

Permalink
Merge pull request #683 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Version and Changelog Updates
  • Loading branch information
NikCharlebois authored Jul 16, 2020
2 parents 021ccb3 + 23350fd commit c3bbce4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## UNRELEASED

## 1.20.716.1

* MISC
* Added visual indicators for the Export feature;
* EXOMalwareFilterPolicy
Expand Down
52 changes: 32 additions & 20 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-07-15
# Generated on: 2020-07-16

@{

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

# Version number of this module.
ModuleVersion = '1.20.0715.3'
ModuleVersion = '1.20.0716.1'

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

# ReleaseNotes of this module
ReleaseNotes = "* Microsoft365Dsc
* Improved event log function
* EXOEmailAddressPolicy
* Converted hardcoded tenant name into variables;
* EXOHostedContentFilterPolicy
* Added 'NoAction' as a valid input for property BulkSpamAction;
* EXOInboundConnector
* Fixed an issue where if the connector was created with a source
of 'AdminUI', we now convert it to 'Default' in the Get function;
ReleaseNotes = "* MISC
* Added visual indicators for the Export feature;
* EXOMalwareFilterPolicy
* Fixed an issue where the value for the for the Action
returned by the Get included 'Text' and should not have;
* EXOOutboundConnector
* Fixed an issue where if the connector was created with a source
of 'AdminUI', we now convert it to 'Default' in the Get function;
* TeamsTenantDialPlan
* Fixed an issue extraction plans without any normalization rules;
* Modules
* M365DSCUtil:
* Fixed an issue in Test-Microsoft365DSCParameterState where
the same array of object was always being compared;
* Issue 612 - Fixed an extra } in the event log output;"
* Fixed an issue where the ConnectorSource value returned
was empty. Now defaulting to Default.
* O365User
* Fixed issue with PasswordNeverExpires having incorrect value
* PlannerBucket
* Initial Release;
* PlannerPlan
* Initial Release;
* PlannerTask
* Initial Release;
* Metadata
* Updated ExchangeOnline module version to 1.0.1;
* Updated Microsoft.Graph module version to 0.7.0;
* Updated Microsoft.Graph.Identity.ConditionalAccess
module version to 0.7.0;
* Updated Microsoft.PowerApps.Administration.PowerShell
module version to 2.0.70;
* Updated MSCloudLoginAssistant Module to version 1.0.30;
* Updated SharePointPnPPowerShellOnline module to version 3.23.2007.0;
* Updated ReverseDSC module version to 2.0.0.4;
* Updated SharePointPnPPowerShellOnline module to
version 3.22.2006.2;
* Updated all Unit Tests to Pester 5;
* Added support for Service Principal for PowerPlatforms,
SPO & OneDrive, Exchange Online and Office 365 resources;"

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

0 comments on commit c3bbce4

Please sign in to comment.