Skip to content

Commit abf578d

Browse files
committed
Schema sync 2025-06-03 from 1.3.800.0
1 parent de6666d commit abf578d

7 files changed

Lines changed: 53 additions & 423 deletions

File tree

schemas/annotated-beta-Prod.csdl

Lines changed: 5 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -38494,30 +38494,6 @@
3849438494
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
3849538495
<ReturnType Type="graph.bulkCatalogItemActionResult" />
3849638496
</Action>
38497-
<Action Name="bulkReprovisionCloudPc" IsBound="true">
38498-
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
38499-
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
38500-
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
38501-
</Action>
38502-
<Action Name="bulkResize" IsBound="true">
38503-
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPC)" />
38504-
<Parameter Name="cloudPcIds" Type="Collection(Edm.String)" Unicode="false" />
38505-
<Parameter Name="targetServicePlanId" Type="Edm.String" Unicode="false" />
38506-
<ReturnType Type="Collection(graph.cloudPcRemoteActionResult)" />
38507-
</Action>
38508-
<Action Name="bulkRestoreCloudPc" IsBound="true">
38509-
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
38510-
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
38511-
<Parameter Name="restorePointDateTime" Type="Edm.DateTimeOffset" />
38512-
<Parameter Name="timeRange" Type="graph.restoreTimeRange" />
38513-
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
38514-
</Action>
38515-
<Action Name="bulkSetCloudPcReviewStatus" IsBound="true">
38516-
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
38517-
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
38518-
<Parameter Name="reviewStatus" Type="graph.cloudPcReviewStatus" />
38519-
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
38520-
</Action>
3852138497
<Action Name="bypassActivationLock" IsBound="true">
3852238498
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
3852338499
</Action>
@@ -43971,10 +43947,6 @@
4397143947
<Action Name="setAsManagedInstaller" IsBound="true">
4397243948
<Parameter Name="bindingParameter" Type="graph.windowsManagementApp" />
4397343949
</Action>
43974-
<Action Name="setCloudPcReviewStatus" IsBound="true">
43975-
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
43976-
<Parameter Name="reviewStatus" Type="graph.cloudPcReviewStatus" />
43977-
</Action>
4397843950
<Action Name="setData" IsBound="true">
4397943951
<Parameter Name="bindparameter" Type="graph.workbookChart" />
4398043952
<Parameter Name="sourceData" Type="graph.Json" />
@@ -46050,14 +46022,6 @@
4605046022
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
4605146023
<ReturnType Type="graph.cloudPcLaunchInfo" />
4605246024
</Function>
46053-
<Function Name="getCloudPcRemoteActionResults" IsBound="true">
46054-
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
46055-
<ReturnType Type="Collection(graph.cloudPcRemoteActionResult)" />
46056-
</Function>
46057-
<Function Name="getCloudPcReviewStatus" IsBound="true">
46058-
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
46059-
<ReturnType Type="graph.cloudPcReviewStatus" />
46060-
</Function>
4606146025
<Function Name="getComanagedDevicesSummary" IsBound="true">
4606246026
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
4606346027
<ReturnType Type="graph.comanagedDevicesSummary" />
@@ -56156,66 +56120,6 @@
5615656120
<Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/successfulDeviceIds">
5615756121
<Annotation Term="Org.OData.Core.V1.Description" String="Successful devices" />
5615856122
</Annotations>
56159-
<Annotations Target="microsoft.graph.bulkReprovisionCloudPc(Collection(microsoft.graph.managedDevice), Collection(Edm.String))">
56160-
<Annotation Term="Org.OData.Core.V1.Revisions">
56161-
<Collection>
56162-
<Record>
56163-
<PropertyValue Property="Date" Date="2023-05-24" />
56164-
<PropertyValue Property="Description" String="The bulkReprovisionCloudPc action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api." />
56165-
<PropertyValue Property="Kind">
56166-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
56167-
</PropertyValue>
56168-
<PropertyValue Property="RemovalDate" Date="2023-09-24" />
56169-
<PropertyValue Property="Version" String="2023-05/bulkReprovisionCloudPc" />
56170-
</Record>
56171-
</Collection>
56172-
</Annotation>
56173-
</Annotations>
56174-
<Annotations Target="microsoft.graph.bulkResize(Collection(microsoft.graph.cloudPC), Collection(Edm.String), Edm.String)">
56175-
<Annotation Term="Org.OData.Core.V1.Revisions">
56176-
<Collection>
56177-
<Record>
56178-
<PropertyValue Property="Date" Date="2023-05-24" />
56179-
<PropertyValue Property="Description" String="The bulkResize action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api." />
56180-
<PropertyValue Property="Kind">
56181-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
56182-
</PropertyValue>
56183-
<PropertyValue Property="RemovalDate" Date="2023-09-24" />
56184-
<PropertyValue Property="Version" String="2023-05/bulkResize" />
56185-
</Record>
56186-
</Collection>
56187-
</Annotation>
56188-
</Annotations>
56189-
<Annotations Target="microsoft.graph.bulkRestoreCloudPc(Collection(microsoft.graph.managedDevice), Collection(Edm.String), Edm.DateTimeOffset, microsoft.graph.restoreTimeRange)">
56190-
<Annotation Term="Org.OData.Core.V1.Revisions">
56191-
<Collection>
56192-
<Record>
56193-
<PropertyValue Property="Date" Date="2023-05-24" />
56194-
<PropertyValue Property="Description" String="The bulkRestoreCloudPc action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api." />
56195-
<PropertyValue Property="Kind">
56196-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
56197-
</PropertyValue>
56198-
<PropertyValue Property="RemovalDate" Date="2023-09-24" />
56199-
<PropertyValue Property="Version" String="2023-05/bulkRestoreCloudPc" />
56200-
</Record>
56201-
</Collection>
56202-
</Annotation>
56203-
</Annotations>
56204-
<Annotations Target="microsoft.graph.bulkSetCloudPcReviewStatus(Collection(microsoft.graph.managedDevice), Collection(Edm.String), microsoft.graph.cloudPcReviewStatus)">
56205-
<Annotation Term="Org.OData.Core.V1.Revisions">
56206-
<Collection>
56207-
<Record>
56208-
<PropertyValue Property="Date" Date="2024-05-15" />
56209-
<PropertyValue Property="Description" String="The BulkSetCloudPcReviewStatus action is deprecated and will stop supporting on September 30, 2024. Please use bulk action entity api." />
56210-
<PropertyValue Property="Kind">
56211-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
56212-
</PropertyValue>
56213-
<PropertyValue Property="RemovalDate" Date="2024-09-30" />
56214-
<PropertyValue Property="Version" String="2024-05/BulkSetCloudPcReviewStatus" />
56215-
</Record>
56216-
</Collection>
56217-
</Annotation>
56218-
</Annotations>
5621956123
<Annotations Target="microsoft.graph.bypassActivationLock(microsoft.graph.managedDevice)">
5622056124
<Annotation Term="Org.OData.Core.V1.Description" String="Bypass activation lock" />
5622156125
</Annotations>
@@ -69136,36 +69040,6 @@
6913669040
</Collection>
6913769041
</Annotation>
6913869042
</Annotations>
69139-
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
69140-
<Annotation Term="Org.OData.Core.V1.Revisions">
69141-
<Collection>
69142-
<Record>
69143-
<PropertyValue Property="Date" Date="2024-05-08" />
69144-
<PropertyValue Property="Description" String="Starting September 30, 2024, getCloudPcRemoteActionResults API bound to managedDevice entity will be deprecated and no longer supported. Please use retrieveCloudPcRemoteActionResults API bound to cloudpc entity instead." />
69145-
<PropertyValue Property="Kind">
69146-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
69147-
</PropertyValue>
69148-
<PropertyValue Property="RemovalDate" Date="2024-09-30" />
69149-
<PropertyValue Property="Version" String="2024-05/getCloudPcRemoteActionResults" />
69150-
</Record>
69151-
</Collection>
69152-
</Annotation>
69153-
</Annotations>
69154-
<Annotations Target="microsoft.graph.getCloudPcReviewStatus(microsoft.graph.managedDevice)">
69155-
<Annotation Term="Org.OData.Core.V1.Revisions">
69156-
<Collection>
69157-
<Record>
69158-
<PropertyValue Property="Date" Date="2024-01-03" />
69159-
<PropertyValue Property="Description" String="The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API" />
69160-
<PropertyValue Property="Kind">
69161-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
69162-
</PropertyValue>
69163-
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
69164-
<PropertyValue Property="Version" String="2024-01/getCloudPcReviewStatus" />
69165-
</Record>
69166-
</Collection>
69167-
</Annotation>
69168-
</Annotations>
6916969043
<Annotations Target="microsoft.graph.getConnectionQualityReports(microsoft.graph.cloudPcReports, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)">
6917069044
<Annotation Term="Org.OData.Core.V1.Revisions">
6917169045
<Collection>
@@ -86904,21 +86778,6 @@
8690486778
<Annotations Target="microsoft.graph.setAsManagedInstaller(microsoft.graph.windowsManagementApp)">
8690586779
<Annotation Term="Org.OData.Core.V1.Description" String="Set the Managed Installer status for the caller tenant" />
8690686780
</Annotations>
86907-
<Annotations Target="microsoft.graph.setCloudPcReviewStatus(microsoft.graph.managedDevice, microsoft.graph.cloudPcReviewStatus)">
86908-
<Annotation Term="Org.OData.Core.V1.Revisions">
86909-
<Collection>
86910-
<Record>
86911-
<PropertyValue Property="Date" Date="2024-01-03" />
86912-
<PropertyValue Property="Description" String="The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API" />
86913-
<PropertyValue Property="Kind">
86914-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
86915-
</PropertyValue>
86916-
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
86917-
<PropertyValue Property="Version" String="2024-01/setCloudPcReviewStatus" />
86918-
</Record>
86919-
</Collection>
86920-
</Annotation>
86921-
</Annotations>
8692286781
<Annotations Target="microsoft.graph.setDeviceName(microsoft.graph.managedDevice, Edm.String)">
8692386782
<Annotation Term="Org.OData.Core.V1.Description" String="Set device name of the device." />
8692486783
</Annotations>
@@ -101581,6 +101440,9 @@
101581101440
<Member Name="generativeAi" Value="42" />
101582101441
<Member Name="unknown" Value="43" />
101583101442
<Member Name="unknownFutureValue" Value="44" />
101443+
<Member Name="aiModelProvider" Value="45" />
101444+
<Member Name="mcpServer" Value="46" />
101445+
<Member Name="clientAiApp" Value="47" />
101584101446
</EnumType>
101585101447
<EnumType Name="appInfoCsaStarLevel">
101586101448
<Member Name="selfAssessment" Value="1" />
@@ -102159,6 +102021,7 @@
102159102021
<Member Name="microsoftDefenderThreatIntelligenceAnalytics" Value="1073741846" />
102160102022
<Member Name="builtInMl" Value="1073741847" />
102161102023
<Member Name="microsoftInsiderRiskManagement" Value="1073741848" />
102024+
<Member Name="microsoftThreatIntelligence" Value="1073741849" />
102162102025
<Member Name="microsoftSentinel" Value="268435456" />
102163102026
</EnumType>
102164102027
<EnumType Name="detectionStatus">
@@ -102682,6 +102545,7 @@
102682102545
<Member Name="microsoftDefenderForCloud" Value="256" />
102683102546
<Member Name="microsoftSentinel" Value="512" />
102684102547
<Member Name="microsoftInsiderRiskManagement" Value="1024" />
102548+
<Member Name="microsoftThreatIntelligence" Value="2048" />
102685102549
</EnumType>
102686102550
<EnumType Name="sourceType" IsFlags="true">
102687102551
<Member Name="mailbox" Value="1" />

schemas/annotated-v1.0-Prod.csdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19205,6 +19205,12 @@
1920519205
<Parameter Name="bindingParameter" Type="graph.driveItem" />
1920619206
<Parameter Name="name" Type="Edm.String" Unicode="false" />
1920719207
<Parameter Name="parentReference" Type="graph.itemReference" />
19208+
<Parameter Name="childrenOnly" Type="Edm.Boolean">
19209+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
19210+
</Parameter>
19211+
<Parameter Name="includeAllVersionHistory" Type="Edm.Boolean">
19212+
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
19213+
</Parameter>
1920819214
<ReturnType Type="graph.driveItem" />
1920919215
</Action>
1921019216
<Action Name="copy" EntitySetPath="bindingParameter" IsBound="true">
@@ -42786,6 +42792,7 @@
4278642792
<Member Name="microsoftDefenderThreatIntelligenceAnalytics" Value="1073741846" />
4278742793
<Member Name="builtInMl" Value="1073741847" />
4278842794
<Member Name="microsoftInsiderRiskManagement" Value="1073741848" />
42795+
<Member Name="microsoftThreatIntelligence" Value="1073741849" />
4278942796
<Member Name="microsoftSentinel" Value="268435456" />
4279042797
</EnumType>
4279142798
<EnumType Name="detectionStatus">
@@ -43070,6 +43077,7 @@
4307043077
<Member Name="microsoftDefenderForCloud" Value="256" />
4307143078
<Member Name="microsoftSentinel" Value="512" />
4307243079
<Member Name="microsoftInsiderRiskManagement" Value="1024" />
43080+
<Member Name="microsoftThreatIntelligence" Value="2048" />
4307343081
</EnumType>
4307443082
<EnumType Name="sourceType" IsFlags="true">
4307543083
<Member Name="mailbox" Value="1" />

0 commit comments

Comments
 (0)