Skip to content

Commit 4f25807

Browse files
committed
Release v1.24.1127.1
1 parent 8e4e2fe commit 4f25807

File tree

2 files changed

+7
-81
lines changed

2 files changed

+7
-81
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

+3-77
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,7 @@
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
214-
* Initial release.
215-
* IntuneMobileAppConfigurationPolicyIOS
216-
* 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.'
150+
ReleaseNotes = ''
225151

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

0 commit comments

Comments
 (0)