As Microsoft documents it here:
https://learn.microsoft.com/en-us/graph/extensibility-overview
there are a few types of extensions that can be defined and used in Azure, to extend the cloud data.
The current version of the driver supports only the Directory Extensions:
https://learn.microsoft.com/en-us/graph/extensibility-overview#directory-azure-ad-extensions
but I would need also support for:
- Schema Extensions - https://learn.microsoft.com/en-us/graph/extensibility-overview#schema-extensions
- OpenExtensions - https://learn.microsoft.com/en-us/graph/extensibility-overview#open-extensions
Currently I am using a customized REST driver to make the calls for reading and updating the OpenExtensions data, but this makes the solution complex and a bit hard for the customer to understand and maintain.
Can we have some support for these 2 types of Extensions in the future?
Maybe this can be made by opening up the Shim and allow us to make custom calls to the MS.Graph Endpoints, as sugested here:
Azure - Microsoft Graph API