Missing property includeTargets on fido2AuthenticationMethodConfiguration resource type from Beta version 5.54.0 and onwards
When upgrading the graph beta sdk from version 5.53.0 to the latest it breaks on the property includeTargets from the fido2AuthenticationMethodConfiguration type. The property disappears from version 5.54.0-preview and onwards.
The docs says it still should exist https://learn.microsoft.com/en-us/graph/api/resources/fido2authenticationmethodconfiguration?view=graph-rest-beta
Hope this can be fixed soon, breaking change for us.
Metadata available at https://graph.microsoft.com/beta/$metadata used to generate the SDK is also missing the the navigation property.
We will need to confirm if this is a documentation issue or a mistake in the metadata.
@edwinvandriel Any chance you can confirm that the relevant data is still returned/retrievable from the API?
I can confirm it is still relevant. Think it's a mistake in the metadata. The call is https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy/AuthenticationMethodConfigurations/fido2
@andrueastman any news on this one?
The metadata was updated to have the includeTargets property to target a new derived type of authenticationMethodTarget that is not publicly and therefore stripped out of the final metadata.
We're following up with the workload team on whether the removal of the property was intended here.
Why should a removal be intended without a notice? It's a functionality that is also available in de v1 productions metadata. Could there be some more prio. It's now 6 weeks ago that i've been able to update the sdk :-(
@andrueastman why isn't this solved yet?
API team is working on fixing the metadata on this one and should be resolved once the updated metadata is deployed in the coming week.
@andrueastman any update on this one? Still broken...
This has finally been fixed, as of https://github.com/microsoftgraph/msgraph-metadata/pull/623/commits/2329c74dc88c4bd0c0f0fc72bdc1faa95c7c40bf
It's supposed to be in the next NuGet release.
Closing this one for now as the property was added via https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/pull/843 and available in the release at https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/releases/tag/v5.76.0-preview