Skip to content

Commit

Permalink
Merge branch 'Dev' into fix/attack-surface-reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienTschanz committed Jun 5, 2024
2 parents 1fb5a91 + ed4a690 commit 328fd7f
Show file tree
Hide file tree
Showing 22 changed files with 2,170 additions and 517 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change log for Microsoft365DSC

# UNRELEASED

* AADEntitlementManagementRoleAssignment
* Initial Release.
* IntuneAppConfigurationDevicePolicy
* Add assignment group display name and fix compilation
FIXES [#4724](https://github.com/microsoft/Microsoft365DSC/issues/4724)
* M365DSCResourceGenerator
* Add support for generating Intune settings catalog policies
* M365DSCDRGUtil
* Add multiple commands for Intune policies that use the settings catalog
* Improve comparison of Intune assignments in `Compare-M365DSCIntunePolicyAssignment`

# 1.24.529.1

* AADAdministrativeUnit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MSFT_AADAuthenticationMethodPolicyAuthenticatorIncludeTarget
[ClassVersion("1.0.0.0"), FriendlyName("AADAuthenticationMethodPolicyAuthenticator")]
class MSFT_AADAuthenticationMethodPolicyAuthenticator : OMI_BaseResource
{
[Write, Description("A collection of Microsoft Authenticator settings such as number matching and location context, and whether they are enabled for all users or specific users only."), EmbeddedInstance("MSFT_MicrosoftGraphmicrosoftAuthenticatorFeatureSettings")] String FeatureSettings;
[Write, Description("A collection of Microsoft Authenticator settings such as number matching and location context, and whether they are enabled for all users or specific users only."), EmbeddedInstance("MSFT_MicrosoftGraphMicrosoftAuthenticatorFeatureSettings")] String FeatureSettings;
[Write, Description("true if users can use the OTP code generated by the Microsoft Authenticator app, false otherwise.")] Boolean IsSoftwareOathEnabled;
[Write, Description("Displayname of the groups of users that are excluded from a policy."), EmbeddedInstance("MSFT_AADAuthenticationMethodPolicyAuthenticatorExcludeTarget")] String ExcludeTargets[];
[Write, Description("Displayname of the groups of users that are included from a policy."), EmbeddedInstance("MSFT_AADAuthenticationMethodPolicyAuthenticatorIncludeTarget")] String IncludeTargets[];
Expand Down
Loading

0 comments on commit 328fd7f

Please sign in to comment.