Skip to content

Commit aff1901

Browse files
Merge pull request #235 from microsoftgraph/beta/pipelinebuild/63008
Generated beta models and request builders using Typewriter
2 parents 8045a00 + 68cd626 commit aff1901

File tree

140 files changed

+8685
-249
lines changed

Some content is hidden

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

140 files changed

+8685
-249
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [0.37.0] - 2022-01-11
15+
16+
### Added
17+
18+
- Models and requet classes related to the Teamwork endpoint.
19+
20+
### Changed
21+
22+
- Updated beta models and request builders generated using Typewriter, based on latest Beta-Metadata.
23+
1424
## [0.36.0] - 2022-01-05
1525

1626
### Added

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23-
implementation 'com.microsoft.graph:microsoft-graph-beta:0.36.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.37.0-SNAPSHOT'
2424
// Uncomment the line below if you are building an android application
2525
//implementation 'com.google.guava:guava:30.1.1-android'
2626
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph-beta</artifactId>
40-
<version>0.36.0-SNAPSHOT</version>
40+
<version>0.37.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -174,5 +174,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
174174

175175

176176

177+
177178

178179

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

@@ -73,5 +73,6 @@ mavenCentralPublishingEnabled=false
7373

7474

7575

76+
7677

7778

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ public class UserSource extends DataSource implements IJsonBackedObject {
4444
@Nullable
4545
public EnumSet<SourceType> includedSources;
4646

47+
/**
48+
* The Site Web Url.
49+
*
50+
*/
51+
@SerializedName(value = "siteWebUrl", alternate = {"SiteWebUrl"})
52+
@Expose
53+
@Nullable
54+
public String siteWebUrl;
55+
4756

4857
/**
4958
* Sets the raw JSON object

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

2424

@@ -48,5 +48,6 @@ private Constants() {
4848

4949

5050

51+
5152

5253

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

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

5050
/**
5151
* The Is Answer Editable.
52-
*
52+
* Specifies whether the requestor is allowed to edit answers to questions.
5353
*/
5454
@SerializedName(value = "isAnswerEditable", alternate = {"IsAnswerEditable"})
5555
@Expose

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

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

5353
/**
5454
* The Attributes.
55-
*
55+
* Contains attribute information for the resource.
5656
*/
5757
@SerializedName(value = "attributes", alternate = {"Attributes"})
5858
@Expose

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

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

4242
/**
4343
* The Attribute Destination.
44-
*
44+
* Information about how to set the attribute.
4545
*/
4646
@SerializedName(value = "attributeDestination", alternate = {"AttributeDestination"})
4747
@Expose
@@ -50,7 +50,7 @@ public final AdditionalDataManager additionalDataManager() {
5050

5151
/**
5252
* The Attribute Name.
53-
*
53+
* The name of the attribute in the end system.
5454
*/
5555
@SerializedName(value = "attributeName", alternate = {"AttributeName"})
5656
@Expose
@@ -59,7 +59,7 @@ public final AdditionalDataManager additionalDataManager() {
5959

6060
/**
6161
* The Attribute Source.
62-
*
62+
* Information about how to populate the attribute value when an accessPackageAssignmentRequest is being fulfilled.
6363
*/
6464
@SerializedName(value = "attributeSource", alternate = {"AttributeSource"})
6565
@Expose
@@ -68,7 +68,7 @@ public final AdditionalDataManager additionalDataManager() {
6868

6969
/**
7070
* The Id.
71-
*
71+
* Unique identifier for the attribute.
7272
*/
7373
@SerializedName(value = "id", alternate = {"Id"})
7474
@Expose
@@ -77,7 +77,7 @@ public final AdditionalDataManager additionalDataManager() {
7777

7878
/**
7979
* The Is Editable.
80-
*
80+
* Specifies whether or not an existing attribute value can be edited by the requester.
8181
*/
8282
@SerializedName(value = "isEditable", alternate = {"IsEditable"})
8383
@Expose
@@ -86,7 +86,7 @@ public final AdditionalDataManager additionalDataManager() {
8686

8787
/**
8888
* The Is Persisted On Assignment Removal.
89-
*
89+
* Specifies whether the attribute will remain in the end system after an assignment ends.
9090
*/
9191
@SerializedName(value = "isPersistedOnAssignmentRemoval", alternate = {"IsPersistedOnAssignmentRemoval"})
9292
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AccessPackageResourceAttributeQuestion extends AccessPackageResourc
2828

2929
/**
3030
* The Question.
31-
*
31+
* The question asked in order to get the value of the attribute
3232
*/
3333
@SerializedName(value = "question", alternate = {"Question"})
3434
@Expose

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

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

301301
/**
302302
* The Verified Publisher.
303-
* Specifies the verified publisher of the application.
303+
* Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see Publisher verification.
304304
*/
305305
@SerializedName(value = "verifiedPublisher", alternate = {"VerifiedPublisher"})
306306
@Expose

0 commit comments

Comments
 (0)