Skip to content

Wrong options given for devicecodecredential #663

@bvduijn

Description

@bvduijn

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 )

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions