Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3759e42

Browse files
Merge pull request microsoftgraph#1531 from microsoftgraph/v1.0/pipelinebuild/122943
Generated models and request builders
2 parents d7b25b2 + bb81134 commit 3759e42

File tree

10 files changed

+55
-7
lines changed

10 files changed

+55
-7
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [5.68.0] - 2023-08-18
15+
16+
### Changed
17+
18+
- Added properties to the PublicationFacet model.
19+
- Added properties to the Alert and Incident models in the security namespace.
20+
1421
## [5.67.0] - 2023-08-10
1522

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

199199

200200

201+
201202

202203

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

@@ -121,5 +121,6 @@ mavenCentralPublishingEnabled=false
121121

122122

123123

124+
124125

125126

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

2424

@@ -98,5 +98,6 @@ private Constants() {
9898

9999

100100

101+
101102

102103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
397397

398398
/**
399399
* The Owners.
400-
* Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
400+
* Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
401401
*/
402402
@Nullable
403403
public com.microsoft.graph.requests.DirectoryObjectCollectionPage owners;

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

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

6767
/**
6868
* The Client App Types.
69-
* Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required.
69+
* Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync which includes EAS supported and unsupported platforms.
7070
*/
7171
@SerializedName(value = "clientAppTypes", alternate = {"ClientAppTypes"})
7272
@Expose

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.microsoft.graph.serializer.IJsonBackedObject;
99
import com.microsoft.graph.serializer.AdditionalDataManager;
1010
import java.util.EnumSet;
11+
import com.microsoft.graph.models.IdentitySet;
1112

1213

1314
import com.google.gson.JsonObject;
@@ -37,6 +38,15 @@ public final AdditionalDataManager additionalDataManager() {
3738
return additionalDataManager;
3839
}
3940

41+
/**
42+
* The Checked Out By.
43+
*
44+
*/
45+
@SerializedName(value = "checkedOutBy", alternate = {"CheckedOutBy"})
46+
@Expose
47+
@Nullable
48+
public IdentitySet checkedOutBy;
49+
4050
/**
4151
* The Level.
4252
* The state of publication for this document. Either published or checkout. Read-only.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje
447447

448448
/**
449449
* The Owners.
450-
* Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).
450+
* Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
451451
*/
452452
@Nullable
453453
public com.microsoft.graph.requests.DirectoryObjectCollectionPage owners;

src/main/java/com/microsoft/graph/securitynamespace/models/Alert.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import com.microsoft.graph.serializer.AdditionalDataManager;
1010
import java.util.EnumSet;
1111
import com.microsoft.graph.http.BaseCollectionPage;
12+
import com.microsoft.graph.security.models.Dictionary;
1213
import com.microsoft.graph.security.models.AlertClassification;
1314
import com.microsoft.graph.security.models.AlertComment;
1415
import com.microsoft.graph.security.models.DetectionSource;
@@ -43,6 +44,24 @@ public class Alert extends Entity implements IJsonBackedObject {
4344
@Nullable
4445
public String actorDisplayName;
4546

47+
/**
48+
* The Additional Data.
49+
*
50+
*/
51+
@SerializedName(value = "additionalData", alternate = {"AdditionalData"})
52+
@Expose
53+
@Nullable
54+
public Dictionary additionalData;
55+
56+
/**
57+
* The Alert Policy Id.
58+
*
59+
*/
60+
@SerializedName(value = "alertPolicyId", alternate = {"AlertPolicyId"})
61+
@Expose
62+
@Nullable
63+
public String alertPolicyId;
64+
4665
/**
4766
* The Alert Web Url.
4867
* URL for the alert page in the Microsoft 365 Defender portal.

src/main/java/com/microsoft/graph/securitynamespace/models/Incident.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ public class Incident extends Entity implements IJsonBackedObject {
104104
@Nullable
105105
public String incidentWebUrl;
106106

107+
/**
108+
* The Last Modified By.
109+
*
110+
*/
111+
@SerializedName(value = "lastModifiedBy", alternate = {"LastModifiedBy"})
112+
@Expose
113+
@Nullable
114+
public String lastModifiedBy;
115+
107116
/**
108117
* The Last Update Date Time.
109118
* Time when the incident was last updated.

0 commit comments

Comments
 (0)