Skip to content

Commit

Permalink
Merge pull request #2864 from NikCharlebois/Release-1.23.201.1
Browse files Browse the repository at this point in the history
Release 1.23.201.1
  • Loading branch information
NikCharlebois authored Feb 1, 2023
2 parents f98f44e + 7f1a2e4 commit 175f9ba
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 36 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.23.201.1

* PlannerTask
* Fixed issue where Attachments Uri weren't properly exiting single quotes.
Expand All @@ -21,6 +21,7 @@
* Initial Release.
* DEPENDENCIES
* Updated Microsoft.Graph.* to version 1.21.0
* Updated MicrosoftTeams to version 4.9.3

# 1.23.125.1

Expand Down
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Dependencies/Manifest.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
@{
ModuleName = 'MicrosoftTeams'
RequiredVersion = '4.9.1'
RequiredVersion = '4.9.3'
},
@{
ModuleName = "MSCloudLoginAssistant"
Expand Down
52 changes: 18 additions & 34 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: 2023-01-25
# Generated on: 2023-02-01

@{

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

# Version number of this module.
ModuleVersion = '1.23.125.1'
ModuleVersion = '1.23.201.1'

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

# ReleaseNotes of this module
ReleaseNotes = "* TeamsAudioConferencingPolicy
ReleaseNotes = "* PlannerTask
* Fixed issue where Attachments Uri weren't properly exiting single quotes.
FIXES [#2822](https://github.com/microsoft/Microsoft365DSC/issues/2822)
* PPPowerAppsEnvironment
* Adds support for Developr SKU and fix for Teams SKU
FIXES [#2821](https://github.com/microsoft/Microsoft365DSC/issues/2821)
* SCProtectionAlert
* Support for certificate based auth
* Fix removal of alert
* Added additional supported values for ThreatType, Severity & AggregationType
FIXES [#2793](https://github.com/microsoft/Microsoft365DSC/issues/2793)
* TeamsTenantNetworkRegion
* Initial Release.
* TeamsCallHoldPolicy
* TeamsTenantNetworkSite
* Initial Release.
* TeamsCallParkPolicy
* TeamsTenantNetworkSubnet
* Initial Release.
* TeamsComplianceRecordingPolicy
* Initial Release.
* TeamsCortanaPolicy
* Initial Release.
* TeamsEnhancedEncryptionPolicy
* Initial Release.
* TeamsMobilityPolicy
* Initial Release.
* TeamsNetworkRoamingPolicy
* Initial Release.
* TeamsTranslationRule
* Initial Release.
* TeamsUnassignedNumberTreatment
* Initial Release.
* TeamsVDIPolicy
* Initial Release.
* TeamsWorkloadPolicy
* Initial Release.
* DRG
* Added CIM constructor in Get-TargetResource
* Improved management of AdditionalProperties
* Improved datetime and dateoffset management
* Fixed UnitTest
* Generate Stubs if required
* Fixes #2819
* DEPENDENCIES
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.155.
* Planner
* Fixed api-permissions on PlannerBucket and PlannerPlan.
FIXES [#2843](https://github.com/microsoft/Microsoft365DSC/issues/2843)"
* Updated Microsoft.Graph.* to version 1.21.0
* Updated MicrosoftTeams to version 4.9.3"

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

0 comments on commit 175f9ba

Please sign in to comment.