Skip to content

Commit 77e5b4c

Browse files
committed
Add comment on supported middleware options
1 parent 4be7965 commit 77e5b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msgraph/core/_graph_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from ._client_factory import HTTPClientFactory
88
from .middleware.request_context import RequestContext
99

10+
# These are middleware options that can be configured per request.
11+
# Supports options for default middleware as well as custom middleware.
1012
supported_options = [
1113
# Auth Options
1214
'scopes',

0 commit comments

Comments
 (0)