Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,7 @@
<EnumType Name="cloudPCPerformanceReportName">
<Member Name="performanceTrendReport" Value="0" />
<Member Name="unknownFutureValue" Value="1" />
<Member Name="cloudPcInsightReport" Value="2" />
</EnumType>
<EnumType Name="cloudPcPolicyApplyActionStatus">
<Member Name="processing" Value="0" />
Expand Down Expand Up @@ -2210,6 +2211,7 @@
<Member Name="troubleshootTrendCountReport" Value="24" />
<Member Name="troubleshootRegionalReport" Value="25" />
<Member Name="troubleshootIssueCountReport" Value="26" />
<Member Name="cloudPcInsightReport" Value="27" />
<Member Name="regionalInaccessibleCloudPcTrendReport" Value="28" />
</EnumType>
<EnumType Name="cloudPcResizeValidationCode">
Expand Down Expand Up @@ -42773,6 +42775,18 @@
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="search" Type="Edm.String" Unicode="false" />
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retrieveCloudPcTroubleshootReports" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPCTroubleshootReportType" />
Expand Down Expand Up @@ -68261,6 +68275,21 @@
</Collection>
</Annotation>
</Annotations>
<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)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-09-10" />
<PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getCloudPcPerformanceReport') will be deprecated and no longer supported. Please use the retrieveCloudPcTenantMetricsReport API." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-12-31" />
<PropertyValue Property="Version" String="2024-09/getCloudPcPerformanceReport" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down
6 changes: 6 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5965,6 +5965,11 @@
<Property Name="inputs" Type="Collection(graph.authenticationAttributeCollectionInputConfiguration)" />
<Property Name="title" Type="Edm.String" />
</ComplexType>
<ComplexType Name="authenticationBehaviors">
<Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" />
<Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" />
<Property Name="requireClientServicePrincipal" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="authenticationConditions">
<Property Name="applications" Type="graph.authenticationConditionsApplications" />
</ComplexType>
Expand Down Expand Up @@ -10855,6 +10860,7 @@
<Property Name="appId" Type="Edm.String" />
<Property Name="applicationTemplateId" Type="Edm.String" />
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
<Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" />
<Property Name="certification" Type="graph.certification" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="defaultRedirectUri" Type="Edm.String" />
Expand Down
29 changes: 29 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,7 @@
<EnumType Name="cloudPCPerformanceReportName">
<Member Name="performanceTrendReport" Value="0" />
<Member Name="unknownFutureValue" Value="1" />
<Member Name="cloudPcInsightReport" Value="2" />
</EnumType>
<EnumType Name="cloudPcPolicyApplyActionStatus">
<Member Name="processing" Value="0" />
Expand Down Expand Up @@ -2210,6 +2211,7 @@
<Member Name="troubleshootTrendCountReport" Value="24" />
<Member Name="troubleshootRegionalReport" Value="25" />
<Member Name="troubleshootIssueCountReport" Value="26" />
<Member Name="cloudPcInsightReport" Value="27" />
<Member Name="regionalInaccessibleCloudPcTrendReport" Value="28" />
</EnumType>
<EnumType Name="cloudPcResizeValidationCode">
Expand Down Expand Up @@ -42773,6 +42775,18 @@
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retrieveCloudPcTenantMetricsReport" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPCPerformanceReportName" Nullable="false" />
<Parameter Name="filter" Type="Edm.String" Unicode="false" />
<Parameter Name="select" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="search" Type="Edm.String" Unicode="false" />
<Parameter Name="groupBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="orderBy" Type="Collection(Edm.String)" Unicode="false" />
<Parameter Name="skip" Type="Edm.Int32" />
<Parameter Name="top" Type="Edm.Int32" />
<ReturnType Type="Edm.Stream" />
</Action>
<Action Name="retrieveCloudPcTroubleshootReports" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcReports" />
<Parameter Name="reportName" Type="graph.cloudPCTroubleshootReportType" />
Expand Down Expand Up @@ -68261,6 +68275,21 @@
</Collection>
</Annotation>
</Annotations>
<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)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-09-10" />
<PropertyValue Property="Description" String="Starting from December 31, 2024, this API ('getCloudPcPerformanceReport') will be deprecated and no longer supported. Please use the retrieveCloudPcTenantMetricsReport API." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-12-31" />
<PropertyValue Property="Version" String="2024-09/getCloudPcPerformanceReport" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down
6 changes: 6 additions & 0 deletions schemas/v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5965,6 +5965,11 @@
<Property Name="inputs" Type="Collection(graph.authenticationAttributeCollectionInputConfiguration)" />
<Property Name="title" Type="Edm.String" />
</ComplexType>
<ComplexType Name="authenticationBehaviors">
<Property Name="blockAzureADGraphAccess" Type="Edm.Boolean" />
<Property Name="removeUnverifiedEmailClaim" Type="Edm.Boolean" />
<Property Name="requireClientServicePrincipal" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="authenticationConditions">
<Property Name="applications" Type="graph.authenticationConditionsApplications" />
</ComplexType>
Expand Down Expand Up @@ -10855,6 +10860,7 @@
<Property Name="appId" Type="Edm.String" />
<Property Name="applicationTemplateId" Type="Edm.String" />
<Property Name="appRoles" Type="Collection(graph.appRole)" Nullable="false" />
<Property Name="authenticationBehaviors" Type="graph.authenticationBehaviors" />
<Property Name="certification" Type="graph.certification" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="defaultRedirectUri" Type="Edm.String" />
Expand Down
Loading