You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -569,7 +569,7 @@ All notable changes to this project will be documented in this file.
569
569
570
570
### Added
571
571
572
-
- Added members of type cast segment to administative units.
572
+
- Added members of type cast segment to administrative units.
573
573
574
574
## [5.49.0] - 2023-03-14
575
575
@@ -623,7 +623,7 @@ All notable changes to this project will be documented in this file.
623
623
- Include company portal link on notification template branding options.
624
624
- JoinMeetingIdSettings on OnlineMeeting.
625
625
- PartnerTenantType on Organization.
626
-
-CommitedContainedApp on WindowsUniveralAppX
626
+
-CommittedContainedApp on WindowsUniversalAppX
627
627
- DevicesWithoutCompliancePolicyReport
628
628
629
629
## [5.43.0] - 2022-12-16
@@ -716,8 +716,8 @@ All notable changes to this project will be documented in this file.
716
716
### Changed
717
717
718
718
- Generated v1.0 models and request builders using Typewriter.
719
-
- Models and Requests returning or consuming a 'Report' model have been changed to return or cosume a java.io.InputStream.
720
-
- Fixed case where some intances of functionOptions were not being added to request options.
719
+
- Models and Requests returning or consuming a 'Report' model have been changed to return or consume a java.io.InputStream.
720
+
- Fixed case where some instances of functionOptions were not being added to request options.
721
721
- Fixed case where in some instances parameters weren't being added to request body.
722
722
723
723
## [5.39.0] - 2022-10-20
@@ -819,7 +819,7 @@ All notable changes to this project will be documented in this file.
819
819
820
820
- Generated v1.0 models and request builders using Typewriter.
821
821
- Classes related to the removed and added models/requests have been updated to reflect the addition and removal of these models/requests.
822
-
- Removed RestrictedSignIn model and related requets.
822
+
- Removed RestrictedSignIn model and related requests.
823
823
824
824
## [5.34.0] - 2022-09-01
825
825
@@ -891,7 +891,7 @@ All notable changes to this project will be documented in this file.
891
891
892
892
- Generated v1.0 models and request builders using Typewriter.
893
893
- References to newly added models/requests added to current models/requests.
894
-
- Example: Authentication model now has refrences to EmailAuthenticationMethod, PhoneAuthenticationMethod, SoftwareOathAuthenticationMethod models.
894
+
- Example: Authentication model now has references to EmailAuthenticationMethod, PhoneAuthenticationMethod, SoftwareOathAuthenticationMethod models.
895
895
- Example: AuthenticationRequestBuilder now references EmailAuthenticationMethodRequestBuilder, PhoneAuthenticationMethodRequestBuilder, and SoftwareOathAuthenticationMethodRequestBuilder.
896
896
897
897
## [5.30.0] - 2022-07-05
@@ -918,7 +918,7 @@ All notable changes to this project will be documented in this file.
918
918
### Added
919
919
920
920
- AssociatedTeamInfo model and related requests.
921
-
- ChannelDoesUserHaveAccessParameterSet models and related requets.
921
+
- ChannelDoesUserHaveAccessParameterSet models and related requests.
922
922
- SharedWithChannelTeamInfo model and related requests.
923
923
- TeamInfo model and related requests.
924
924
- ConversationMember requests.
@@ -986,7 +986,7 @@ All notable changes to this project will be documented in this file.
986
986
### Changed
987
987
988
988
- Generated v1.0 models and request builders using Typewriter.
989
-
- Added refrences to the added models in related models and requests.
989
+
- Added references to the added models in related models and requests.
990
990
991
991
## [5.23.0] - 2022-05-06
992
992
@@ -1001,7 +1001,7 @@ All notable changes to this project will be documented in this file.
1001
1001
### Changed
1002
1002
1003
1003
- Generated v1.0 models and request builders using Typewriter.
1004
-
- Added refrences to the added models in related models and requests.
1004
+
- Added references to the added models in related models and requests.
1005
1005
1006
1006
## [5.22.0] - 2022-04-28
1007
1007
@@ -1013,7 +1013,7 @@ All notable changes to this project will be documented in this file.
1013
1013
### Changed
1014
1014
1015
1015
- Generated v1.0 models and request builders using Typewriter.
1016
-
-PlannerCategroyDescriptions model.
1016
+
-PlannerCategoryDescriptions model.
1017
1017
- PlannerTask model.
1018
1018
- TeamworkUserIdentityType model.
1019
1019
@@ -1077,7 +1077,7 @@ All notable changes to this project will be documented in this file.
Copy file name to clipboardexpand all lines: docs/upgrade-to-v3.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Due to historical reasons, the SDK provided two authentication provider interfac
45
45
- Update the implementation to match the new interface.
46
46
- Replace any reference to `com.microsoft.graph`.
47
47
48
-
> Note: if your project implements its own authentication provider, you might want to review the list of providers available with Azure identity to review whether a custom provider is still required. If a custom provider is still required, you should extend `BaseAuthenticationProvider` which provides a method to check whether a spefic request should be authenticated based on its URL.
48
+
> Note: if your project implements its own authentication provider, you might want to review the list of providers available with Azure identity to review whether a custom provider is still required. If a custom provider is still required, you should extend `BaseAuthenticationProvider` which provides a method to check whether a specific request should be authenticated based on its URL.
49
49
50
50
### Modern date and time API
51
51
@@ -86,7 +86,7 @@ To provide support for optional parameters for OData methods (actions, functions
86
86
87
87
### Futures vs Callbacks
88
88
89
-
To provide a standard and modern way of executing requests asynchronuously to SDK users, the custom defined `ICallback` interface has been removed and the API now returns `CompletableFuture`. To upgrade your application do the following.
89
+
To provide a standard and modern way of executing requests asynchronously to SDK users, the custom defined `ICallback` interface has been removed and the API now returns `CompletableFuture`. To upgrade your application do the following.
Copy file name to clipboardexpand all lines: docs/upgrade-to-v6.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document provides a list of changes and upgrade considerations for the Micr
4
4
5
5
## Overview
6
6
7
-
Version 6.1.0 of the Microsoft Graph Java SDK is based on the new [Kiota](https://github.com/microsoft/kiota) code generation tool. By using Kiota the SDK is now able to support a broader range of Microsoft Graph API enpoints while also being more intuitive. Furthermore, [Graph-Core](https://github.com/microsoftgraph/msgraph-sdk-java-core) has also been updated to v3 which provides a great amount of added functionality; this makes v6 of the SDK a significant upgrade from v5.
7
+
Version 6.1.0 of the Microsoft Graph Java SDK is based on the new [Kiota](https://github.com/microsoft/kiota) code generation tool. By using Kiota the SDK is now able to support a broader range of Microsoft Graph API endpoints while also being more intuitive. Furthermore, [Graph-Core](https://github.com/microsoftgraph/msgraph-sdk-java-core) has also been updated to v3 which provides a great amount of added functionality; this makes v6 of the SDK a significant upgrade from v5.
The sdk no longer provides async methods for executing requests thus the async suffix has removed from executor methods. `postAsync()` is removed and now only `post()` is available, `getAsync()` is removed and only `get()`is available, etc.
118
-
> If users wish to execute requests asynchronusly they may choose to wrap their calls in CompleteableFutures or a separate async workflow.
118
+
> If users wish to execute requests asynchronously they may choose to wrap their calls in CompleteableFutures or a separate async workflow.
119
119
120
120
### Removal of `buildRequest()`
121
121
122
-
In the previous version of the SDK the `buildRequest()` method call was neccessary when building and calling requests.
122
+
In the previous version of the SDK the `buildRequest()` method call was necessary when building and calling requests.
123
123
Previously a call to get the current user would look like the following:
Passing function parameters to requests has changed in v6. The `FunctionOption` class, which extends the `Option` class, has been removed and is no longer used to define function parameters. Futhermore, function and action paramter classes, currently defined by classes with the suffix `ParameterSet`, have been removed.
230
+
Passing function parameters to requests has changed in v6. The `FunctionOption` class, which extends the `Option` class, has been removed and is no longer used to define function parameters. Futhermore, function and action parameter classes, currently defined by classes with the suffix `ParameterSet`, have been removed.
231
231
Previously a user would pass function parameters to a request as follows:
0 commit comments