File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
graphsdk/src/main/java/com/microsoft/graph/generated Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 44
55package com .microsoft .graph .generated ;
66
7- import com .microsoft .graph .concurrency .*;
8- import com .microsoft .graph .core .*;
7+ import com .microsoft .graph .core .BaseClient ;
98import com .microsoft .graph .extensions .*;
10- import com .microsoft .graph .http .*;
11- import com .microsoft .graph .generated .*;
12- import com .microsoft .graph .options .*;
13- import com .microsoft .graph .serializer .*;
14-
15- import java .util .Arrays ;
16- import java .util .List ;
17- import java .util .Map ;
189
1910// **NOTE** This file was generated by a tool and any changes will be overwritten.
2011
@@ -26,7 +17,7 @@ public class BaseGraphServiceClient extends BaseClient implements IBaseGraphServ
2617 /**
2718 * The default endpoint for the Microsoft Graph Service
2819 */
29- public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0 " ;
20+ public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/beta " ;
3021
3122 /**
3223 * The current endpoint
You can’t perform that action at this time.
0 commit comments