Skip to content

Commit 9a7eda7

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 126033
1 parent 661316d commit 9a7eda7

File tree

330 files changed

+19007
-133
lines changed

Some content is hidden

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

330 files changed

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

204204

205205

206+
206207

207208

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

@@ -126,5 +126,6 @@ mavenCentralPublishingEnabled=false
126126

127127

128128

129+
129130

130131

src/main/java/com/microsoft/graph/externalconnectors/models/Label.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ public enum Label
5252
*/
5353
UNKNOWN_FUTURE_VALUE,
5454
/**
55+
* icon Url
56+
*/
57+
ICON_URL,
58+
/**
5559
* For Label values that were not expected from the service
5660
*/
5761
UNEXPECTED_VALUE

src/main/java/com/microsoft/graph/externalconnectors/models/Property.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final AdditionalDataManager additionalDataManager() {
4242

4343
/**
4444
* The Aliases.
45-
* A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &amp;, ?, @, #, /, ~, ', ', &amp;lt;, &amp;gt;, `, ^. Optional.
45+
* A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &amp;, ?, @, #, /, ~, ', ', &amp;lt;, &amp;gt;, `, ^. Optional.
4646
*/
4747
@SerializedName(value = "aliases", alternate = {"Aliases"})
4848
@Expose
@@ -78,7 +78,7 @@ public final AdditionalDataManager additionalDataManager() {
7878

7979
/**
8080
* The Is Searchable.
81-
* Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional.
81+
* Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Nonsearchable properties aren't added to the search index. Optional.
8282
*/
8383
@SerializedName(value = "isSearchable", alternate = {"IsSearchable"})
8484
@Expose
@@ -87,7 +87,7 @@ public final AdditionalDataManager additionalDataManager() {
8787

8888
/**
8989
* The Labels.
90-
* Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, iconUrl, unknownFutureValue. Optional.
90+
* Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, iconUrl, unknownFutureValue. Optional.
9191
*/
9292
@SerializedName(value = "labels", alternate = {"Labels"})
9393
@Expose

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

2424

@@ -103,5 +103,6 @@ private Constants() {
103103

104104

105105

106+
106107

107108

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

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

4242
/**
4343
* The Is Approval Required For Add.
44-
* If false, then approval is not required for new requests in this policy.
44+
* If false, then approval isn't required for new requests in this policy.
4545
*/
4646
@SerializedName(value = "isApprovalRequiredForAdd", alternate = {"IsApprovalRequiredForAdd"})
4747
@Expose
@@ -50,7 +50,7 @@ public final AdditionalDataManager additionalDataManager() {
5050

5151
/**
5252
* The Is Approval Required For Update.
53-
* If false, then approval is not required for updates to requests in this policy.
53+
* If false, then approval isn't required for updates to requests in this policy.
5454
*/
5555
@SerializedName(value = "isApprovalRequiredForUpdate", alternate = {"IsApprovalRequiredForUpdate"})
5656
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
7272

7373
/**
7474
* The Request Type.
75-
* The type of the request. The possible values are: notSpecified, userAdd, UserExtend, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd (not supported), unknownFutureValue. A request from the user themselves would have requestType of userAdd, userUpdate or userRemove. This property cannot be changed once set.
75+
* The type of the request. The possible values are: notSpecified, userAdd, UserExtend, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd (not supported), unknownFutureValue. A request from the user themselves would have requestType of userAdd, userUpdate or userRemove. This property can't be changed once set.
7676
*/
7777
@SerializedName(value = "requestType", alternate = {"RequestType"})
7878
@Expose
@@ -81,7 +81,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
8181

8282
/**
8383
* The Schedule.
84-
* The range of dates that access is to be assigned to the requestor. This property cannot be changed once set.
84+
* The range of dates that access is to be assigned to the requestor. This property can't be changed once set.
8585
*/
8686
@SerializedName(value = "schedule", alternate = {"Schedule"})
8787
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class AccessPackageAssignmentRequestCallbackData extends CustomExtensionD
4646

4747
/**
4848
* The Stage.
49-
* Indicates the stage at which the custom callout extension will be executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.
49+
* Indicates the stage at which the custom callout extension is executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.
5050
*/
5151
@SerializedName(value = "stage", alternate = {"Stage"})
5252
@Expose

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

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

4242
/**
4343
* The Allow Custom Assignment Schedule.
44-
* False indicates that the requestor is not permitted to include a schedule in their request.
44+
* False indicates that the requestor isn't permitted to include a schedule in their request.
4545
*/
4646
@SerializedName(value = "allowCustomAssignmentSchedule", alternate = {"AllowCustomAssignmentSchedule"})
4747
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AccessPackageTextInputQuestion extends AccessPackageQuestion implem
3636

3737
/**
3838
* The Regex Pattern.
39-
* The regular expression pattern which any answer to this question must match.
39+
* The regular expression pattern that any answer to this question must match.
4040
*/
4141
@SerializedName(value = "regexPattern", alternate = {"RegexPattern"})
4242
@Expose

0 commit comments

Comments
 (0)