Skip to content

Commit

Permalink
Merge pull request #3600 from NikCharlebois/Release-1.23.823.1
Browse files Browse the repository at this point in the history
Release 1.23.823.1
  • Loading branch information
NikCharlebois committed Aug 23, 2023
2 parents b832d18 + f8ff240 commit 6b34107
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 44 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Change log for Microsoft365DSC
* EXOSafeAttachmentPolicy
* Deprecated ActionOnError Parameter
FIXES [#3579](https://github.com/microsoft/Microsoft365DSC/issues/3579)

# 1.23.823.1

* AADAuthorizationPolicy
* Fix issue with property PermissionGrantPolicyIdsAssignedToDefaultUserRole
FIXES [#3594](https://github.com/microsoft/Microsoft365DSC/issues/3594)
* AADGroupsSettings
* Add support for enabling sensitivity labels in M365-groups
* EXOSafeAttachmentPolicy
* Deprecated ActionOnError Parameter
FIXES [#3579](https://github.com/microsoft/Microsoft365DSC/issues/3579)
* O365OrgSettings
* Updated logic of the Get to return null if permissions are not granted for
a given API.
* Updated the list of required permissions.
* DEPENDENCIES
* Updated Microsoft.Graph dependencies to version 2.3.0
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.173.
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.174.

# 1.23.809.1

Expand Down
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Dependencies/Manifest.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
@{
ModuleName = 'Microsoft.PowerApps.Administration.PowerShell'
RequiredVersion = '2.0.173'
RequiredVersion = '2.0.174'
},
@{
ModuleName = 'MicrosoftTeams'
Expand Down
51 changes: 12 additions & 39 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-08-09
# Generated on: 2023-08-23

@{

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

# Version number of this module.
ModuleVersion = '1.23.809.1'
ModuleVersion = '1.23.823.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AADAuthorizationPolicy
* Added support for the AllowedToCreateTenants &
AllowedToReadBitlockerKeysForOwnedDevice properties.
FIXES [#3492](https://github.com/microsoft/Microsoft365DSC/issues/3492)
* AADGroup, AADUser and O365Group
* Add support to use function endsWith as filter
FIXES [#3518](https://github.com/microsoft/Microsoft365DSC/issues/3518)
* O365OrgSettings
* Added error handling for the Viva settings to handle task cancellation errors.
* Added improvements for the set to only call into APIs that need a PATCH request.
* SCComplianceSearch
* Fixed an issue with the export when using CertificateThumbprint.
FIXES [#3499](https://github.com/microsoft/Microsoft365DSC/issues/3499)
* SCComplianceSearchAction
* Adds support for the Preview action type.
FIXES [#3498](https://github.com/microsoft/Microsoft365DSC/issues/3498)
* SCRetentionCompliancePolicy
* Fixes an issue where SPN auth parameters werent returned from the Get-TargetResource
function.
FIXES [#3500](https://github.com/microsoft/Microsoft365DSC/issues/3500)
* SPOTenantSettings
* Add support for new parameter HideSyncButtonOnTeamSite
* TeamsGroupPolicyAssignment
* FIXES [#3559](https://github.com/microsoft/Microsoft365DSC/issues/3559)
* TeamsShiftPolicy
* Deprecated the EnableShiftPresence parameter.
* TeamsTemplatesPolicy
* Initial release.
* MISC
* M365DscReverse: Fix exporting when $Filter var exists locally
FIXES [#3515](https://github.com/microsoft/Microsoft365DSC/issues/3515)
* Fix for the delta report function to handle deep nested CIM Instances.
FIXES [#3478](https://github.com/microsoft/Microsoft365DSC/issues/3478)
* DEPENDENCIES
* Updated Microsoft.Graph.* dependencies to version 2.2.0.
* Updated MSCloudLoginAssistant to version 1.0.119.
* Updated dependency Microsoft.PowerApps.Administration.PowerShell to version 2.0.170.'
ReleaseNotes = '
* AADGroupsSettings
* Add support for enabling sensitivity labels in M365-groups
* O365OrgSettings
* Updated logic of the Get to return null if permissions are not granted for
a given API.
* Updated the list of required permissions.
* DEPENDENCIES
* Updated Microsoft.Graph dependencies to version 2.3.0
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.174.'

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

0 comments on commit 6b34107

Please sign in to comment.