Skip to content

Commit 9d9ee7f

Browse files
authored
Merge pull request #1250 from microsoftgraph/v1.0/pipelinebuild/91121
Generated v1.0 models and request builders using Typewriter
2 parents 096f333 + 5a4a925 commit 9d9ee7f

File tree

185 files changed

+591
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+591
-580
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [5.40.0] - 2022-11-03
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Generated v1.0 models and request builders using Typewriter.
21+
- Models and Requests returning or consuming a 'Report' model have been changed to return or cosume a java.io.InputStream.
22+
- Fixed case where some intances of functionOptions were not being added to request options.
23+
- Fixed case where in some instances parameters weren't being added to request body.
24+
1425
## [5.39.0] - 2022-10-20
1526

1627
### Added

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
dependencies {
2121
// Include the sdk as a dependency
22-
implementation 'com.microsoft.graph:microsoft-graph:5.39.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.40.0'
2323
// Uncomment the line below if you are building an android application
2424
//implementation 'com.google.guava:guava:30.1.1-android'
2525
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636
<!-- Include the sdk as a dependency -->
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph</artifactId>
39-
<version>5.39.0</version>
39+
<version>5.40.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -170,5 +170,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
170170

171171

172172

173+
173174

174175

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 5
29-
mavenMinorVersion = 39
29+
mavenMinorVersion = 40
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -93,5 +93,6 @@ mavenCentralPublishingEnabled=false
9393

9494

9595

96+
9697

9798

src/main/java/com/microsoft/graph/info/Constants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private Constants() {
1818
/** The client secret to use for unit testing */
1919
public static final String CLIENTSECRET = "clientsecret";
2020
/** The SDK version */
21-
public static final String VERSION_NAME = "5.39.0";
21+
public static final String VERSION_NAME = "5.40.0";
2222
}
2323

2424

@@ -70,5 +70,6 @@ private Constants() {
7070

7171

7272

73+
7374

7475

src/main/java/com/microsoft/graph/models/Invitation.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ public class Invitation extends Entity implements IJsonBackedObject {
8181
@Nullable
8282
public String inviteRedirectUrl;
8383

84+
/**
85+
* The Reset Redemption.
86+
*
87+
*/
88+
@SerializedName(value = "resetRedemption", alternate = {"ResetRedemption"})
89+
@Expose
90+
@Nullable
91+
public Boolean resetRedemption;
92+
8493
/**
8594
* The Send Invitation Message.
8695
* Indicates whether an email should be sent to the user being invited. The default is false.

src/main/java/com/microsoft/graph/models/InvitationParticipantInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final AdditionalDataManager additionalDataManager() {
4040

4141
/**
4242
* The Hidden.
43-
*
43+
* Optional. Whether to hide the participant from the roster.
4444
*/
4545
@SerializedName(value = "hidden", alternate = {"Hidden"})
4646
@Expose
@@ -67,7 +67,7 @@ public final AdditionalDataManager additionalDataManager() {
6767

6868
/**
6969
* The Remove From Default Audio Routing Group.
70-
*
70+
* Optional. Whether to remove them from the main mixer.
7171
*/
7272
@SerializedName(value = "removeFromDefaultAudioRoutingGroup", alternate = {"RemoveFromDefaultAudioRoutingGroup"})
7373
@Expose

src/main/java/com/microsoft/graph/models/ReportRootGetOffice365ActivationCountsParameterSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package com.microsoft.graph.models;
77

8-
import com.microsoft.graph.models.Report;
8+
99
import com.google.gson.annotations.Expose;
1010
import com.google.gson.annotations.SerializedName;
1111
import javax.annotation.Nonnull;

src/main/java/com/microsoft/graph/models/ReportRootGetOffice365ActivationsUserCountsParameterSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package com.microsoft.graph.models;
77

8-
import com.microsoft.graph.models.Report;
8+
99
import com.google.gson.annotations.Expose;
1010
import com.google.gson.annotations.SerializedName;
1111
import javax.annotation.Nonnull;

src/main/java/com/microsoft/graph/models/ReportRootGetOffice365ActivationsUserDetailParameterSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package com.microsoft.graph.models;
77

8-
import com.microsoft.graph.models.Report;
8+
99
import com.google.gson.annotations.Expose;
1010
import com.google.gson.annotations.SerializedName;
1111
import javax.annotation.Nonnull;

src/main/java/com/microsoft/graph/models/ReportRootGetOffice365ActiveUserCountsParameterSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package com.microsoft.graph.models;
77

8-
import com.microsoft.graph.models.Report;
8+
99
import com.google.gson.annotations.Expose;
1010
import com.google.gson.annotations.SerializedName;
1111
import javax.annotation.Nonnull;

0 commit comments

Comments
 (0)