Skip to content

Commit 3638fc7

Browse files
committed
Update GraphClient
1 parent 0d44e96 commit 3638fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/design/client_factory.puml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class Session {}
2323
class GraphClient {
2424
-session: Session
2525

26-
+__init__(session: Session, credential: TokenCredential)
26+
+__init__(session: Session, credential: TokenCredential,
27+
version: ApiVersion, cloud: NationalClouds)
2728
+get()
2829
+post()
2930
+put()

0 commit comments

Comments
 (0)