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.118.1 #2800

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

* IntuneAppConfigurationPolicy
* Fixes issue where the Test method fails when the policy does not exist yet
Expand Down
49 changes: 30 additions & 19 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-11
# Generated on: 2023-01-18

@{

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

# Version number of this module.
ModuleVersion = '1.23.111.1'
ModuleVersion = '1.23.118.1'

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

# ReleaseNotes of this module
ReleaseNotes = "* AADAdministrativeUnit
* Marks DisplayName as a mandatory key and removed the visibility parameter from being evaluated since it is always returned as null.
FIXES [#2704](https://github.com/microsoft/Microsoft365DSC/issues/2704)
* AADConditionalAccessPolicy
* Removed the extra Microsoft Graph profile switching call which was causing performance issue.
FIXES [#2688](https://github.com/microsoft/Microsoft365DSC/issues/2688)
* TeamsFederationConfiguration
* Add parameters: TreatDiscoveredPartnersAsUnverified, SharedSipAddressSpace, RestrictTeamsConsumerToExternalUserProfiles.
* TeamsFeedbackPolicy
* Initial Release
* TeamsGroupPolicyAssignment
* Initial Release
* MISC
* Adds Service Principal (Thumbprint and Secret) support to the Power Apps workload.
* Refactored the way we are switching Microsoft Graph Profiles across all resources.
ReleaseNotes = "* IntuneAppConfigurationPolicy
* Fixes issue where the Test method fails when the policy does not exist yet
and the Assignments parameter is used.
FIXES [#2768](https://github.com/microsoft/Microsoft365DSC/issues/2768)
* IntuneDeviceAndAppManagementAssignmentFilter
* Fixes issue where the code did not check for the DisplayName when the ID could not
be found.
FIXES [#2788](https://github.com/microsoft/Microsoft365DSC/issues/2788)
* IntuneDeviceConfigurationPolicyMacOS
* Corrected copy/paste issue while implementing previous fix.
FIXES [#2731](https://github.com/microsoft/Microsoft365DSC/issues/2731)
* IntuneRoleDefinition
* Fixes issue where the code did not check for the DisplayName when the ID could not
be found.
FIXES [#2771](https://github.com/microsoft/Microsoft365DSC/issues/2771)
* Updated logging logic to include more details and add Current/Target values in the
Test method.
* PlannerTask
* Refactored to leverage the official cmdlets instead of using the legacy GraphHandlers.
FIXES [#2767](https://github.com/microsoft/Microsoft365DSC/issues/2767)
* Changed Export-TargetResource to call Get-M365DSCExportContentForResource
to simplify/conform + variables for authentation are added correctly
FIXES [#2784](https://github.com/microsoft/Microsoft365DSC/issues/2784)
* SCRetentionCompliancePolicy
* Fixes an issue where the SkypeLocation was trying to be converted to a string when it was an array.
FIXES [#2789](https://github.com/microsoft/Microsoft365DSC/issues/2789)
* DEPENDENCIES
* Updated ExchangeOnlineManagement to version 3.1.0
* Updated MSCloudLoginAssistant to version 1.0.102"
* Updated Microsoft.Graph.* to version 1.20.0
* Updated MSCloudLoginAssistant to version 1.0.103"

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