Skip to content

Commit e7481c3

Browse files
authored
Merge pull request #299 from dabla/patch-1
Update README.md
2 parents bf9f5f3 + 8680034 commit e7481c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ credential = EnvironmentCredential()
4343
client = GraphServiceClient(credential, scopes=scopes)
4444
```
4545

46+
> **Note**: Refer to the [following documentation page](https://learn.microsoft.com/graph/sdks/customize-client?tabs=python#configuring-the-http-proxy-for-the-client) if you need to configure an HTTP proxy.
47+
4648
## 3. Make requests against the service
4749

4850
After you have a **GraphServiceClient** that is authenticated, you can begin making calls against the service. The requests against the service look like our [REST API](https://docs.microsoft.com/graph/api/overview?view=graph-rest-1.0).

0 commit comments

Comments
 (0)