Skip to content

Commit

Permalink
Merge pull request #980 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Release 1.20.1216.1
  • Loading branch information
NikCharlebois authored Dec 16, 2020
2 parents bbfcfca + 281eca4 commit c3637f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
31 changes: 10 additions & 21 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-09
# Generated on: 2020-12-16

@{

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

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

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

# ReleaseNotes of this module
ReleaseNotes = "* IntuneAppProtectionPolicyiOS
ReleaseNotes = "* AADConditionalAccessPolicy
* Initial Release;
* IntuneDeviceCompliancePolicyiOS
* Initial Release;
* IntuneDeviceConfigurationPolicyiOS
* Initial Release;
* IntuneDeviceEnrollmentPlatformRestriction
* Initial Release;
* IntuneDeviceEnrollmentLimitRestriction
* Initial Release;
* TeamsTenantDialPlan
* Performance Improvements: retrieve all Voice Normalization
Rule at once and then iterated through them instead of
retrieving them for every instance.
* DEPENDENCIES
* Upgraded ExchangeOnlineManagement to version 2.0.3;
* Upgraded Microsoft.Graph.Authentication to version 1.2.0;
* Upgraded Microsoft.Graph.Planner to version 1.2.0;
* Upgraded SharePointPnPPowerShellOnline to version
3.28.2012.0;"
* EXOSafeLinksRule
* Fixed typo in a try/catch clause;
* O365User
* Added support for removing existing users with
Ensure = 'Absent';
* TeamsChannelTab
* Initial Release;"

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Modules/M365DSCUtil.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $Global:DefaultComponents = @("SPOApp", "SPOSiteDesign")
$Global:FullComponents = @("AADMSGroup", "AADServicePrincipal", "EXOMailboxSettings", "EXOManagementRole", "O365Group", "O365User", `
"PlannerPlan", "PlannerBucket", "PlannerTask", "PPPowerAppsEnvironment", `
"SPOSiteAuditSettings", "SPOSiteGroup", "SPOSite", "SPOUserProfileProperty", "SPOPropertyBag", "TeamsTeam", "TeamsChannel", `
"TeamsUser")
"TeamsUser", "TeamsChannelTab")
#endregion

function Format-EXOParams
Expand Down

0 comments on commit c3637f5

Please sign in to comment.