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.621.1 #3410

Merged
merged 4 commits into from
Jun 22, 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.621.1

* AADAdministrativeUnit
* Fixes an issue where the domain part of the user name was handled as a string when using credentials to authenticate.
Expand All @@ -23,6 +23,7 @@
* Added the Organization.Read.All permission by default in the Get-M365DSCCompiledPermisisonList cmdlet return values.
FIXES [#3292](https://github.com/microsoft/Microsoft365DSC/issues/3292)
* DEPENDENCIES
* Updated ExchangeOnlineManagement to version 3.2.0.
* Updated MicrosoftTeams to version 5.3.0.
* Updated MSCloudLoginAssistant to version 1.0.114.

Expand Down
38 changes: 24 additions & 14 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-06-15
# Generated on: 2023-06-22

@{

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

# Version number of this module.
ModuleVersion = '1.23.614.1'
ModuleVersion = '1.23.621.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AADApplication
* Adds support for specifying permissions by names or GUID.
* AADNamedLocationPolicy
* Added support forthe CountryLookupMethod property
FIXES [#3345](https://github.com/microsoft/Microsoft365DSC/issues/3345)
* TeamsAppPermissionPolicy
* Fixes an issue where the wrong app types were trying to get assigned.
FIXES [#3373](https://github.com/microsoft/Microsoft365DSC/issues/3373)
ReleaseNotes = '* AADAdministrativeUnit
* Fixes an issue where the domain part of the user name was handled as a string when using credentials to authenticate.
* EXORoleGroup
* Fixes an issue where the role group wasnt getting created when members were null.
FIXES [#3217](https://github.com/microsoft/Microsoft365DSC/issues/3217)
* O365OrgSettings
* Added support for the PlannerAllowCalendarSharing property for Planner.
* Added support for the Microsoft 365 installation options.
* Added support for the Viva Insights and Briefing email settings.
* PPTenantIsolationSettings & PPTenantSettings
* Handles the case where required permissions are not provided when using SPN authentication.
FIXES [#3179](https://github.com/microsoft/Microsoft365DSC/issues/3179)
* SCProtectionAlert
* Prevents extracting system rules.
FIXES [#3224](https://github.com/microsoft/Microsoft365DSC/issues/3224)
* MISC
* Removed dependency on the Az.Accounts module from the Update-M365DSCAzureAdApplication function.
* Fixes the display of arrays as property values for Excel based reports from New-M365DSCReportFromConfiguration.
FIXES [#3173](https://github.com/microsoft/Microsoft365DSC/issues/3173)
* Added the Organization.Read.All permission by default in the Get-M365DSCCompiledPermisisonList cmdlet return values.
FIXES [#3292](https://github.com/microsoft/Microsoft365DSC/issues/3292)
* DEPENDENCIES
* Updated DSCParser to version 1.3.0.10.
* Updated Microsoft.Graph dependencies to version 1.28.0.
* Updated MSCloudLoginAssistant to version 1.0.112.'
* Updated ExchangeOnlineManagement to version 3.2.0.
* Updated MicrosoftTeams to version 5.3.0.
* Updated MSCloudLoginAssistant to version 1.0.114.'

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