Skip to content

Commit 23f71de

Browse files
Merge pull request #643 from microsoftgraph/beta/pipelinebuild/122273
Generated Beta models and request builders
2 parents 950e00f + 7770279 commit 23f71de

File tree

296 files changed

+14394
-339
lines changed

Some content is hidden

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

296 files changed

+14394
-339
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [0.78.0] - 2023-08-10
15+
16+
### Changed
17+
18+
- Weekly generation.
19+
1420
## [0.77.0] - 2023-07-28
1521

1622
### 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.77.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.78.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.77.0-SNAPSHOT</version>
40+
<version>0.78.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -149,3 +149,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
149149
[Third-party notices](THIRD%20PARTY%20NOTICES)
150150

151151

152+

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

@@ -112,5 +112,6 @@ mavenCentralPublishingEnabled=false
112112

113113

114114

115+
115116

116117

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

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

275275
/**
276276
* The User Id.
277-
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucap_in, ucap_out).
277+
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types (ucapin, ucapout).
278278
*/
279279
@SerializedName(value = "userId", alternate = {"UserId"})
280280
@Expose

src/main/java/com/microsoft/graph/devicemanagementnamespace/models/AlertImpact.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
import com.microsoft.graph.serializer.IJsonBackedObject;
99
import com.microsoft.graph.serializer.AdditionalDataManager;
1010
import java.util.EnumSet;
11+
import com.microsoft.graph.http.BaseCollectionPage;
1112
import com.microsoft.graph.devicemanagement.models.AggregationType;
13+
import com.microsoft.graph.models.KeyValuePair;
1214

1315

1416
import com.google.gson.JsonObject;
@@ -47,6 +49,15 @@ public final AdditionalDataManager additionalDataManager() {
4749
@Nullable
4850
public AggregationType aggregationType;
4951

52+
/**
53+
* The Alert Impact Details.
54+
* The detail information of the impact. For example, if the Frontline Cloud PCs near concurrency limit alert is triggered, the details contain the impacted Frontline license SKU name, such as Windows 365 Frontline 2 vCPU/8GB/128GB, and the corresponding impacted value.
55+
*/
56+
@SerializedName(value = "alertImpactDetails", alternate = {"AlertImpactDetails"})
57+
@Expose
58+
@Nullable
59+
public java.util.List<KeyValuePair> alertImpactDetails;
60+
5061
/**
5162
* The Value.
5263
* The number value of the impact. For the aggregation types of count and affectedCloudPcCount, the value indicates the number of affected instances. For example, 6 affectedCloudPcCount means that 6 Cloud PCs are affected. For the aggregation types of percentage and affectedCloudPcPercentage, the value indicates the percent of affected instances. For example, 12 affectedCloudPcPercentage means that 12% of Cloud PCs are affected.

src/main/java/com/microsoft/graph/devicemanagementnamespace/models/AlertRecord.java

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

3232
/**
3333
* The Alert Impact.
34-
* The impact of the alert event. Consists of a number followed by the aggregation type. For example, 6 affectedCloudPcCount means that 6 Cloud PCs are affected. 12 affectedCloudPcPercentage means 12% of Cloud PCs are affected.
34+
* The impact of the alert event. Consists of a list of key-value pair and a number followed by the aggregation type. For example, 6 affectedCloudPcCount means that 6 Cloud PCs are affected. 12 affectedCloudPcPercentage means 12% of Cloud PCs are affected. The list of key-value pair indicates the details of the alert impact.
3535
*/
3636
@SerializedName(value = "alertImpact", alternate = {"AlertImpact"})
3737
@Expose
@@ -49,7 +49,7 @@ public class AlertRecord extends Entity implements IJsonBackedObject {
4949

5050
/**
5151
* The Alert Rule Template.
52-
* The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue.
52+
* The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario.
5353
*/
5454
@SerializedName(value = "alertRuleTemplate", alternate = {"AlertRuleTemplate"})
5555
@Expose

src/main/java/com/microsoft/graph/devicemanagementnamespace/models/AlertRule.java

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

3333
/**
3434
* The Alert Rule Template.
35-
* The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue.
35+
* The rule template of the alert event. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario.
3636
*/
3737
@SerializedName(value = "alertRuleTemplate", alternate = {"AlertRuleTemplate"})
3838
@Expose

src/main/java/com/microsoft/graph/devicemanagementnamespace/models/AlertRuleTemplate.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ public enum AlertRuleTemplate
3232
*/
3333
CLOUD_PC_IN_GRACE_PERIOD_SCENARIO,
3434
/**
35+
* cloud Pc Frontline Insufficient Licenses Scenario
36+
*/
37+
CLOUD_PC_FRONTLINE_INSUFFICIENT_LICENSES_SCENARIO,
38+
/**
3539
* For AlertRuleTemplate values that were not expected from the service
3640
*/
3741
UNEXPECTED_VALUE

src/main/java/com/microsoft/graph/devicemanagementnamespace/models/PortalNotification.java

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

7979
/**
8080
* The Alert Rule Template.
81-
* The associated alert rule template. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue.
81+
* The associated alert rule template. The possible values are: cloudPcProvisionScenario, cloudPcImageUploadScenario, cloudPcOnPremiseNetworkConnectionCheckScenario, unknownFutureValue, cloudPcInGracePeriodScenario. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: cloudPcInGracePeriodScenario.
8282
*/
8383
@SerializedName(value = "alertRuleTemplate", alternate = {"AlertRuleTemplate"})
8484
@Expose

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

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

4242
/**
4343
* The EDiscovery Result Templates.
44-
* Enables the developer to define the appearance of the content and configure conditions that dictate when the template should be displayed. Maximum of two eDiscovery result templates per connection.
44+
*
4545
*/
4646
@SerializedName(value = "eDiscoveryResultTemplates", alternate = {"EDiscoveryResultTemplates"})
4747
@Expose

0 commit comments

Comments
 (0)