Skip to content

Commit

Permalink
Merge pull request #305 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Ready for Release
  • Loading branch information
NikCharlebois authored Dec 11, 2019
2 parents fb57c7c + 5a41de7 commit 06c3404
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 16 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.0.1.1395

* EXOOrganizationConfig
* Initial Release;
* EXOClientAccessRule
Expand Down
81 changes: 66 additions & 15 deletions Modules/Office365DSC/Office365DSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2019-11-22
# Generated on: 2019-12-11

@{

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

# Version number of this module.
ModuleVersion = '1.0.0.1048'
ModuleVersion = '1.0.1.1395'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -144,21 +144,72 @@

# ReleaseNotes of this module
ReleaseNotes = '
* Modules
* ReverseDSC
* Added all missing Security and Compliance items;
* EXOATPPolicyForO365
* Fixed issue where we now extract any policy,
not just default;
* SCDLPCompliancePolicy
* New Resource;
* SCRetentionCompliancePolicy
* Changed logic to update existing Policy;
* EXOOrganizationConfig
* Initial Release;
* EXOClientAccessRule
* Fixed issue with Get-TargetResource not
returning all values;
* O365OrgCustomizationSetting
* Inital Release;
* PPPowerAppsEnvironment
* Initial Release;
* SCAuditConfigurationSettings
* Initial Release;
* SCComplianceTag
* Changed ReviewerEmail to type String array;
* SCDLPComplianceRule
* Fixed issue with the extraction of NotifyAllowOverride;
* SCFilePlanPropertyAuthority
* Initial Release;
* SCFilePlanPropertyCategory
* Initial Release;
* SCFilePlanPropertyCitation
* Initial Release;
* SCFilePlanPropertyDepartment
* Initial Release;
* SCFilePlanPropertyReferenceID
* Initial Release;
* SCFilePlanPropertySubCategory
* Initial Release;
* SPOPropertyBag
* Added multithreading;
* SPOSharingSettings
* Added ExistingExternalUserSharingOnly as a supported value
for SharingCapabilities;
* SPOTheme
* Fixed an issue with the Set-TargetResource
still using SPO management shell cmdlets instead of PnP
* SPOUserProfileProperty
* Introduced Multi-Threading
* TeamsCallingPolicy
* Initial Release;
* TeamsChannelsPolicy
* Initial Release;
* TeamsClientConfiguration
* Initial Release;
* TeamsMeetingBroadcastConfiguration
* Initial Release;
* TeamsMeetingConfiguration
* Initial Release;
* TeamsMeetingPolicy
* Initial Release;
* TeamsMessagingPolicy
* Initial Release;
* TeamsUpgradeConfiguration
* Initial Release;
* TeamsUser
* Introduced Multi-Threading;
* Fixed an issue with User Principal Name;
* Metadata
* Updated MicrosoftTeams dependency to version 1.0.3;
* Updated MSCloudLoginAssistant dependency to version
0.8.2;
* Updated SharePointPnPPowerShellOnline dependency
to version 3.12.1908.1;
* Updated MSCloudLoginAssistant dependency to
version 0.6;'
to version 3.16.1912.0;
* Updated ReverseDSC dependency to version 2.0.0.0;
* Misc
* Added new Telemetry Engine;
* Added new Dynamic Stubs Generation feature;'

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0.{build}
version: 1.0.1.{build}

install:
- git clone https://github.com/PowerShell/DscResource.Tests
Expand Down

0 comments on commit 06c3404

Please sign in to comment.