Skip to content

Commit

Permalink
Merge pull request #1261 from microsoftgraph/fix/update-samples
Browse files Browse the repository at this point in the history
Add National Cloud customization sample
  • Loading branch information
Ndiritu authored Jun 15, 2023
2 parents 30880ac + 739d98a commit 8e18e80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ $graphServiceClient = new GraphServiceClient($tokenRequestContext);

```

Using a custom National Cloud deployment:
```php
$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes, NationalCloud::CHINA);
```

Customizing the default Guzzle client:
```php

Expand Down

0 comments on commit 8e18e80

Please sign in to comment.