Azure Data Factory: Inquiry on New Undocumented Property 'trustModeClaimForMi'

Janne Kujanpää 256 Reputation points
2025-08-08T09:06:38.5766667+00:00

It looks like PG added a new undocumented property on data factory resource properties:

"trustModeClaimForMi": {
            "value": "Enabled",
            "editable": true
}

Any ideas about this and any ETA when REST API spec is being updated if ever?

My guesses are that this might be related with upcoming trusted bypass changes and API SPEC ever updates.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 35,766 Reputation points Volunteer Moderator
    2025-08-08T16:00:16.1733333+00:00

    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.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.