File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- <?php
1+ <?php
22/**
3- * Copyright (c) Microsoft Corporation. All Rights Reserved.
4- * Licensed under the MIT License. See License in the project root
3+ * Copyright (c) Microsoft Corporation. All Rights Reserved.
4+ * Licensed under the MIT License. See License in the project root
55* for license information.
6- *
6+ *
77* Constants File
88* PHP version 7
99*
@@ -24,7 +24,7 @@ final class GraphConstants
2424 const REST_ENDPOINT = "https://graph.microsoft.com/ " ;
2525
2626 // Define HTTP request constants
27- const SDK_VERSION = "1.6 .0 " ;
27+ const SDK_VERSION = "1.7 .0 " ;
2828
2929 // Define error constants
3030 const MAX_PAGE_SIZE = 999 ;
@@ -44,4 +44,4 @@ final class GraphConstants
4444
4545 // Define server error constants
4646 const UNABLE_TO_PARSE_RESPONSE = "The HTTP client sent back an invalid response " ;
47- }
47+ }
You can’t perform that action at this time.
0 commit comments