Skip to content

Commit 7bc456a

Browse files
Merge pull request #6477 from microsoft/Dev
Release 1.25.903.1
2 parents 7bf22d8 + c4bca83 commit 7bc456a

File tree

563 files changed

+13946
-3492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

563 files changed

+13946
-3492
lines changed

CHANGELOG.md

Lines changed: 95 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,90 @@
11
# Change log for Microsoft365DSC
22

3+
# 1.25.903.1
4+
5+
* AADAccessReviewDefinition
6+
* Added properties `FallbackReviewers` and `Reviewers`.
7+
FIXES [#5674](https://github.com/microsoft/Microsoft365DSC/issues/5674)
8+
* AADApplication
9+
* Fixed an issue where owners would not be set during creation.
10+
FIXES [#6238](https://github.com/microsoft/Microsoft365DSC/issues/6238)
11+
* AADEntitlementManagementAccessPackageAssignmentPolicy
12+
* Added support for Groups as well as single users.
13+
FIXES [#6257](https://github.com/microsoft/Microsoft365DSC/issues/6257)
14+
* AADAuthenticationStrengthPolicy
15+
* Filter out built-in policies because they cannot be modified.
16+
* AADEntitlementManagementRoleAssignment
17+
* Added functionality to export groups and service principals.
18+
Fixed an issue where the export of `Connected organization administrator` assignments would fail.
19+
FIXES [#5620](https://github.com/microsoft/Microsoft365DSC/issues/5620)
20+
FIXES [#5618](https://github.com/microsoft/Microsoft365DSC/issues/5618)
21+
* AADServicePrincipal
22+
* Fixed an issue where assigning members to a Service Principal would throw an error when
23+
more than one member was assigned.
24+
* ADOPermissionGroupSettings
25+
* Reduced export time by 90%.
26+
* IntuneAntivirusPolicyWindows10ConfigMgr
27+
* Initial release.
28+
* IntuneAntivirusPolicySecurityExperienceWindows10ConfigMgr
29+
* Initial release.
30+
FIXES [#4229](https://github.com/microsoft/Microsoft365DSC/issues/4229)
31+
* IntuneDeviceComplianceNotificationMessageTemplate
32+
* Initial release.
33+
* IntuneDeviceComplianceScriptLinux
34+
* Initial release.
35+
* IntuneDeviceManagementComplianceSettings
36+
* Updated `DeviceComplianceCheckinThresholdDays` to use the default value of 30 days
37+
if the backend reports 0 as the value.
38+
FIXES [#6450](https://github.com/microsoft/Microsoft365DSC/issues/6450)
39+
* Restricted possible values for `DeviceComplianceCheckinThresholdDays` from 1 to 120.
40+
* IntuneMobileAppsWin32AppWindows10
41+
* Bump CIM instance version to fix invalid property name.
42+
* IntuneMobileAppsWindowsOfficeSuiteApp
43+
* Fixes problem with OfficeConfigurationXml.Changed from type byte to type
44+
String as APi expect a string that is encoded in Base64 format.
45+
* IntuneSecurityBaselineMicrosoftEdge
46+
* Fixed an issue where the latest policy version was not exported.
47+
FIXES [#6415](https://github.com/microsoft/Microsoft365DSC/issues/6415)
48+
* IntuneWindowsUpdateForBusinessHotpatchProfileWindows10
49+
* Initial release.
50+
FIXES [#6368](https://github.com/microsoft/Microsoft365DSC/issues/6368)
51+
* PPPowerAppsEnvironment
52+
* Fixed a variable naming conflict for environments provisioned through Microsoft Teams.
53+
FIXES [#6404](https://github.com/microsoft/Microsoft365DSC/issues/6404)
54+
* SCInsiderRiskPolicy
55+
* Fixed an issue where an empty `EnableTeam` value would throw during Get operation.
56+
* TeamsCallingPolicy
57+
* Added 12 new supported properties.
58+
* TeamsMeetingBroadcastConfiguration
59+
* Fixes an issue where the SdnAPIToken wasn't exported as a string.
60+
* TeamsMessagingPolicy
61+
* Added support for 12 new properties.
62+
* TeamsTeam
63+
* Fixed an issue where an invalid search query was invoked.
64+
FIXES [#5937](https://github.com/microsoft/Microsoft365DSC/issues/5937)
65+
* MISC
66+
* Code cleanup across all AAD, ADO and Azure resources.
67+
* Fixing issues connection SPO to sovereign clouds.
68+
* Fixed an issue across Intune resources using the Settings Catalog which
69+
were not correctly setting their `RoleScopeTagIds`.
70+
FIXES [#6434](https://github.com/microsoft/Microsoft365DSC/issues/6434)
71+
* Fixed issues when connecting SPO to sovereign clouds.
72+
* Updated settings and formatting of method names across all resources.
73+
* Updated documentation for configuring workload authentication.
74+
* Updated permissions for EXO resources.
75+
FIXES [#3841](https://github.com/microsoft/Microsoft365DSC/issues/3841)
76+
* DEPENDENCIES
77+
* Updated ExchangeOnlineManagement to version 3.9.0.
78+
FIXES [#6106](https://github.com/microsoft/Microsoft365DSC/issues/6106)
79+
* Include `Az.Security` module for `Defender` workload.
80+
* M365DSCTelemetryEngine
81+
* Changed logic to retrieve the global telemetry authentication parameters.
82+
* M365DSCUtil
83+
* Changed logic to provide the global telemetry authentication parameters.
84+
* Moved sizing of batch requests to `Invoke-M365DSCGraphBatchRequest`.
85+
* Fixed a comparison issue in `Compare-M365DSCComplexObject`.
86+
Supersedes [#6196](https://github.com/microsoft/Microsoft365DSC/pull/6196).
87+
388
# 1.25.827.1
489

590
* EXODistributionGroup
@@ -12,8 +97,11 @@
1297
captured.
1398
* M365DSCGraphAPIRuleEvaluation
1499
* Initial release.
100+
* PlannerTask
101+
* Fixed an issue where a task with a deleted user assigned could not be exported.
102+
FIXES [#6054](https://github.com/microsoft/Microsoft365DSC/issues/6054)
15103
* MISC
16-
* Modified the drift logging logic to include the MFT_ prefix
104+
* Modified the drift logging logic to include the MSFT_ prefix
17105
in the resource name and add back the LCMState parameter.
18106
* DEPENDENCIES
19107
* Updated MicrosoftTeams to version 7.3.1.
@@ -64,6 +152,10 @@
64152
* Fixed an issue where duplicate parameters would lead to an error during generation.
65153
FIXES [#5489](https://github.com/microsoft/Microsoft365DSC/issues/5489)
66154
* DEPENDENCIES
155+
* Updated Az.Accounts to version 5.0.1.
156+
* Updated Az.ResourceGraph to version 1.2.1.
157+
* Updated Az.Resources to version 8.0.0.
158+
* Updated Az.SecurityInsights to version 3.2.0.
67159
* Updated ReverseDSC to version 2.0.0.29.
68160

69161
# 1.25.730.1
@@ -125,6 +217,8 @@
125217
* IntuneSettingCatalogCustomPolicyWindows10
126218
* Add `RoleScopeTagIds` property to functions.
127219
FIXES [#6348](https://github.com/microsoft/Microsoft365DSC/issues/6348)
220+
* SCSensitivityLabel
221+
* Fixes issue where AdvancedSettings in MSFT_SCSensitivityLabel was not always exported as an array block. [#6321](https://github.com/microsoft/Microsoft365DSC/issues/6321)
128222
* M365DSCDRGUtil
129223
* Added new function `Invoke-M365DSCIntuneMobileAppInitialUpload` for initial mobile app content upload.
130224
* MISC
@@ -144,7 +238,6 @@
144238
* Fixed incorrect ServicePrincipalRiskLevels parameter type
145239
FIXES [#6325](https://github.com/microsoft/Microsoft365DSC/issues/6325)
146240
* Added example for workload identity and dynamic filter based on CustomSecurityAttribute
147-
148241
* EXOTransportRule
149242
* Changed the update logic to handle empty parameters.
150243
* IntuneMobileAppsDefenderForEndpointMacOS

0 commit comments

Comments
 (0)