Skip to content

Commit 24a80d2

Browse files
authored
Merge pull request #90 from microsoftgraph/beta/pipelinebuild/46507
Generated beta models and request builders using Typewriter
2 parents d6e6639 + 2bb1ac7 commit 24a80d2

File tree

218 files changed

+2700
-538
lines changed

Some content is hidden

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

218 files changed

+2700
-538
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-beta:0.9.0-SNAPSHOT'
22+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.10.0-SNAPSHOT'
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-beta</artifactId>
34-
<version>0.9.0-SNAPSHOT</version>
34+
<version>0.10.0-SNAPSHOT</version>
3535
</dependency>
3636
```
3737

@@ -138,3 +138,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
138138
[Third-party notices](THIRD%20PARTY%20NOTICES)
139139

140140

141+

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 = 0
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/callrecords/models/CallRecord.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
8787

8888
/**
8989
* The Start Date Time.
90-
* UTC time when the first user joined the call. 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.
90+
* UTC time when the first user joined the call. 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
9191
*/
9292
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
9393
@Expose
@@ -105,7 +105,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105105

106106
/**
107107
* The Version.
108-
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
108+
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
109109
*/
110110
@SerializedName(value = "version", alternate = {"Version"})
111111
@Expose

src/main/java/com/microsoft/graph/callrecords/models/Session.java

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

7979
/**
8080
* The Start Date Time.
81-
* UTC time when the first user joined the session. 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
81+
* UTC fime when the first user joined the session. 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
8282
*/
8383
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
8484
@Expose

src/main/java/com/microsoft/graph/ediscovery/models/SourceCollection.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import com.microsoft.graph.http.BaseCollectionPage;
1212
import com.microsoft.graph.models.IdentitySet;
1313
import com.microsoft.graph.ediscovery.models.DataSourceScopes;
14-
import com.microsoft.graph.ediscovery.models.TenantSources;
1514
import com.microsoft.graph.ediscovery.models.DataSource;
1615
import com.microsoft.graph.ediscovery.models.AddToReviewSetOperation;
1716
import com.microsoft.graph.ediscovery.models.EstimateStatisticsOperation;
@@ -105,15 +104,6 @@ public class SourceCollection extends Entity implements IJsonBackedObject {
105104
@Nullable
106105
public java.time.OffsetDateTime lastModifiedDateTime;
107106

108-
/**
109-
* The Tenant Sources.
110-
* When specified, the collection will span across a service for an entire workload. Possible values are: allMailboxes, allSites.
111-
*/
112-
@SerializedName(value = "tenantSources", alternate = {"TenantSources"})
113-
@Expose
114-
@Nullable
115-
public EnumSet<TenantSources> tenantSources;
116-
117107
/**
118108
* The Additional Sources.
119109
* Adds an additional source to the sourceCollection.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ 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 = "0.9.0";
21+
public static final String VERSION_NAME = "0.10.0";
2222
}
2323

2424

2525

26+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class AadUserConversationMember extends ConversationMember implements IJs
4646

4747
/**
4848
* The User Id.
49-
* The guid of the user.
49+
* The GUID of the user.
5050
*/
5151
@SerializedName(value = "userId", alternate = {"UserId"})
5252
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AccessReviewReviewerScope extends AccessReviewScope implements IJso
3636

3737
/**
3838
* The Query Root.
39-
* The type of query. Examples include MicrosoftGraph and ARM.
39+
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
4040
*/
4141
@SerializedName(value = "queryRoot", alternate = {"QueryRoot"})
4242
@Expose
@@ -45,7 +45,7 @@ public class AccessReviewReviewerScope extends AccessReviewScope implements IJso
4545

4646
/**
4747
* The Query Type.
48-
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
48+
* The type of query. Examples include MicrosoftGraph and ARM.
4949
*/
5050
@SerializedName(value = "queryType", alternate = {"QueryType"})
5151
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class AdminConsentRequestPolicy extends Entity implements IJsonBackedObje
6565

6666
/**
6767
* The Reviewers.
68-
* The list of reviewers for the admin consent. Required.
68+
* Required.
6969
*/
7070
@SerializedName(value = "reviewers", alternate = {"Reviewers"})
7171
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Agreement extends Entity implements IJsonBackedObject {
4343

4444
/**
4545
* The Is Per Device Acceptance Required.
46-
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so.
46+
* This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven't already done so.
4747
*/
4848
@SerializedName(value = "isPerDeviceAcceptanceRequired", alternate = {"IsPerDeviceAcceptanceRequired"})
4949
@Expose
@@ -97,7 +97,7 @@ public class Agreement extends Entity implements IJsonBackedObject {
9797

9898
/**
9999
* The Files.
100-
* PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead.
100+
* PDFs linked to this agreement. Note: This property is in the process of being deprecated. Use the file property instead.
101101
*/
102102
@SerializedName(value = "files", alternate = {"Files"})
103103
@Expose

0 commit comments

Comments
 (0)