-
Notifications
You must be signed in to change notification settings - Fork 151
Using Beta Models
In the beta branch of the SDK, you will find the latest models for the beta endpoint (https://graph.microsoft.com/beta). This will allow you to work with Graph entities that are currently still in preview.
This should not be confused with features that are in beta in the SDK
Beta models use their own namespace to prevent name collision with the v1.0 models:
Microsoft\Graph\Beta\ModelsTo switch from v1.0 models to beta models, simply change your using statement from Graph\Models to Graph\Beta\Models.
Because it is actively changing, we do not actively support the beta endpoint. However, if you find a bug in the beta models, please still open an issue on the repo. It is likely that the issue will propagate into v1.0 once it is promoted. If the bug is specific to beta, please include the tag beta.