Currently Graph api does not support custom Graph Url #2354
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
Currently in
BaseGraphRequestAdapter
we have support for the below list of cloud URLHowever in the
GraphServiceClient
there is no option to configure the URLhere is sample code
Expected behavior
I feel that
GraphServiceClient
should have an option available to configure the base URL from the cloudListGraphServiceClient graphClient = new GraphServiceClient(authenticationProvider, httpClient);
How to reproduce
Try creating
GraphServiceClient
with custom baseURLSDK Version
6.34.0
Latest version known to work for scenario above?
No response
Known Workarounds
No known workarounds
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: