Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

File metadata and controls

19 lines (12 loc) · 455 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\Beta\GraphServiceClient;
use Microsoft\Graph\Beta\Generated\Models\ServicePrincipal;


$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);

$requestBody = new ServicePrincipal();
$requestBody->setAppId('65415bb1-9267-4313-bbf5-ae259732ee12');

$result = $graphServiceClient->servicePrincipals()->post($requestBody)->wait();