packagist microsoft/microsoft-graph 2.0.0-RC15
2.0.0 Release Candidate 15

latest releases: v2.14.0, dev-main, dev-release-please--branches--main--components--microsoft/microsoft-graph...
15 months ago

What's Changed

  • Simplified GraphServiceClient instantiation experience
// Default client using the global endpoint (https://graph.microsoft.com) and default scopes
$graphServiceClient = new GraphServiceClient($tokenRequestContext);

// With custom scopes and custom National Cloud endpoint
$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes, NationalCloud::CHINA);

// With a custom request adapter
$graphServiceClient = GraphServiceClient::createWithRequestAdapter($requestAdapter);
  • Updated models and fluent request builders.

Full Changelog: 2.0.0-RC14...2.0.0-RC15

Don't miss a new microsoft-graph release

NewReleases is sending notifications on new releases.