Skip to content

Commit 1ebe85c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 126471
1 parent ea5d633 commit 1ebe85c

19 files changed

+41
-42
lines changed

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.73.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.74.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.73.0</version>
39+
<version>5.74.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCredentialAuthProvider -->
@@ -204,5 +204,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
204204

205205

206206

207+
207208

208209

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

@@ -127,5 +127,6 @@ mavenCentralPublishingEnabled=false
127127

128128

129129

130+
130131

131132

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.73.0";
21+
public static final String VERSION_NAME = "5.74.0";
2222
}
2323

2424

@@ -104,5 +104,6 @@ private Constants() {
104104

105105

106106

107+
107108

108109

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final AdditionalDataManager additionalDataManager() {
5050

5151
/**
5252
* The Enforced Grant Controls.
53-
* Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication').
53+
* Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication').
5454
*/
5555
@SerializedName(value = "enforcedGrantControls", alternate = {"EnforcedGrantControls"})
5656
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class AuthenticationMethodsRoot extends Entity implements IJsonBackedObje
2929

3030
/**
3131
* The User Registration Details.
32-
* Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication).
32+
* Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).
3333
*/
3434
@SerializedName(value = "userRegistrationDetails", alternate = {"UserRegistrationDetails"})
3535
@Expose

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class CallTranscript extends Entity implements IJsonBackedObject {
2828

2929
/**
3030
* The Created Date Time.
31-
*
31+
* Date and time at which the transcript was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
3232
*/
3333
@SerializedName(value = "createdDateTime", alternate = {"CreatedDateTime"})
3434
@Expose
@@ -37,7 +37,7 @@ public class CallTranscript extends Entity implements IJsonBackedObject {
3737

3838
/**
3939
* The Meeting Id.
40-
*
40+
* The unique identifier of the online meeting related to this transcript. Read-only.
4141
*/
4242
@SerializedName(value = "meetingId", alternate = {"MeetingId"})
4343
@Expose
@@ -46,7 +46,7 @@ public class CallTranscript extends Entity implements IJsonBackedObject {
4646

4747
/**
4848
* The Meeting Organizer.
49-
*
49+
* The identity information of the organizer of the onlineMeeting related to this transcript. Read-only.
5050
*/
5151
@SerializedName(value = "meetingOrganizer", alternate = {"MeetingOrganizer"})
5252
@Expose
@@ -55,7 +55,7 @@ public class CallTranscript extends Entity implements IJsonBackedObject {
5555

5656
/**
5757
* The Transcript Content Url.
58-
*
58+
* The URL that can be used to access the content of the transcript. Read-only.
5959
*/
6060
@SerializedName(value = "transcriptContentUrl", alternate = {"TranscriptContentUrl"})
6161
@Expose

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,14 @@ public class ConnectedOrganization extends Entity implements IJsonBackedObject {
8585
/**
8686
* The External Sponsors.
8787
*
88-
*/
89-
@SerializedName(value = "externalSponsors", alternate = {"ExternalSponsors"})
90-
@Expose
88+
*/
9189
@Nullable
9290
public com.microsoft.graph.requests.DirectoryObjectCollectionPage externalSponsors;
9391

9492
/**
9593
* The Internal Sponsors.
9694
*
97-
*/
98-
@SerializedName(value = "internalSponsors", alternate = {"InternalSponsors"})
99-
@Expose
95+
*/
10096
@Nullable
10197
public com.microsoft.graph.requests.DirectoryObjectCollectionPage internalSponsors;
10298

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public final AdditionalDataManager additionalDataManager() {
115115

116116
/**
117117
* The Identity Synchronization.
118-
* Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another.
118+
* Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.
119119
*/
120120
@SerializedName(value = "identitySynchronization", alternate = {"IdentitySynchronization"})
121121
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class EmailAuthenticationMethodConfiguration extends AuthenticationMethod
3030

3131
/**
3232
* The Allow External Id To Use Email Otp.
33-
* Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021.
33+
* Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021.
3434
*/
3535
@SerializedName(value = "allowExternalIdToUseEmailOtp", alternate = {"AllowExternalIdToUseEmailOtp"})
3636
@Expose

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class List extends BaseItem implements IJsonBackedObject {
4646

4747
/**
4848
* The List.
49-
* Provides additional details about the list.
49+
* Contains more details about the list.
5050
*/
5151
@SerializedName(value = "list", alternate = {"List"})
5252
@Expose
@@ -64,7 +64,7 @@ public class List extends BaseItem implements IJsonBackedObject {
6464

6565
/**
6666
* The System.
67-
* If present, indicates that this is a system-managed list. Read-only.
67+
* If present, indicates that the list is system-managed. Read-only.
6868
*/
6969
@SerializedName(value = "system", alternate = {"System"})
7070
@Expose
@@ -91,7 +91,7 @@ public class List extends BaseItem implements IJsonBackedObject {
9191

9292
/**
9393
* The Drive.
94-
* Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem].
94+
* Allows access to the list as a drive resource with driveItems. Only present on document libraries.
9595
*/
9696
@SerializedName(value = "drive", alternate = {"Drive"})
9797
@Expose

0 commit comments

Comments
 (0)