Adding more than 1 scope to GraphServicesClient causes an error when using the client #2294
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
If I true to use more than 1 scope when creating a client
new GraphServicesClient(myCredential, scope1, scope2)
an error is encountered when trying to use it:
Expected behavior
To allow more than 1 scope.
How to reproduce
Add more than 1 scope to the constructor.
SDK Version
6.x
Latest version known to work for scenario above?
No response
Known Workarounds
None
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: