Skip to content

Commit bc20e30

Browse files
authored
Merge pull request #5477 from ykuijs/Dev
Release 1.24.1127.1
2 parents 8e4e2fe + 2d830f3 commit bc20e30

File tree

2 files changed

+56
-78
lines changed

2 files changed

+56
-78
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for Microsoft365DSC
22

3-
# UNRELEASED
3+
# 1.24.1127.1
44

55
* AAD
66
* Added ApplicationSecret auth method to multiple resources
@@ -16,15 +16,15 @@
1616
* EXOPlace
1717
* Changed how empty arrays are returned.
1818
* EXORecipientPermission
19-
* Added logic to update an existing recipient's permissions.
19+
* Added logic to update an existing recipients permissions.
2020
* EXOTransportRule
2121
* Changed how empty arrays are returned.
2222
* INTUNE
2323
* Add parameter `-All` to Graph requests to fetch all policies on Get.
2424
* IntuneAndroidManagedStoreAppConfiguration
2525
* Initial release.
2626
* IntuneAppConfigurationPolicy
27-
* Fixes an issue where assignment wasn't properly set if the
27+
* Fixes an issue where assignment was not properly set if the
2828
groupId was null.
2929
FIXES [#5430](https://github.com/microsoft/Microsoft365DSC/issues/5430)
3030
* IntuneMobileAppConfigurationPolicyIOS
@@ -106,7 +106,7 @@
106106
* AADRoleEligibilityScheduleRequest
107107
* Adds support for custom role assignments at app scope.
108108
* AADRoleSettings
109-
* Fixing issue where the ActivateApprover parameter isn't processed correctly
109+
* Fixing issue where the ActivateApprover parameter is not processed correctly
110110
when an approver does not exist.
111111
FIXES [#5423](https://github.com/microsoft/Microsoft365DSC/issues/5423)
112112
FIXES [#5415](https://github.com/microsoft/Microsoft365DSC/issues/5415)

Modules/Microsoft365DSC/Microsoft365DSC.psd1

+52-74
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2024-11-20
6+
# Generated on: 2024-11-27
77

88
@{
99

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

1313
# Version number of this module.
14-
ModuleVersion = '1.24.1120.1'
14+
ModuleVersion = '1.24.1127.1'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()
@@ -147,81 +147,59 @@
147147
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* AADAdminConsentRequestPolicy
151-
* Added error handling to Group display name retrieval to prevent errors
152-
when an assigned group no longer exists.
153-
* AADAuthenticationMethodPolicyAuthenticator
154-
* Added error handling to Group display name retrieval to prevent errors
155-
when an assigned group no longer exists.
156-
* AADAuthenticationMethodPolicyEmail
157-
* Added error handling to Group display name retrieval to prevent errors
158-
when an assigned group no longer exists.
159-
* AADAuthenticationMethodPolicyExternal
160-
* Added error handling to Group display name retrieval to prevent errors
161-
when an assigned group no longer exists.
162-
* AADAuthenticationMethodPolicyFido2
163-
* Added error handling to Group display name retrieval to prevent errors
164-
when an assigned group no longer exists.
165-
* AADAuthenticationMethodPolicyHardware
166-
* Added error handling to Group display name retrieval to prevent errors
167-
when an assigned group no longer exists.
168-
* AADAuthenticationMethodPolicySms
169-
* Added error handling to Group display name retrieval to prevent errors
170-
when an assigned group no longer exists.
171-
* AADAuthenticationMethodPolicySoftware
172-
* Added error handling to Group display name retrieval to prevent errors
173-
when an assigned group no longer exists.
174-
* AADAuthenticationMethodPolicyTemporary
175-
* Added error handling to Group display name retrieval to prevent errors
176-
when an assigned group no longer exists.
177-
* AADAuthenticationMethodPolicyVoice
178-
* Added error handling to Group display name retrieval to prevent errors
179-
when an assigned group no longer exists.
180-
* AADAuthenticationMethodPolicyX509
181-
* Added error handling to Group display name retrieval to prevent errors
182-
when an assigned group no longer exists.
183-
* AADConditionalAccessPolicy
184-
* Fixed bug where a null value was passed in the request for the
185-
excludePlatforms parameter when just values were assigned to includePlatforms, which throws an error.
186-
* Fixed bug where a null value was passed in the request for the
187-
sessionControl parameter when there are no session controls, which throws an error.
188-
* Fixed bug where a null value was passed in the request for the
189-
applicationEnforcedRestrictions parameter when value was set to false, which throws an error.
190-
* AADDeviceRegistrationPolicy
191-
* Added error handling to Group display name retrieval to prevent errors
192-
when an assigned group no longer exists.
193-
* AADRoleAssignmentScheduleRequest
194-
* Initial release.
195-
* AADRoleEligibilityScheduleRequest
196-
* Adds support for custom role assignments at app scope.
197-
* AADRoleSettings
198-
* Fixing issue where the ActivateApprover parameter is not processed correctly
199-
when an approver does not exist.
200-
FIXES [#5423](https://github.com/microsoft/Microsoft365DSC/issues/5423)
201-
FIXES [#5415](https://github.com/microsoft/Microsoft365DSC/issues/5415)
202-
* AzureBillingAccountPolicy
203-
* Initial release.
204-
* IntuneDeviceConfigurationPolicyAndroidDeviceOwner
205-
* Fixed issue when properties `DetailedHelpText`,
206-
`DeviceOwnerLockScreenMessage` or `ShortHelpText` were defined but the
207-
request was not being sent correctly
208-
FIXES [#5411](https://github.com/microsoft/Microsoft365DSC/issues/5411)
209-
* IntuneDiskEncryptionPDEPolicyWindows10
210-
* Initial release.
211-
* IntuneFirewallRulesHyperVPolicyWindows10
212-
* Initial release.
213-
* IntuneFirewallRulesPolicyWindows10ConfigMgr
150+
ReleaseNotes = '* AAD
151+
* Added ApplicationSecret auth method to multiple resources
152+
* AADFilteringPolicyRule
153+
* Fixed an issue with the export of the Destinations property where
154+
the CIMInstance array object was malformed.
155+
* EXOEOPProtectionPolicyRule
156+
* Added support for AccessTokens.
157+
* EXOExternalInOutlook
158+
* Added support for AccessTokens.
159+
* EXOMailContact
160+
* Changed how empty arrays are returned.
161+
* EXOPlace
162+
* Changed how empty arrays are returned.
163+
* EXORecipientPermission
164+
* Added logic to update an existing recipients permissions.
165+
* EXOTransportRule
166+
* Changed how empty arrays are returned.
167+
* INTUNE
168+
* Add parameter `-All` to Graph requests to fetch all policies on Get.
169+
* IntuneAndroidManagedStoreAppConfiguration
214170
* Initial release.
171+
* IntuneAppConfigurationPolicy
172+
* Fixes an issue where assignment was not properly set if the
173+
groupId was null.
174+
FIXES [#5430](https://github.com/microsoft/Microsoft365DSC/issues/5430)
215175
* IntuneMobileAppConfigurationPolicyIOS
176+
* Removing resource. Already possible with IntuneAppConfigurationDevicePolicy
177+
* IntuneMobileThreatDefenseConnector
178+
* Fixes a NotFound error when the resource does not exist and remove
179+
`LastHeartbeatDateTime` from comparison.
180+
* IntuneRoleAssignment
181+
* Improve verbose output and fix copy-pasted variables.
182+
* IntuneRoleScopeTag
216183
* Initial release.
217-
* SCPolicyConfig
218-
* Fixed an issue extracting empty groups properties.
219-
* TeamsUpdateManagementPolicy
220-
* Added conversion of the UpdateTimeOfDay parameter to the local culture format
221-
so that the comparison will work consistently.
222-
FIXES [#5424](https://github.com/microsoft/Microsoft365DSC/issues/5424)
223-
* M365DSCDRGUtil
224-
* Improve CIM instance detection for specific Intune resources.'
184+
* TeamsUserPolicyAssignment
185+
* Added support for the Global policies.
186+
* TeamsUpgradePolicy
187+
* DEPRECATED: Users properties. Use the TeamsUserPolicyAssignment resource
188+
instead.
189+
* M365DSCUtil
190+
* Add default Ensure value `Present` if not specified.
191+
FIXES [#5085](https://github.com/microsoft/Microsoft365DSC/issues/5085)
192+
* When exporting generate the instance names of resources with their mandatory
193+
keys instead of random GUIDs , this makes exports idempotent again
194+
FIXES [#5469](https://github.com/microsoft/Microsoft365DSC/issues/5469)
195+
* MISC
196+
* Removed hardcoded Graph urls and replaced by MSCloudLoginAssistant values.
197+
* Add separate module handling for PowerShell Core.
198+
* DEPENDENCIES
199+
* Updated DSCParser to version 2.0.0.14.
200+
* Updated Microsoft.Graph to version 2.25.0.
201+
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.200.
202+
* Updated MicrosoftTeams to version 6.7.0.'
225203

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

0 commit comments

Comments
 (0)