Skip to content

Commit df63e9c

Browse files
Merge pull request #181 from microsoftgraph/beta/pipelinebuild/56515
Generated beta models and request builders using Typewriter
2 parents 4066296 + f9fa3a9 commit df63e9c

File tree

73 files changed

+2731
-195
lines changed

Some content is hidden

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

73 files changed

+2731
-195
lines changed

.github/workflows/gradle-build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,21 @@ jobs:
8080
event: push
8181
name: drop
8282
path: artifacts/previous/
83+
84+
- name: Display structure of downloaded files
85+
run: ls -R
86+
working-directory: artifacts/previous/
87+
88+
- name: Display structure of downloaded files
89+
run: ls -R
90+
working-directory: artifacts/current/
91+
8392
- name: Run PKG Diff
8493
run: |
8594
sudo apt install pkgdiff
86-
pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
95+
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }} 2> /dev/null
8796
- name: Upload Diff Artifact
97+
if: ${{ always() }}
8898
uses: actions/[email protected]
8999
with:
90100
name: diff

CHANGELOG.md

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

1212
### Changed
1313

14+
## [0.30.0] - 2021-09-28
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Generated beta models and request builders using Typewriter
21+
1422
## [0.29.0] - 2021-09-24
1523

1624
### 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.29.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.30.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.29.0-SNAPSHOT</version>
40+
<version>0.30.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -167,5 +167,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
167167

168168

169169

170+
170171

171172

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

@@ -66,5 +66,6 @@ mavenCentralPublishingEnabled=false
6666

6767

6868

69+
6970

7071

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

2424

@@ -41,5 +41,6 @@ private Constants() {
4141

4242

4343

44+
4445

4546

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

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

4040
/**
4141
* The Assigned User Count.
42-
*
42+
* Number of users who were assigned the training in an attack simulation and training campaign.
4343
*/
4444
@SerializedName(value = "assignedUserCount", alternate = {"AssignedUserCount"})
4545
@Expose
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
4848

4949
/**
5050
* The Completed User Count.
51-
*
51+
* Number of users who completed the training in an attack simulation and training campaign.
5252
*/
5353
@SerializedName(value = "completedUserCount", alternate = {"CompletedUserCount"})
5454
@Expose
@@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {
5757

5858
/**
5959
* The Display Name.
60-
*
60+
* Display name of the training in an attack simulation and training campaign.
6161
*/
6262
@SerializedName(value = "displayName", alternate = {"DisplayName"})
6363
@Expose

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

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

4141
/**
4242
* The Attack Simulation User.
43-
*
43+
* User in an attack simulation and training campaign.
4444
*/
4545
@SerializedName(value = "attackSimulationUser", alternate = {"AttackSimulationUser"})
4646
@Expose
@@ -49,7 +49,7 @@ public final AdditionalDataManager additionalDataManager() {
4949

5050
/**
5151
* The Repeat Offence Count.
52-
*
52+
* Number of repeat offences of the user in attack simulation and training campaigns.
5353
*/
5454
@SerializedName(value = "repeatOffenceCount", alternate = {"RepeatOffenceCount"})
5555
@Expose

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

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

3131
/**
3232
* The Simulations.
33-
*
33+
* Represent attack simulation and training campaign of a tenant.
3434
*/
3535
@SerializedName(value = "simulations", alternate = {"Simulations"})
3636
@Expose

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final AdditionalDataManager additionalDataManager() {
4040

4141
/**
4242
* The Attack Simulation User.
43-
*
43+
* User in an attack simulation and training campaign.
4444
*/
4545
@SerializedName(value = "attackSimulationUser", alternate = {"AttackSimulationUser"})
4646
@Expose
@@ -49,7 +49,7 @@ public final AdditionalDataManager additionalDataManager() {
4949

5050
/**
5151
* The Click Count.
52-
*
52+
* Number of link clicks in the received payloads by the user in attack simulation and training campaigns.
5353
*/
5454
@SerializedName(value = "clickCount", alternate = {"ClickCount"})
5555
@Expose
@@ -58,7 +58,7 @@ public final AdditionalDataManager additionalDataManager() {
5858

5959
/**
6060
* The Compromised Count.
61-
*
61+
* Number of compromising actions by the user in attack simulation and training campaigns.
6262
*/
6363
@SerializedName(value = "compromisedCount", alternate = {"CompromisedCount"})
6464
@Expose
@@ -67,7 +67,7 @@ public final AdditionalDataManager additionalDataManager() {
6767

6868
/**
6969
* The Latest Simulation Date Time.
70-
*
70+
* Date and time of latest attack simulation and training campaign that the user was included in.
7171
*/
7272
@SerializedName(value = "latestSimulationDateTime", alternate = {"LatestSimulationDateTime"})
7373
@Expose
@@ -76,7 +76,7 @@ public final AdditionalDataManager additionalDataManager() {
7676

7777
/**
7878
* The Simulation Count.
79-
*
79+
* Number of attack simulation and training campaigns that the user was included in.
8080
*/
8181
@SerializedName(value = "simulationCount", alternate = {"SimulationCount"})
8282
@Expose

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

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

4343
/**
4444
* The Attack Simulation User.
45-
*
45+
* User in an attack simulation and training campaign.
4646
*/
4747
@SerializedName(value = "attackSimulationUser", alternate = {"AttackSimulationUser"})
4848
@Expose
@@ -51,7 +51,7 @@ public final AdditionalDataManager additionalDataManager() {
5151

5252
/**
5353
* The User Trainings.
54-
*
54+
* List of assigned trainings' and their statuses for the user.
5555
*/
5656
@SerializedName(value = "userTrainings", alternate = {"UserTrainings"})
5757
@Expose

0 commit comments

Comments
 (0)