Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.23.201.1 #2864

Merged
merged 1 commit into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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