Skip to content

Commit 66e7526

Browse files
authored
Merge pull request #936 from microsoftgraph/v1.0/pipelinebuild/59187
Generated v1.0 models and request builders using Typewriter
2 parents a36beff + 67152a8 commit 66e7526

File tree

291 files changed

+343
-18024
lines changed

Some content is hidden

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

291 files changed

+343
-18024
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [5.8.0] - 2021-11-19
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Generated v1.0 models and request builders using Typewriter
21+
- Removed classes pertaining to eDiscovery as they were included prematurley. The API is not functional yet and will be added at a later time.
22+
- Report API was broken, methods returning a report now return a java.io.InputStream.
23+
1424
## [5.7.0] - 2021-11-09
1525

1626
### 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.7.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.8.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.7.0</version>
39+
<version>5.8.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -141,3 +141,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
141141

142142

143143

144+

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 = 7
29+
mavenMinorVersion = 8
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -62,5 +62,6 @@ mavenCentralPublishingEnabled=false
6262

6363

6464

65+
6566

6667

src/main/java/com/microsoft/graph/ediscovery/models/AddToReviewSetOperation.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/main/java/com/microsoft/graph/ediscovery/models/AdditionalDataOptions.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/main/java/com/microsoft/graph/ediscovery/models/Case.java

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)