Skip to content

Commit a74a7f5

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 189813
1 parent 5940aec commit a74a7f5

File tree

4 files changed

+15277
-16160
lines changed

4 files changed

+15277
-16160
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 5 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -40347,30 +40347,6 @@
4034740347
<Parameter Name="ids" Type="Collection(Edm.String)" Unicode="false" />
4034840348
<ReturnType Type="graph.bulkCatalogItemActionResult" />
4034940349
</Action>
40350-
<Action Name="bulkReprovisionCloudPc" IsBound="true">
40351-
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
40352-
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
40353-
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
40354-
</Action>
40355-
<Action Name="bulkResize" IsBound="true">
40356-
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPC)" />
40357-
<Parameter Name="cloudPcIds" Type="Collection(Edm.String)" Unicode="false" />
40358-
<Parameter Name="targetServicePlanId" Type="Edm.String" Unicode="false" />
40359-
<ReturnType Type="Collection(graph.cloudPcRemoteActionResult)" />
40360-
</Action>
40361-
<Action Name="bulkRestoreCloudPc" IsBound="true">
40362-
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
40363-
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
40364-
<Parameter Name="restorePointDateTime" Type="Edm.DateTimeOffset" />
40365-
<Parameter Name="timeRange" Type="graph.restoreTimeRange" />
40366-
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
40367-
</Action>
40368-
<Action Name="bulkSetCloudPcReviewStatus" IsBound="true">
40369-
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
40370-
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
40371-
<Parameter Name="reviewStatus" Type="graph.cloudPcReviewStatus" />
40372-
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
40373-
</Action>
4037440350
<Action Name="bypassActivationLock" IsBound="true">
4037540351
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
4037640352
</Action>
@@ -45825,10 +45801,6 @@
4582545801
<Action Name="setAsManagedInstaller" IsBound="true">
4582645802
<Parameter Name="bindingParameter" Type="graph.windowsManagementApp" />
4582745803
</Action>
45828-
<Action Name="setCloudPcReviewStatus" IsBound="true">
45829-
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
45830-
<Parameter Name="reviewStatus" Type="graph.cloudPcReviewStatus" />
45831-
</Action>
4583245804
<Action Name="setData" IsBound="true">
4583345805
<Parameter Name="bindparameter" Type="graph.workbookChart" />
4583445806
<Parameter Name="sourceData" Type="Edm.Untyped" />
@@ -47976,14 +47948,6 @@
4797647948
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
4797747949
<ReturnType Type="graph.cloudPcLaunchInfo" />
4797847950
</Function>
47979-
<Function Name="getCloudPcRemoteActionResults" IsBound="true">
47980-
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
47981-
<ReturnType Type="Collection(graph.cloudPcRemoteActionResult)" />
47982-
</Function>
47983-
<Function Name="getCloudPcReviewStatus" IsBound="true">
47984-
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
47985-
<ReturnType Type="graph.cloudPcReviewStatus" />
47986-
</Function>
4798747951
<Function Name="getComanagedDevicesSummary" IsBound="true">
4798847952
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
4798947953
<ReturnType Type="graph.comanagedDevicesSummary" />
@@ -58968,66 +58932,6 @@
5896858932
<Annotations Target="microsoft.graph.bulkManagedDeviceActionResult/successfulDeviceIds">
5896958933
<Annotation Term="Org.OData.Core.V1.Description" String="Successful devices" />
5897058934
</Annotations>
58971-
<Annotations Target="microsoft.graph.bulkReprovisionCloudPc(Collection(microsoft.graph.managedDevice), Collection(Edm.String))">
58972-
<Annotation Term="Org.OData.Core.V1.Revisions">
58973-
<Collection>
58974-
<Record>
58975-
<PropertyValue Property="Date" Date="2023-05-24" />
58976-
<PropertyValue Property="Description" String="The bulkReprovisionCloudPc action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api." />
58977-
<PropertyValue Property="Kind">
58978-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
58979-
</PropertyValue>
58980-
<PropertyValue Property="RemovalDate" Date="2023-09-24" />
58981-
<PropertyValue Property="Version" String="2023-05/bulkReprovisionCloudPc" />
58982-
</Record>
58983-
</Collection>
58984-
</Annotation>
58985-
</Annotations>
58986-
<Annotations Target="microsoft.graph.bulkResize(Collection(microsoft.graph.cloudPC), Collection(Edm.String), Edm.String)">
58987-
<Annotation Term="Org.OData.Core.V1.Revisions">
58988-
<Collection>
58989-
<Record>
58990-
<PropertyValue Property="Date" Date="2023-05-24" />
58991-
<PropertyValue Property="Description" String="The bulkResize action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api." />
58992-
<PropertyValue Property="Kind">
58993-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
58994-
</PropertyValue>
58995-
<PropertyValue Property="RemovalDate" Date="2023-09-24" />
58996-
<PropertyValue Property="Version" String="2023-05/bulkResize" />
58997-
</Record>
58998-
</Collection>
58999-
</Annotation>
59000-
</Annotations>
59001-
<Annotations Target="microsoft.graph.bulkRestoreCloudPc(Collection(microsoft.graph.managedDevice), Collection(Edm.String), Edm.DateTimeOffset, microsoft.graph.restoreTimeRange)">
59002-
<Annotation Term="Org.OData.Core.V1.Revisions">
59003-
<Collection>
59004-
<Record>
59005-
<PropertyValue Property="Date" Date="2023-05-24" />
59006-
<PropertyValue Property="Description" String="The bulkRestoreCloudPc action is deprecated and will stop supporting on September 24, 2023. Please use bulk action entity api." />
59007-
<PropertyValue Property="Kind">
59008-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
59009-
</PropertyValue>
59010-
<PropertyValue Property="RemovalDate" Date="2023-09-24" />
59011-
<PropertyValue Property="Version" String="2023-05/bulkRestoreCloudPc" />
59012-
</Record>
59013-
</Collection>
59014-
</Annotation>
59015-
</Annotations>
59016-
<Annotations Target="microsoft.graph.bulkSetCloudPcReviewStatus(Collection(microsoft.graph.managedDevice), Collection(Edm.String), microsoft.graph.cloudPcReviewStatus)">
59017-
<Annotation Term="Org.OData.Core.V1.Revisions">
59018-
<Collection>
59019-
<Record>
59020-
<PropertyValue Property="Date" Date="2024-05-15" />
59021-
<PropertyValue Property="Description" String="The BulkSetCloudPcReviewStatus action is deprecated and will stop supporting on September 30, 2024. Please use bulk action entity api." />
59022-
<PropertyValue Property="Kind">
59023-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
59024-
</PropertyValue>
59025-
<PropertyValue Property="RemovalDate" Date="2024-09-30" />
59026-
<PropertyValue Property="Version" String="2024-05/BulkSetCloudPcReviewStatus" />
59027-
</Record>
59028-
</Collection>
59029-
</Annotation>
59030-
</Annotations>
5903158935
<Annotations Target="microsoft.graph.bypassActivationLock(microsoft.graph.managedDevice)">
5903258936
<Annotation Term="Org.OData.Core.V1.Description" String="Bypass activation lock" />
5903358937
</Annotations>
@@ -71893,36 +71797,6 @@
7189371797
</Collection>
7189471798
</Annotation>
7189571799
</Annotations>
71896-
<Annotations Target="microsoft.graph.getCloudPcRemoteActionResults(microsoft.graph.managedDevice)">
71897-
<Annotation Term="Org.OData.Core.V1.Revisions">
71898-
<Collection>
71899-
<Record>
71900-
<PropertyValue Property="Date" Date="2024-05-08" />
71901-
<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." />
71902-
<PropertyValue Property="Kind">
71903-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
71904-
</PropertyValue>
71905-
<PropertyValue Property="RemovalDate" Date="2024-09-30" />
71906-
<PropertyValue Property="Version" String="2024-05/getCloudPcRemoteActionResults" />
71907-
</Record>
71908-
</Collection>
71909-
</Annotation>
71910-
</Annotations>
71911-
<Annotations Target="microsoft.graph.getCloudPcReviewStatus(microsoft.graph.managedDevice)">
71912-
<Annotation Term="Org.OData.Core.V1.Revisions">
71913-
<Collection>
71914-
<Record>
71915-
<PropertyValue Property="Date" Date="2024-01-03" />
71916-
<PropertyValue Property="Description" String="The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API" />
71917-
<PropertyValue Property="Kind">
71918-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
71919-
</PropertyValue>
71920-
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
71921-
<PropertyValue Property="Version" String="2024-01/getCloudPcReviewStatus" />
71922-
</Record>
71923-
</Collection>
71924-
</Annotation>
71925-
</Annotations>
7192671800
<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)">
7192771801
<Annotation Term="Org.OData.Core.V1.Revisions">
7192871802
<Collection>
@@ -89661,21 +89535,6 @@
8966189535
<Annotations Target="microsoft.graph.setAsManagedInstaller(microsoft.graph.windowsManagementApp)">
8966289536
<Annotation Term="Org.OData.Core.V1.Description" String="Set the Managed Installer status for the caller tenant" />
8966389537
</Annotations>
89664-
<Annotations Target="microsoft.graph.setCloudPcReviewStatus(microsoft.graph.managedDevice, microsoft.graph.cloudPcReviewStatus)">
89665-
<Annotation Term="Org.OData.Core.V1.Revisions">
89666-
<Collection>
89667-
<Record>
89668-
<PropertyValue Property="Date" Date="2024-01-03" />
89669-
<PropertyValue Property="Description" String="The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API" />
89670-
<PropertyValue Property="Kind">
89671-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
89672-
</PropertyValue>
89673-
<PropertyValue Property="RemovalDate" Date="2023-04-30" />
89674-
<PropertyValue Property="Version" String="2024-01/setCloudPcReviewStatus" />
89675-
</Record>
89676-
</Collection>
89677-
</Annotation>
89678-
</Annotations>
8967989538
<Annotations Target="microsoft.graph.setDeviceName(microsoft.graph.managedDevice, Edm.String)">
8968089539
<Annotation Term="Org.OData.Core.V1.Description" String="Set device name of the device." />
8968189540
</Annotations>
@@ -104338,6 +104197,9 @@
104338104197
<Member Name="generativeAi" Value="42" />
104339104198
<Member Name="unknown" Value="43" />
104340104199
<Member Name="unknownFutureValue" Value="44" />
104200+
<Member Name="aiModelProvider" Value="45" />
104201+
<Member Name="mcpServer" Value="46" />
104202+
<Member Name="clientAiApp" Value="47" />
104341104203
</EnumType>
104342104204
<EnumType Name="appInfoCsaStarLevel">
104343104205
<Member Name="selfAssessment" Value="1" />
@@ -104916,6 +104778,7 @@
104916104778
<Member Name="microsoftDefenderThreatIntelligenceAnalytics" Value="1073741846" />
104917104779
<Member Name="builtInMl" Value="1073741847" />
104918104780
<Member Name="microsoftInsiderRiskManagement" Value="1073741848" />
104781+
<Member Name="microsoftThreatIntelligence" Value="1073741849" />
104919104782
<Member Name="microsoftSentinel" Value="268435456" />
104920104783
</EnumType>
104921104784
<EnumType Name="detectionStatus">
@@ -105439,6 +105302,7 @@
105439105302
<Member Name="microsoftDefenderForCloud" Value="256" />
105440105303
<Member Name="microsoftSentinel" Value="512" />
105441105304
<Member Name="microsoftInsiderRiskManagement" Value="1024" />
105305+
<Member Name="microsoftThreatIntelligence" Value="2048" />
105442105306
</EnumType>
105443105307
<EnumType Name="sourceType" IsFlags="true">
105444105308
<Member Name="mailbox" Value="1" />

0 commit comments

Comments
 (0)