Skip to content

Commit 4c354b7

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 43180
1 parent 0b995b0 commit 4c354b7

23 files changed

+49
-38
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:2.9.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:2.10.0'
2323
}
2424
```
2525

@@ -31,7 +31,7 @@ Add the dependency in `dependencies` in pom.xml
3131
<dependency>
3232
<groupId>com.microsoft.graph</groupId>
3333
<artifactId>microsoft-graph</artifactId>
34-
<version>2.9.0</version>
34+
<version>2.10.0</version>
3535
</dependency>
3636
```
3737

@@ -122,3 +122,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
122122

123123

124124

125+

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

@@ -48,3 +48,4 @@ mavenCentralPublishingEnabled=false
4848

4949

5050

51+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private Constants() {
3030
public static final String PASSWORD = "password";
3131
public static final String TENANTID = "tenantid";
3232
public static final String CLIENTSECRET = "clientsecret";
33-
public static final String VERSION_NAME = "2.9.0";
33+
public static final String VERSION_NAME = "2.10.0";
3434
}
3535

3636

@@ -39,3 +39,4 @@ private Constants() {
3939

4040

4141

42+

src/main/java/com/microsoft/graph/models/extensions/AgreementFileProperties.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ public class AgreementFileProperties extends Entity implements IJsonBackedObject
3232
@Expose
3333
public java.util.Calendar createdDateTime;
3434

35+
/**
36+
* The Display Name.
37+
*
38+
*/
39+
@SerializedName(value = "displayName", alternate = {"DisplayName"})
40+
@Expose
41+
public String displayName;
42+
3543
/**
3644
* The File Data.
3745
*

src/main/java/com/microsoft/graph/models/extensions/ApplicationTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class ApplicationTemplate extends Entity implements IJsonBackedObject {
8181

8282
/**
8383
* The Supported Single Sign On Modes.
84-
* The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.
84+
* The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
8585
*/
8686
@SerializedName(value = "supportedSingleSignOnModes", alternate = {"SupportedSingleSignOnModes"})
8787
@Expose

src/main/java/com/microsoft/graph/models/extensions/AudioConferencing.java

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

3535
/**
3636
* The Conference Id.
37-
*
37+
* The conference id of the online meeting.
3838
*/
3939
@SerializedName(value = "conferenceId", alternate = {"ConferenceId"})
4040
@Expose

src/main/java/com/microsoft/graph/models/extensions/EnrollmentTroubleshootingEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class EnrollmentTroubleshootingEvent extends DeviceManagementTroubleshoot
3535

3636
/**
3737
* The Enrollment Type.
38-
* Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, appleUserEnrollment, appleUserEnrollmentWithServiceAccount, azureAdJoinUsingAzureVmExtension, androidEnterpriseDedicatedDevice, androidEnterpriseFullyManaged, androidEnterpriseCorporateWorkProfile.
38+
* Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth, appleUserEnrollment, appleUserEnrollmentWithServiceAccount, azureAdJoinUsingAzureVmExtension, androidEnterpriseDedicatedDevice, androidEnterpriseFullyManaged, androidEnterpriseCorporateWorkProfile.
3939
*/
4040
@SerializedName(value = "enrollmentType", alternate = {"EnrollmentType"})
4141
@Expose

src/main/java/com/microsoft/graph/models/extensions/IBaseGraphServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ public interface IBaseGraphServiceClient extends IBaseClient {
825825
*
826826
* @return the Security
827827
*/
828-
ISecurityRequestBuilder Security();
828+
ISecurityRequestBuilder security();
829829

830830
/**
831831
* Gets the GraphServiceRequestBuilder

src/main/java/com/microsoft/graph/models/extensions/IosCustomConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class IosCustomConfiguration extends DeviceConfiguration implements IJson
3333

3434
/**
3535
* The Payload File Name.
36-
* Payload file name (.mobileconfig
36+
* Payload file name (.mobileconfig | .xml).
3737
*/
3838
@SerializedName(value = "payloadFileName", alternate = {"PayloadFileName"})
3939
@Expose

src/main/java/com/microsoft/graph/models/extensions/KeyValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ public final AdditionalDataManager additionalDataManager() {
3434

3535
/**
3636
* The Key.
37-
* Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.
37+
* Key.
3838
*/
3939
@SerializedName(value = "key", alternate = {"Key"})
4040
@Expose
4141
public String key;
4242

4343
/**
4444
* The Value.
45-
* Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
45+
* Value.
4646
*/
4747
@SerializedName(value = "value", alternate = {"Value"})
4848
@Expose

0 commit comments

Comments
 (0)