Hello Janne !
Thank you for posting on Microsoft Learn.
The trustModeClaimForMi property you've come across is likely related to security or identity management feature in ADF. Since it appears undocumented, I think it could be part of an upcoming update or feature related to managed identity (MI) trust or secure bypass configurations or simply it will be deprecated.
My guess it might be related to managed identity trust and it could be used to indicate whether a specific MI is trusted for certain operations, potentially bypassing traditional identity checks or allowing broader access for ADF resources.
As for the REST API spec update, it may take some time for Microsoft to update official documentation and API references for this property, especially if it's part of an experimental or gradual rollout. It might be available in upcoming preview versions of the ADF REST API, but without formal documentation, it's challenging to get a precise timeline.
In the meantime, I'd recommend keeping an eye on:
Azure Release Notes for new features related to security or identity management.
Azure SDK or ADF API documentation for any updates regarding this property.
- Azure forums or Microsoft support for further clarification or possible insights from internal documentation.