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.104.1 #2745

Merged
merged 1 commit into from
Jan 4, 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
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.23.104.1

* EXODistributionGroup
* Changed the logic retrieving the group Type in the Get-TargetResource.
Expand Down
84 changes: 53 additions & 31 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-21
# Generated on: 2023-01-04

@{

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

# Version number of this module.
ModuleVersion = '1.22.1221.1'
ModuleVersion = '1.23.104.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -26,7 +26,7 @@
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2022 Microsoft Corporation. All rights reserved.'
Copyright = '(c) 2023 Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'This DSC module is used to configure and monitor Microsoft tenants, including SharePoint Online, Exchange, Teams, etc.'
Expand Down Expand Up @@ -139,38 +139,60 @@
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

# ReleaseNotes of this module
ReleaseNotes = "* AADGroup
* Extraction no longer exports Distribution List or mail enabled security list since these are not supported by the Microsoft Graph API.
FIXES [#2587](https://github.com/microsoft/Microsoft365DSC/issues/2587)
* EXOMailContact
* Ensures all results are returned from the Export scenario. Currently limited at 1,000 results.
FIXES [#2672](https://github.com/microsoft/Microsoft365DSC/issues/2672)
FIXES [#2673](https://github.com/microsoft/Microsoft365DSC/issues/2672)
ReleaseNotes = "* EXODistributionGroup
* Changed the logic retrieving the group Type in the Get-TargetResource.
FIXES [#2709](https://github.com/microsoft/Microsoft365DSC/issues/2709)
* EXOManagementRoleAssignment
* Force refresh permissions after the Set-TargetResource is called to ensure the correct cmdlets are loaded in the session.
FIXES [#2523](https://github.com/microsoft/Microsoft365DSC/issues/2523)
* SCSensitivityLabel
* Removed the EncryptionAipTemplateScopes parameter from being evaluated in the Test and removed it from the update scenario in the Set.
FIXES [#2205](https://github.com/microsoft/Microsoft365DSC/issues/2205)
* TeamsFilesPolicy
* Initial Release
* Modified logic to handle the RecipientOrganizationUnitScope parameter by display name.
FIXES [#2708](https://github.com/microsoft/Microsoft365DSC/issues/2708)
* IntuneASRRulesPolicyWindows10
* Corrects possible values for parameter OfficeCommunicationAppsLaunchChildProcess
FIXES [#2730](https://github.com/microsoft/Microsoft365DSC/issues/2730)
* IntuneDeviceConfigurationPolicyMacOS
* Fixes issue where parameter UpdateDelayPolicy wasn't handled as an array
FIXES [#2731](https://github.com/microsoft/Microsoft365DSC/issues/2731)
* IntuneDeviceConfigurationPolicyWindows10
* Fixed incorrect type of EdgeEnterpriseModeSiteListLocation parameter in the
resource schema definition
FIXES [#2732](https://github.com/microsoft/Microsoft365DSC/issues/2732)
* SCRetentionCompliancePolicy
* Forces changes to existing policies to be applied.
FIXES [#2719](https://github.com/microsoft/Microsoft365DSC/issues/2719)
* Handles wait when the associated policy has pending changes.
FIXES [#2728](https://github.com/microsoft/Microsoft365DSC/issues/2728)
* SCRetentionComplianceRule
* Handles wait when the associated policy has pending changes.
FIXES [#2728](https://github.com/microsoft/Microsoft365DSC/issues/2728)
* TeamsEmergencyCallingPolicy
* Fixes issue where CertificateThumbprint wasn't working because Credential was set to mandatory by the Test-TargetResource function.
FIXES [#2710](https://github.com/microsoft/Microsoft365DSC/issues/2710)
* TeamsEmergencyCallingRoutingPolicy
* Fixes issue where CertificateThumbprint wasn't working because Credential was set to mandatory by the Test-TargetResource function.
FIXES [#2710](https://github.com/microsoft/Microsoft365DSC/issues/2710)
* TeamsIPPhonePolicy
* Initial Release
* Added descriptions to the resource parameters
* Limited possible parameter values where required
FIXES [#2722](https://github.com/microsoft/Microsoft365DSC/issues/2722)
* TeamsMeetingPolicy
* Deprecating RecordingStorageMode parameter, which is no longer available.
FIXES [#2723](https://github.com/microsoft/Microsoft365DSC/issues/2723)
* TeamsShiftsPolicy
* Initial Release
* Added descriptions to the resource parameters
* Limited possible parameter values where required
FIXES [#2722](https://github.com/microsoft/Microsoft365DSC/issues/2722)
* TeamsFilesPolicy
* Added descriptions to the resource parameters
* Limited possible parameter values where required
FIXES [#2722](https://github.com/microsoft/Microsoft365DSC/issues/2722)
* DRG
* Various fixes for Graph and Intune resources automation
* Migrated to new schema including description
* Added support to generate parameter descriptions automatically from schema
FIXES [#2720](https://github.com/microsoft/Microsoft365DSC/issues/2720)
* MISC
* Fixed a typo in the reporting logic that caused issue evaluating certain resources in the NEw-M365DSCDelaaReport function
FIXES [#2685](https://github.com/microsoft/Microsoft365DSC/issues/2685)
* Added support for the ExcludedProperties parameter in the Assert-M365DSCBlueprint function.
FIXES [#2671](https://github.com/microsoft/Microsoft365DSC/issues/2671)
* Updated Get-M365DSCCompiledPermissionList to output all permissions consistently.
It can now also be used as input for Update-M365DscAzureAdApplication.
* Fixes issue where the wrong parameter is being passed to the Erro log function.
FIXES [#2682](https://github.com/microsoft/Microsoft365DSC/issues/2682)
* Updated automatic website documentation generation
* DEPENDENCIES
* Updated Microsoft.Graph.* to version 1.19.0;
* Updated MSCloudLoginAssistant to version 1.0.101;"
* Fixes an issue where OrderedDictionary values weren't properly expanded in a delta report
FIXES [#2715](https://github.com/microsoft/Microsoft365DSC/issues/2715)
* Updated website generation code to checkout correct commit"

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