-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Status: No Recent Activityarea:documentationFocused on documentation of the productFocused on documentation of the productdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Line 66 in 31d6326
| credential = DeviceCodeCredential("client_id", |
According to the options specified for devicecodecredential the tenantID is a keyword only parameter.
The line should be:
credentials = DeviceCodeCredential(client_id,
tenant_id=tenant_id )
JorisMeertBambrugge
Metadata
Metadata
Assignees
Labels
Status: No Recent Activityarea:documentationFocused on documentation of the productFocused on documentation of the productdocumentationImprovements or additions to documentationImprovements or additions to documentation