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.1221.1 #2705

Merged
merged 2 commits into from
Dec 21, 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.1221.1

* AADGroup
* Extraction no longer exports Distribution List or mail enabled security list since these are not supported by the Microsoft Graph API.
Expand Down
75 changes: 32 additions & 43 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-14
# Generated on: 2022-12-21

@{

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

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

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

# ReleaseNotes of this module
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)
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)
* 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
* 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 MSCloudLoginAssistant to version 1.0.100;
FIXES [#2484](https://github.com/microsoft/Microsoft365DSC/issues/2484)
* 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
* TeamsIPPhonePolicy
* Initial Release
* TeamsShiftsPolicy
* Initial Release
* MISC
* Added support for the ExcludedProperties parameter in the New-M365DSCDeltaReport function.
FIXES [#2444](https://github.com/microsoft/Microsoft365DSC/issues/2444)"
* 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;"

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