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.22.1214.1 #2667

Merged
merged 1 commit into from
Dec 14, 2022
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.22.1214.1

* AADEntitlementManagementAccessPackageCatalogResource
* Fixes an issue where if no access resource were defined, an error was thrown trying to save the partial content.
Expand Down
85 changes: 44 additions & 41 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: 2022-12-08
# Generated on: 2022-12-14

@{

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

# Version number of this module.
ModuleVersion = '1.22.1207.1'
ModuleVersion = '1.22.1214.1'

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

# ReleaseNotes of this module
ReleaseNotes = "* IntuneRoleAssignment
* Add support for ScopeType enabling the use of AllLicensedUser/AllDevice as Scope
* TeamsChannelsPolicy
* Renamed the AllowPrivateTeamsDiscovery parameter to EnablePrivateTeamDiscovery.
* TeamsChannelTab
* Added support for Credential and refactored to call into the Microsoft Graph PowerShell SDK directly.
* TeamsMeetingPolicy
* Added support for several new properties:
* AllowAnnotations
* AllowAnonymousUsersToJoinMeeting
* AllowMeetingCoach
* AllowMeetingRegistration
* AllowNetworkConfigurationSettingsLookup
* AllowWatermarkForCameraVideo
* AllowWatermarkForScreenSharing
* NewMeetingRecordingExpirationDays
* AllowCartCaptionsScheduling
* AllowDocumentCollaboration
* AllowedStreamingMediaInput
* BlockedAnonymousJoinClientTypes
* ChannelRecordingDownload
* ExplicitRecordingConsent
* ForceStreamingAttendeeMode
* InfoShownInReportMode
* LiveInterpretationEnabledType
* LiveStreamingMode
* MeetingInviteLanguages
* QnAEngagementMode
* RoomPeopleNameUserOverride
* SPOBrowserIdleSignout
* Fixed incorrect Ensure parameter being added to the Export
FIXES [#2619](https://github.com/microsoft/Microsoft365DSC/issues/2619)
* SPOSiteAuditSettings
* Fixed incorrect Ensure parameter being added to the Export
FIXES [#2619](https://github.com/microsoft/Microsoft365DSC/issues/2619)
* MISC
* Standardized and improved logging across all resources.
* Improved error handling in creating output when permissions are not correct.
ReleaseNotes = "* AADEntitlementManagementAccessPackageCatalogResource
* Fixes an issue where if no access resource were defined, an error was thrown trying to save the partial content.
FIXES [#2654](https://github.com/microsoft/Microsoft365DSC/issues/2654)
* AADGroup
* Fixes an issue where licenses aren't properly assigned when no existing licenses exist.
FIXES [#2597](https://github.com/microsoft/Microsoft365DSC/issues/2597)
* Fixes an issue where if a dirft is detected and the Members parameter was omitted, all existing members were removed.
FIXES [#2481](https://github.com/microsoft/Microsoft365DSC/issues/2481)
* AADServicePrincipal
* Fixes an issue where the service principals weren't created or updated when using ApplicationSecret to authenticate.
FIXES [#2615](https://github.com/microsoft/Microsoft365DSC/issues/2615)
* AADUser
* Fixes an issue where provided password wa never honored.
FIXES [#2599](https://github.com/microsoft/Microsoft365DSC/issues/2599)
* Added support for the PasswordPolicies property.
FIXES [#2598](https://github.com/microsoft/Microsoft365DSC/issues/2598)
* PlannerBucket & PlannerPlan
* Changed invalid permissions in the setting.json files.
FIXES [#2629](https://github.com/microsoft/Microsoft365DSC/issues/2629)
* SCRetentionComplianceRule
* Fixed an Issue where properties weren't properly set at creation, causing drifts to be detected.
FIXES [#2471](https://github.com/microsoft/Microsoft365DSC/issues/2471)
* SCSensitivityLabel
* Adds the -IncludeDetailed LAbelActions switch when retrieving instances to get all advanced parameters from the Get-TargetResource function.
* SPOTenantCdnEnabled
* Fixed an issue where the export wasn't returning anything if the CDN was not enabled.
FIXES [#2466](https://github.com/microsoft/Microsoft365DSC/issues/2466)
* SPOUserProfileProperty
* Removed multi-threading to align with other resources.
* Fixed an issue where we were contacting Microsoft Graph to retrieve users without authenticating to it.
FIXES [#2643](https://github.com/microsoft/Microsoft365DSC/issues/2643)
* TeamsChannel
* Fixes an issue where channels weren't created if a non-existing GroupId was specified.
FIXES [#2622](https://github.com/microsoft/Microsoft365DSC/issues/2622)
* TeamsUpdateManagementPolicy
* Fixed error with the export that wasn't properly returning the UpdateTimeOfDay if not in short time string format.
FIXES [#2639](https://github.com/microsoft/Microsoft365DSC/issues/2639)
* DEPENDENCIES
* Updated Microsoft.Graph.* to version 1.18.0;"
* Updated MSCloudLoginAssistant to version 1.0.100;
FIXES [#2484](https://github.com/microsoft/Microsoft365DSC/issues/2484)
* MISC
* Added support for the ExcludedProperties parameter in the New-M365DSCDeltaReport function.
FIXES [#2444](https://github.com/microsoft/Microsoft365DSC/issues/2444)"

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