diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0692c189..063c491bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # UNRELEASED +* AADAuthenticationMethodPolicyFido2 + * Add missing class identifier to schema. + FIXES [#4900](https://github.com/microsoft/Microsoft365DSC/issues/4900) + FIXES [#4079](https://github.com/microsoft/Microsoft365DSC/issues/4079) * IntuneAntivirusPolicyWindows10SettingCatalog * Fixes an issue where the template reference is not set correctly. FIXES [#4925](https://github.com/microsoft/Microsoft365DSC/issues/4925) @@ -15,7 +19,7 @@ FIXES [#3966](https://github.com/microsoft/Microsoft365DSC/issues/3966) * IntuneEndpointDetectionAndResponsePolicyLinux * Initial release. -* IntuneEndointDetectionAndResponsePolicyMacOS +* IntuneEndpointDetectionAndResponsePolicyMacOS * Initial release. * IntuneWindowsUpdateForBusinessFeatureUpdateProfileWindows10 * Introduces new properties and updates the handling of the diff --git a/Modules/Microsoft365DSC/DSCResources/MSFT_AADAuthenticationMethodPolicyFido2/MSFT_AADAuthenticationMethodPolicyFido2.schema.mof b/Modules/Microsoft365DSC/DSCResources/MSFT_AADAuthenticationMethodPolicyFido2/MSFT_AADAuthenticationMethodPolicyFido2.schema.mof index 1268c52809..cc7981cfa8 100644 --- a/Modules/Microsoft365DSC/DSCResources/MSFT_AADAuthenticationMethodPolicyFido2/MSFT_AADAuthenticationMethodPolicyFido2.schema.mof +++ b/Modules/Microsoft365DSC/DSCResources/MSFT_AADAuthenticationMethodPolicyFido2/MSFT_AADAuthenticationMethodPolicyFido2.schema.mof @@ -11,7 +11,7 @@ class MSFT_AADAuthenticationMethodPolicyFido2ExcludeTarget [Write, Description("The object identifier of an Azure AD group.")] String Id; [Write, Description("The type of the authentication method target. Possible values are: group and unknownFutureValue."), ValueMap{"user","group","unknownFutureValue"}, Values{"user","group","unknownFutureValue"}] String TargetType; }; - +[ClassVersion("1.0.0")] class MSFT_AADAuthenticationMethodPolicyFido2IncludeTarget { [Write, Description("The object identifier of an Azure AD group.")] String Id;