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.713.1 #2092

Merged
merged 1 commit into from
Jul 13, 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
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change log for Microsoft365DSC
# UNRELEASED
* SPOSharingSettings
* Updated code to remove None as valid value for DefaultLinkPermission. If value is set to None default to Edit.

# 1.22.713.1

* AADAuthorizationPolicy
* Initial release.
Expand All @@ -26,6 +25,8 @@
* Initial release.
* SCComplianceTag
* Fixed issue where FilePlanProperty was not properly applied unless another child property was also modified.
* SPOSharingSettings
* Updated code to remove None as valid value for DefaultLinkPermission. If value is set to None default to Edit.
* DEPENDENCIES
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.150.
* Updated MSCloudLoginAssistant to version 1.0.87.
Expand Down
40 changes: 30 additions & 10 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-07-06
# Generated on: 2022-07-13

@{

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

# Version number of this module.
ModuleVersion = '1.22.706.1'
ModuleVersion = '1.22.713.1'

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

# ReleaseNotes of this module
ReleaseNotes = "* AADSecurityDefaults
ReleaseNotes = "* AADAuthorizationPolicy
* Initial release.
* TeamsFederationConfiguration
* Added support for the AllowedDomains and BlockedDomains properties.
* TeamsVoiceRoutingPolicy
* Remove unsupported Confirm parameter from Remove-CsOnlineVoiceRoutingPolicy cmdlet (Confirm parameter is no longer available for MicrosoftTeams PowerShell module 4.4.1+).
FIXES #2055
* AADConditionalAccessPolicy
* Fixed issue for Included and Excluded properties where the last instance couldn't be removed.
FIXES [#2058](https://github.com/microsoft/Microsoft365DSC/issues/2058) & [#2079](https://github.com/microsoft/Microsoft365DSC/issues/2079)
* EXOATPPolicyForO365
* Deprecated properties AllowClickThrough, EnableSafeLinksForO365Clients & TrackClicks.
* EXOAuthenticationPolicyAssignment
* Initial release.
* EXOCASMailboxSettings
* New resource to configure Exchange Online CAS Mailbox settings.
* EXOSafeLinksPolicy
* Deprecated properties DoNotAllowClickThrough, DoNotTrackUserClicks & IsEnabled.
* IntuneAppProtectionPolicyiOS
* Fixed issue with creation a new policies where it was complaining about invalid minimum versions.
* Fixed issues where creating new policies threw an error complaining about an invalid duration format.
FIXES [#2019](https://github.com/microsoft/Microsoft365DSC/issues/2019)
* Added the CustomBrowserProtocol paramters.
FIXES [#2009](https://github.com/microsoft/Microsoft365DSC/issues/2009)
* IntuneDeviceAndAppManagementAssignmentFilter
* Initial release.
* SCComplianceTag
* Fixed issue where FilePlanProperty was not properly applied unless another child property was also modified.
* SPOSharingSettings
* Updated code to remove None as valid value for DefaultLinkPermission. If value is set to None default to Edit.
* DEPENDENCIES
* Updated MicrosoftTeams to version 4.5.0.
* Updated Pnp.PowerShell to version 1.11.0."
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.150.
* Updated MSCloudLoginAssistant to version 1.0.87.
* MISC
* Made the Compare-M365DSCConfigurations cmdlet public."

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