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.517.1 #3318

Merged
merged 2 commits into from
May 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
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.517.1

* AADEntitlementManagementAccessPackageAssignmentPolicy
* Fixes an issue where Reviewers and requestors weren't properly extracted.
Expand All @@ -23,6 +23,7 @@
FIXES [#3285](https://github.com/microsoft/Microsoft365DSC/issues/3285)
* DEPENDENCIES
* Updated MicrosoftTeams to version 5.2.0
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.165
* MISC
* Major performance improvements for the New-M365DSCDeltaReport cmdlet.
FIXES [#3016](https://github.com/microsoft/Microsoft365DSC/issues/3016)
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 @@ -66,7 +66,7 @@
},
@{
ModuleName = 'Microsoft.PowerApps.Administration.PowerShell'
RequiredVersion = '2.0.163'
RequiredVersion = '2.0.165'
},
@{
ModuleName = 'MicrosoftTeams'
Expand Down
59 changes: 25 additions & 34 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-05-11
# Generated on: 2023-05-18

@{

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

# Version number of this module.
ModuleVersion = '1.23.510.1'
ModuleVersion = '1.23.517.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AADAuthenticationStrengthPolicy
ReleaseNotes = '* AADEntitlementManagementAccessPackageAssignmentPolicy
* Fixes an issue where Reviewers and requestors weren''t properly extracted.
FIXES [#3255](https://github.com/microsoft/Microsoft365DSC/issues/3255)
* IntuneDeviceEnrollmentPlatformRestriction
* Ensure that Windows Mobile platform cannot be unblocked
FIXES [#3303](https://github.com/microsoft/Microsoft365DSC/issues/3303)
* IntuneSettingCatalogCustomPolicyWindows10
* Add missing properties to schema
FIXES [#3300](https://github.com/microsoft/Microsoft365DSC/issues/3300)
* SPOUserProfileProperty
* Fixes and issue where the properties weren''t properly set.
FIXES [#3226](https://github.com/microsoft/Microsoft365DSC/issues/3226)
* TeamsAppPermissionPolicy
* Initial release
* AADConditionalAccessPolicy
* Added support for the AuthenticationStrength parameter.
* AADCrossTenantAccessPolicy
* Initial release
FIXES [#3251](https://github.com/microsoft/Microsoft365DSC/issues/3251)
* AADCrossTenantAccessPolicyConfigurationDefault
* Initial release
FIXES [#3252](https://github.com/microsoft/Microsoft365DSC/issues/3252)
* AADCrossTenantAccessPolicyConfigurationPartner
* Initial release
FIXES [#3253](https://github.com/microsoft/Microsoft365DSC/issues/3253)
* IntuneSettingCatalogCustomPolicyWindows10
* Initial release
FIXES [#2692](https://github.com/microsoft/Microsoft365DSC/issues/2692),
FIXES [#2976](https://github.com/microsoft/Microsoft365DSC/issues/2976),
FIXES [#3070](https://github.com/microsoft/Microsoft365DSC/issues/3070),
FIXES [#3071](https://github.com/microsoft/Microsoft365DSC/issues/3071),
FIXES [#3156](https://github.com/microsoft/Microsoft365DSC/issues/3156)
* TeamsMessagingPolicy
* Add support for new parameters: AllowSmartCompose, AllowSmartReply, AllowUserDeleteChat
* TeamsGuestMessagingConfiguration
* Add support for AllowUserDeleteChat parameter
* TeamsGuestMeetingConfiguration
* Add support for LiveCaptionsEnabledType parameter
* TeamsTeam
* Fix group creation
* TeamsAppSetupPolicy
* Initial release.
* EXOQuarantinePolicy
* Support exporting and importing global quarantine policy
FIXES [#3285](https://github.com/microsoft/Microsoft365DSC/issues/3285)
* DEPENDENCIES
* Updated DSCParser to version 1.0.9.
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.1623.
* Updated MSCloudLoginAssistant to version 1.0.110.
* Updated MicrosoftTeams to version 5.2.0
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.165
* MISC
* Added a new Get-M365DSCConfigurationConflict cmdlet to help validate configurations and added
the -Validate switch to the Export-M365DSCConfiguration cmdlet.'
* Major performance improvements for the New-M365DSCDeltaReport cmdlet.
FIXES [#3016](https://github.com/microsoft/Microsoft365DSC/issues/3016)
* M365DSCUtil: Fix typo in order to obfuscate cert thumbprint'

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