We plan to use some specific Microsoft Graph beta APIs to access data from Office 365. But our Office 365 tenant will be in standard release mode, NOT targeted release.
Is this compatible? Or is the general availability of Microsoft Graph beta/preview APIs somehow bound to the release mode of the tenant the data is being accessed of?
(Of course, when accessing data that can only be created in a targeted release tenant this data won't be available. But will the corresponding (beta) API be callable? Probably returning an error indicating this dicrepancy, or just nothing?)
I want to call beta APIs for standard and targeted release features without having the tenant in targeted release mode. To create a single code base for both release modes.