Skip to content

Commit 02da133

Browse files
authored
Merge pull request #877 from microsoftgraph/beta/pipelinebuild/135596
Generated beta models and request builders
2 parents 7adea97 + 32a91bc commit 02da133

File tree

21,116 files changed

+276767
-238540
lines changed

Some content is hidden

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

21,116 files changed

+276767
-238540
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [6.2.0] - 2024-02-16
15+
16+
### Changed
17+
- Weekly generation
18+
- Bumped Graph core version to 3.1.3
19+
1420
## [6.1.0] - 2024-02-07
1521

1622
### Added

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
2222
dependencies {
2323
// Include the sdk as a dependency
24-
implementation 'com.microsoft.graph:microsoft-graph-beta:6.1.0'
24+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.2.0'
2525
// Uncomment the line below if you are building an android application
2626
//implementation 'com.google.guava:guava:30.1.1-android'
2727
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
3838
<!-- Include the sdk as a dependency -->
3939
<groupId>com.microsoft.graph</groupId>
4040
<artifactId>microsoft-graph-beta</artifactId>
41-
<version>6.1.0</version>
41+
<version>6.2.0</version>
4242
</dependency>
4343
<dependency>
4444
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -121,3 +121,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
121121
## 9. Third-party notices
122122

123123
[Third-party notices](THIRD%20PARTY%20NOTICES)
124+

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-beta
2828
mavenMajorVersion = 6
29-
mavenMinorVersion = 1
29+
mavenMinorVersion = 2
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

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

9494

9595

96+
9697

9798

0 commit comments

Comments
 (0)