Skip to content

Commit 4714e6c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 71164
1 parent 19eee28 commit 4714e6c

File tree

89 files changed

+1585
-517
lines changed

Some content is hidden

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

89 files changed

+1585
-517
lines changed

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

181181

182182

183+
183184

184185

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

@@ -79,5 +79,6 @@ mavenCentralPublishingEnabled=false
7979

8080

8181

82+
8283

8384

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

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

4141
/**
4242
* The Type.
43-
* The type of content in the value property. Possible values are: text, html, unknownFutureValue.
43+
* The type of content in the value property. Possible values are: text, html, unknownFutureValue. These are the content types that the indexer supports, and not the file extension types allowed.
4444
*/
4545
@SerializedName(value = "type", alternate = {"Type"})
4646
@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 = "0.42.0";
21+
public static final String VERSION_NAME = "0.43.0";
2222
}
2323

2424

@@ -54,5 +54,6 @@ private Constants() {
5454

5555

5656

57+
5758

5859

src/main/java/com/microsoft/graph/managedtenants/models/CloudPcDevice.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ public class CloudPcDevice extends Entity implements IJsonBackedObject {
3434
@Nullable
3535
public String cloudPcStatus;
3636

37+
/**
38+
* The Device Specification.
39+
*
40+
*/
41+
@SerializedName(value = "deviceSpecification", alternate = {"DeviceSpecification"})
42+
@Expose
43+
@Nullable
44+
public String deviceSpecification;
45+
3746
/**
3847
* The Display Name.
3948
* The display name for the cloud PC. Required. Read-only.
@@ -88,6 +97,15 @@ public class CloudPcDevice extends Entity implements IJsonBackedObject {
8897
@Nullable
8998
public String servicePlanName;
9099

100+
/**
101+
* The Service Plan Type.
102+
*
103+
*/
104+
@SerializedName(value = "servicePlanType", alternate = {"ServicePlanType"})
105+
@Expose
106+
@Nullable
107+
public String servicePlanType;
108+
91109
/**
92110
* The Tenant Display Name.
93111
* The display name for the managed tenant. Required. Read-only.

src/main/java/com/microsoft/graph/managedtenants/models/CloudPcOverview.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ public class CloudPcOverview extends Entity implements IJsonBackedObject {
169169
@Nullable
170170
public String tenantId;
171171

172+
/**
173+
* The Total Business Licenses.
174+
*
175+
*/
176+
@SerializedName(value = "totalBusinessLicenses", alternate = {"TotalBusinessLicenses"})
177+
@Expose
178+
@Nullable
179+
public Integer totalBusinessLicenses;
180+
172181
/**
173182
* The Total Cloud Pc Connection Status.
174183
* The total number of cloud PC connection statuses for the given managed tenant. Optional. Read-only.
@@ -187,6 +196,15 @@ public class CloudPcOverview extends Entity implements IJsonBackedObject {
187196
@Nullable
188197
public Integer totalCloudPcStatus;
189198

199+
/**
200+
* The Total Enterprise Licenses.
201+
*
202+
*/
203+
@SerializedName(value = "totalEnterpriseLicenses", alternate = {"TotalEnterpriseLicenses"})
204+
@Expose
205+
@Nullable
206+
public Integer totalEnterpriseLicenses;
207+
190208

191209
/**
192210
* Sets the raw JSON object

src/main/java/com/microsoft/graph/managedtenants/models/DelegatedPrivilegeStatus.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ public enum DelegatedPrivilegeStatus
2424
*/
2525
UNKNOWN_FUTURE_VALUE,
2626
/**
27+
* granular Delegated Admin Privileges
28+
*/
29+
GRANULAR_DELEGATED_ADMIN_PRIVILEGES,
30+
/**
31+
* delegated And Granular Delegeted Admin Privileges
32+
*/
33+
DELEGATED_AND_GRANULAR_DELEGETED_ADMIN_PRIVILEGES,
34+
/**
2735
* For DelegatedPrivilegeStatus values that were not expected from the service
2836
*/
2937
UNEXPECTED_VALUE
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
// Template Source: BaseEntity.java.tt
2+
// ------------------------------------------------------------------------------
3+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
// ------------------------------------------------------------------------------
5+
6+
package com.microsoft.graph.models;
7+
import com.microsoft.graph.serializer.ISerializer;
8+
import com.microsoft.graph.serializer.IJsonBackedObject;
9+
import com.microsoft.graph.serializer.AdditionalDataManager;
10+
import java.util.EnumSet;
11+
import com.microsoft.graph.models.CommsOperation;
12+
13+
14+
import com.google.gson.JsonObject;
15+
import com.google.gson.annotations.SerializedName;
16+
import com.google.gson.annotations.Expose;
17+
import javax.annotation.Nullable;
18+
import javax.annotation.Nonnull;
19+
import java.util.HashMap;
20+
21+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
22+
23+
/**
24+
* The class for the Add Large Gallery View Operation.
25+
*/
26+
public class AddLargeGalleryViewOperation extends CommsOperation implements IJsonBackedObject {
27+
28+
29+
30+
/**
31+
* Sets the raw JSON object
32+
*
33+
* @param serializer the serializer
34+
* @param json the JSON object to set this object to
35+
*/
36+
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
37+
38+
}
39+
}

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

Lines changed: 10 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.models.InformationalUrls;
1213
import com.microsoft.graph.models.Entity;
1314

1415

@@ -62,6 +63,15 @@ public class ApplicationTemplate extends Entity implements IJsonBackedObject {
6263
@Nullable
6364
public String homePageUrl;
6465

66+
/**
67+
* The Informational Urls.
68+
*
69+
*/
70+
@SerializedName(value = "informationalUrls", alternate = {"InformationalUrls"})
71+
@Expose
72+
@Nullable
73+
public InformationalUrls informationalUrls;
74+
6575
/**
6676
* The Logo Url.
6777
* The URL to get the logo for this application.

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

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

3333
/**
3434
* The Simulation Automations.
35-
*
35+
* Represents simulation automations created to run on a tenant.
3636
*/
3737
@SerializedName(value = "simulationAutomations", alternate = {"SimulationAutomations"})
3838
@Expose
@@ -41,7 +41,7 @@ public class AttackSimulationRoot extends Entity implements IJsonBackedObject {
4141

4242
/**
4343
* The Simulations.
44-
* Represent attack simulation and training campaign of a tenant.
44+
* Represents an attack simulation training campaign in a tenant.
4545
*/
4646
@SerializedName(value = "simulations", alternate = {"Simulations"})
4747
@Expose

0 commit comments

Comments
 (0)