Skip to content

Commit

Permalink
Release v1.24.1127.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 27, 2024
1 parent 4f25807 commit 2d830f3
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion Modules/Microsoft365DSC/Microsoft365DSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,59 @@
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

# ReleaseNotes of this module
ReleaseNotes = ''
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
* 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.
* EXOTransportRule
* Changed how empty arrays are returned.
* INTUNE
* Add parameter `-All` to Graph requests to fetch all policies on Get.
* IntuneAndroidManagedStoreAppConfiguration
* 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
* 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.'

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

0 comments on commit 2d830f3

Please sign in to comment.