Skip to content

Commit 618d04c

Browse files
committed
- version in test should be v1.0?
1 parent 46ece0c commit 618d04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Typewriter.Test/TestDataJava/com/microsoft/graph/requests/extensions/BaseGraphServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class BaseGraphServiceClient extends BaseClient implements IBaseGraphServ
3232
/**
3333
* The default endpoint for the Microsoft Graph Service
3434
*/
35-
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/beta";
35+
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
3636

3737
/**
3838
* The current endpoint

0 commit comments

Comments
 (0)