Skip to content

Commit 32a4242

Browse files
committed
Added python import note to create-client.md tab
1 parent 3b59e7b commit 32a4242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

concepts/sdks/create-client.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The client ID is the app registration ID that is generated when you [register yo
3838

3939
:::code language="python" source="./snippets/python/src/snippets/create_clients.py" id="DeviceCodeSnippet":::
4040

41+
Import `DeviceDodeCredential` from `azure.identity`, and import `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
42+
4143
# [TypeScript](#tab/typescript)
4244

4345
:::code language="typescript" source="./snippets/typescript/src/snippets/createClients.ts" id="DeviceCodeSnippet":::

0 commit comments

Comments
 (0)