Skip to content

Commit dc154a3

Browse files
authored
Merge pull request #776 from microsoftgraph/schemas/metadata-publishing-2025-02-21
Schema sync 2025-02-21 from 1.3.602.0
2 parents b2a23fe + abe9949 commit dc154a3

File tree

4 files changed

+70
-0
lines changed

4 files changed

+70
-0
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,7 @@
21062106
<EnumType Name="cloudPCPerformanceReportName">
21072107
<Member Name="performanceTrendReport" Value="0" />
21082108
<Member Name="unknownFutureValue" Value="1" />
2109+
<Member Name="cloudPcInsightReport" Value="2" />
21092110
</EnumType>
21102111
<EnumType Name="cloudPcPolicyApplyActionStatus">
21112112
<Member Name="processing" Value="0" />
@@ -2210,6 +2211,7 @@
22102211
<Member Name="troubleshootTrendCountReport" Value="24" />
22112212
<Member Name="troubleshootRegionalReport" Value="25" />
22122213
<Member Name="troubleshootIssueCountReport" Value="26" />
2214+
<Member Name="cloudPcInsightReport" Value="27" />
22132215
<Member Name="regionalInaccessibleCloudPcTrendReport" Value="28" />
22142216
</EnumType>
22152217
<EnumType Name="cloudPcResizeValidationCode">
@@ -42773,6 +42775,18 @@
4277342775
<Parameter Name="top" Type="Edm.Int32" />
4277442776
<ReturnType Type="Edm.Stream" />
4277542777
</Action>
42778+
<Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true">
42779+
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
42780+
<Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" />
42781+
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
42782+
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
42783+
<Parameter Name="search" Type="Edm.String" Unicode="false" />
42784+
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
42785+
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
42786+
<Parameter Name="skip" Type="Edm.Int32" />
42787+
<Parameter Name="top" Type="Edm.Int32" />
42788+
<ReturnType Type="Edm.Stream" />
42789+
</Action>
4277642790
<Action Name="retrieveCloudPcTroubleshootReports" IsBound="true">
4277742791
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
4277842792
<Parameter Name="reportName" Type="graph.cloudPCTroubleshootReportType" />
@@ -68261,6 +68275,21 @@
6826168275
</Collection>
6826268276
</Annotation>
6826368277
</Annotations>
68278+
<Annotations Target="microsoft.graph.getCloudPcPerformanceReport(microsoft.graph.cloudPcReports, microsoft.graph.cloudPCPerformanceReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)">
68279+
<Annotation Term="Org.OData.Core.V1.Revisions">
68280+
<Collection>
68281+
<Record>
68282+
<PropertyValue Property="Date" Date="2024-09-10" />
68283+
<PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getCloudPcPerformanceReport') will be deprecated and no longer supported. Please use the retrieveCloudPcTenantMetricsReport API." />
68284+
<PropertyValue Property="Kind">
68285+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
68286+
</PropertyValue>
68287+
<PropertyValue Property="RemovalDate" Date="2024-12-31" />
68288+
<PropertyValue Property="Version" String="2024-09/getCloudPcPerformanceReport" />
68289+
</Record>
68290+
</Collection>
68291+
</Annotation>
68292+
</Annotations>
6826468293
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
6826568294
<Annotation Term="Org.OData.Core.V1.Revisions">
6826668295
<Collection>

schemas/annotated-v1.0-Prod.csdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5965,6 +5965,11 @@
59655965
<Property Name="inputs" Type="Collection(graph.authenticationAttributeCollectionInputConfiguration)" />
59665966
<Property Name="title" Type="Edm.String" />
59675967
</ComplexType>
5968+
<ComplexType Name="authenticationBehaviors">
5969+
<Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" />
5970+
<Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" />
5971+
<Property Name="requireClientServicePrincipal" Type="Edm.Boolean" />
5972+
</ComplexType>
59685973
<ComplexType Name="authenticationConditions">
59695974
<Property Name="applications" Type="graph.authenticationConditionsApplications" />
59705975
</ComplexType>
@@ -10855,6 +10860,7 @@
1085510860
<Property Name="appId" Type="Edm.String" />
1085610861
<Property Name="applicationTemplateId" Type="Edm.String" />
1085710862
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
10863+
<Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" />
1085810864
<Property Name="certification" Type="graph.certification" />
1085910865
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1086010866
<Property Name="defaultRedirectUri" Type="Edm.String" />

schemas/beta-Prod.csdl

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,7 @@
21062106
<EnumType Name="cloudPCPerformanceReportName">
21072107
<Member Name="performanceTrendReport" Value="0" />
21082108
<Member Name="unknownFutureValue" Value="1" />
2109+
<Member Name="cloudPcInsightReport" Value="2" />
21092110
</EnumType>
21102111
<EnumType Name="cloudPcPolicyApplyActionStatus">
21112112
<Member Name="processing" Value="0" />
@@ -2210,6 +2211,7 @@
22102211
<Member Name="troubleshootTrendCountReport" Value="24" />
22112212
<Member Name="troubleshootRegionalReport" Value="25" />
22122213
<Member Name="troubleshootIssueCountReport" Value="26" />
2214+
<Member Name="cloudPcInsightReport" Value="27" />
22132215
<Member Name="regionalInaccessibleCloudPcTrendReport" Value="28" />
22142216
</EnumType>
22152217
<EnumType Name="cloudPcResizeValidationCode">
@@ -42773,6 +42775,18 @@
4277342775
<Parameter Name="top" Type="Edm.Int32" />
4277442776
<ReturnType Type="Edm.Stream" />
4277542777
</Action>
42778+
<Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true">
42779+
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
42780+
<Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" />
42781+
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
42782+
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
42783+
<Parameter Name="search" Type="Edm.String" Unicode="false" />
42784+
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
42785+
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
42786+
<Parameter Name="skip" Type="Edm.Int32" />
42787+
<Parameter Name="top" Type="Edm.Int32" />
42788+
<ReturnType Type="Edm.Stream" />
42789+
</Action>
4277642790
<Action Name="retrieveCloudPcTroubleshootReports" IsBound="true">
4277742791
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
4277842792
<Parameter Name="reportName" Type="graph.cloudPCTroubleshootReportType" />
@@ -68261,6 +68275,21 @@
6826168275
</Collection>
6826268276
</Annotation>
6826368277
</Annotations>
68278+
<Annotations Target="microsoft.graph.getCloudPcPerformanceReport(microsoft.graph.cloudPcReports, microsoft.graph.cloudPCPerformanceReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)">
68279+
<Annotation Term="Org.OData.Core.V1.Revisions">
68280+
<Collection>
68281+
<Record>
68282+
<PropertyValue Property="Date" Date="2024-09-10" />
68283+
<PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getCloudPcPerformanceReport') will be deprecated and no longer supported. Please use the retrieveCloudPcTenantMetricsReport API." />
68284+
<PropertyValue Property="Kind">
68285+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
68286+
</PropertyValue>
68287+
<PropertyValue Property="RemovalDate" Date="2024-12-31" />
68288+
<PropertyValue Property="Version" String="2024-09/getCloudPcPerformanceReport" />
68289+
</Record>
68290+
</Collection>
68291+
</Annotation>
68292+
</Annotations>
6826468293
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
6826568294
<Annotation Term="Org.OData.Core.V1.Revisions">
6826668295
<Collection>

schemas/v1.0-Prod.csdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5965,6 +5965,11 @@
59655965
<Property Name="inputs" Type="Collection(graph.authenticationAttributeCollectionInputConfiguration)" />
59665966
<Property Name="title" Type="Edm.String" />
59675967
</ComplexType>
5968+
<ComplexType Name="authenticationBehaviors">
5969+
<Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" />
5970+
<Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" />
5971+
<Property Name="requireClientServicePrincipal" Type="Edm.Boolean" />
5972+
</ComplexType>
59685973
<ComplexType Name="authenticationConditions">
59695974
<Property Name="applications" Type="graph.authenticationConditionsApplications" />
59705975
</ComplexType>
@@ -10855,6 +10860,7 @@
1085510860
<Property Name="appId" Type="Edm.String" />
1085610861
<Property Name="applicationTemplateId" Type="Edm.String" />
1085710862
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
10863+
<Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" />
1085810864
<Property Name="certification" Type="graph.certification" />
1085910865
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1086010866
<Property Name="defaultRedirectUri" Type="Edm.String" />

0 commit comments

Comments
 (0)