Skip to content

Commit

Permalink
Merge pull request #5512 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Release 1.24.1204.1
  • Loading branch information
ykuijs authored Dec 4, 2024
2 parents 696882b + e2a88d8 commit eb5bdb6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 51 deletions.
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.24.1204.1

* All resources
* Applying project default formatting on all files, to improve
Expand Down
85 changes: 35 additions & 50 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: 2024-11-27
# Generated on: 2024-12-04

@{

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

# Version number of this module.
ModuleVersion = '1.24.1127.1'
ModuleVersion = '1.24.1204.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* AAD
* Added ApplicationSecret auth method to multiple resources
* AADFilteringPolicyRule
* Fixed an issue with the export of the Destinations property where
the CIMInstance array object was malformed.
* EXOEOPProtectionPolicyRule
ReleaseNotes = '* All resources
* Applying project default formatting on all files, to improve
reading and troubleshooting.
* AADAccessReviewDefinition
* Added support for #microsoft.graph.accessReviewInactiveUsersQueryScope in odatatype.
* AADActivityBasedTimeoutPolicy
* Added support for AccessTokens.
* EXOExternalInOutlook
* Added support for AccessTokens.
* EXOMailContact
* Changed how empty arrays are returned.
* EXOPlace
* Changed how empty arrays are returned.
* EXORecipientPermission
* Added logic to update an existing recipients permissions.
* AADClaimsMappingPolicy
* Fixed policy retrieval
FIXES [#5505](https://github.com/microsoft/Microsoft365DSC/issues/5505)
* AADIdentityAPIConnector
* Changed the export logic to export passwords as credential objects instead of string.
* AADRoleManagementPolicyRule
* Added the logic to handle filters in the Export logic flow.
* EXOAuthenticationPolicyAssignment
* Added $confirm flag to the Set-TargetResource function for PowerShell 7 compatibility.
* EXOClientAccessRule
* Added $confirm flag to the Set-TargetResource function for PowerShell 7 compatibility.
* EXOManagementRoleAssignment
* Changed logic to detect drift.
* EXOServicePrincipal
* Removed ObjectID from the return of the Get-TargetResource method.
* EXOTeamsProtectionPolicy
* Initial release
FIXES [#5296](https://github.com/microsoft/Microsoft365DSC/issues/5296)
* EXOTransportRule
* Changed how empty arrays are returned.
* INTUNE
* Add parameter `-All` to Graph requests to fetch all policies on Get.
* IntuneAndroidManagedStoreAppConfiguration
* Fixed conditional logic for creation and update.
* IntuneTrustedRootCertificateIOS
* Initial release
* IntuneVPNConfigurationPolicyIOS
* Initial release.
* IntuneAppConfigurationPolicy
* Fixes an issue where assignment was not properly set if the
groupId was null.
FIXES [#5430](https://github.com/microsoft/Microsoft365DSC/issues/5430)
* IntuneMobileAppConfigurationPolicyIOS
* Removing resource. Already possible with IntuneAppConfigurationDevicePolicy
* IntuneMobileThreatDefenseConnector
* Fixes a NotFound error when the resource does not exist and remove
`LastHeartbeatDateTime` from comparison.
* IntuneRoleAssignment
* Improve verbose output and fix copy-pasted variables.
* IntuneRoleScopeTag
* M365DSCRuleEvaluation
* Only attempt to pass AccessTokens if specified.
* SPORetentionLabelsSettings
* Initial release.
* TeamsUserPolicyAssignment
* Added support for the Global policies.
* TeamsUpgradePolicy
* DEPRECATED: Users properties. Use the TeamsUserPolicyAssignment resource
instead.
* M365DSCUtil
* Add default Ensure value `Present` if not specified.
FIXES [#5085](https://github.com/microsoft/Microsoft365DSC/issues/5085)
* When exporting generate the instance names of resources with their mandatory
keys instead of random GUIDs , this makes exports idempotent again
FIXES [#5469](https://github.com/microsoft/Microsoft365DSC/issues/5469)
* MISC
* Removed hardcoded Graph urls and replaced by MSCloudLoginAssistant values.
* Add separate module handling for PowerShell Core.
* DEPENDENCIES
* Updated DSCParser to version 2.0.0.14.
* Updated Microsoft.Graph to version 2.25.0.
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.200.
* Updated MicrosoftTeams to version 6.7.0.'
* M365DSCDRGUtil
* Add separate check for strings with ordinal comparison and standardized line breaks.'

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

0 comments on commit eb5bdb6

Please sign in to comment.