Skip to content

Commit ff10449

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 74701 [skip ci]
1 parent a5f97d1 commit ff10449

4 files changed

Lines changed: 2987 additions & 2682 deletions

clean_beta_metadata/cleanMetadata.xml

Lines changed: 42 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10575,6 +10575,10 @@
1057510575
<Property Name="regionName" Type="Edm.String" />
1057610576
<Property Name="type" Type="graph.cloudPcDomainJoinType" />
1057710577
</ComplexType>
10578+
<ComplexType Name="cloudPcForensicStorageAccount">
10579+
<Property Name="storageAccountId" Type="Edm.String" />
10580+
<Property Name="storageAccountName" Type="Edm.String" />
10581+
</ComplexType>
1057810582
<ComplexType Name="cloudPcLaunchInfo">
1057910583
<Property Name="cloudPcId" Type="Edm.String" />
1058010584
<Property Name="cloudPcLaunchUrl" Type="Edm.String" />
@@ -10634,6 +10638,10 @@
1063410638
<Property Name="subscriptionDisplayName" Type="Edm.String" />
1063510639
<Property Name="subscriptionId" Type="Edm.String" />
1063610640
</ComplexType>
10641+
<ComplexType Name="cloudPcSubscription">
10642+
<Property Name="subscriptionId" Type="Edm.String" />
10643+
<Property Name="subscriptionName" Type="Edm.String" />
10644+
</ComplexType>
1063710645
<ComplexType Name="cloudPcWindowsSettings">
1063810646
<Property Name="language" Type="Edm.String" />
1063910647
</ComplexType>
@@ -28384,6 +28392,7 @@
2838428392
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
2838528393
<NavigationProperty Name="linkedResources" Type="Collection(graph.linkedResource)" ContainsTarget="true" />
2838628394
</EntityType>
28395+
<EntityType Name="storage" />
2838728396
<EntityType Name="document" BaseType="graph.entity">
2838828397
<NavigationProperty Name="comments" Type="Collection(graph.documentComment)" ContainsTarget="true" />
2838928398
</EntityType>
@@ -29365,6 +29374,7 @@
2936529374
<Action Name="bulkReprovisionCloudPc" IsBound="true">
2936629375
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
2936729376
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
29377+
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
2936829378
</Action>
2936929379
<Action Name="bulkRestoreCloudPc" IsBound="true">
2937029380
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
@@ -29634,6 +29644,15 @@
2963429644
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcDeviceImage)" />
2963529645
<ReturnType Type="Collection(graph.cloudPcSourceDeviceImage)" />
2963629646
</Function>
29647+
<Function Name="getStorageAccounts" IsBound="true">
29648+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
29649+
<Parameter Name="subscriptionId" Type="Edm.String" Unicode="false" />
29650+
<ReturnType Type="Collection(graph.cloudPcForensicStorageAccount)" />
29651+
</Function>
29652+
<Function Name="getSubscriptions" IsBound="true">
29653+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
29654+
<ReturnType Type="Collection(graph.cloudPcSubscription)" />
29655+
</Function>
2963729656
<Function Name="getFinalAttachment" IsBound="true">
2963829657
<Parameter Name="bindingParameter" Type="graph.subjectRightsRequest" />
2963929658
<ReturnType Type="Edm.Stream" />
@@ -36413,6 +36432,7 @@
3641336432
<Singleton Name="external" Type="microsoft.graph.externalConnectors.external" />
3641436433
<Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" />
3641536434
<Singleton Name="teamwork" Type="microsoft.graph.teamwork" />
36435+
<Singleton Name="storage" Type="microsoft.graph.storage" />
3641636436
<Singleton Name="admin" Type="microsoft.graph.admin" />
3641736437
</EntityContainer>
3641836438
<Annotations Target="microsoft.graph.bookingPriceType">
@@ -45569,6 +45589,17 @@
4556945589
<PropertyValue Property="Updatable" Bool="false" />
4557045590
</Record>
4557145591
</Annotation>
45592+
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
45593+
<Record>
45594+
<PropertyValue Property="RestrictedProperties">
45595+
<Collection>
45596+
<Record>
45597+
<PropertyValue Property="IndexableByKey" Bool="false" />
45598+
</Record>
45599+
</Collection>
45600+
</PropertyValue>
45601+
</Record>
45602+
</Annotation>
4557245603
</Annotations>
4557345604
<Annotations Target="microsoft.graph.user/mailFolders">
4557445605
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
@@ -48097,6 +48128,17 @@
4809748128
</Annotations>
4809848129
<Annotations Target="microsoft.graph.managedDevice/users">
4809948130
<Annotation Term="Org.OData.Core.V1.Description" String="The primary users associated with the managed device." />
48131+
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
48132+
<Record>
48133+
<PropertyValue Property="RestrictedProperties">
48134+
<Collection>
48135+
<Record>
48136+
<PropertyValue Property="IndexableByKey" Bool="false" />
48137+
</Record>
48138+
</Collection>
48139+
</PropertyValue>
48140+
</Record>
48141+
</Annotation>
4810048142
</Annotations>
4810148143
<Annotations Target="microsoft.graph.windowsProtectionState">
4810248144
<Annotation Term="Org.OData.Core.V1.Description" String="Device protection status entity." />
@@ -74005,32 +74047,6 @@
7400574047
</Record>
7400674048
</Annotation>
7400774049
</Annotations>
74008-
<Annotations Target="microsoft.graph.user/joinedGroups">
74009-
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
74010-
<Record>
74011-
<PropertyValue Property="RestrictedProperties">
74012-
<Collection>
74013-
<Record>
74014-
<PropertyValue Property="IndexableByKey" Bool="false" />
74015-
</Record>
74016-
</Collection>
74017-
</PropertyValue>
74018-
</Record>
74019-
</Annotation>
74020-
</Annotations>
74021-
<Annotations Target="microsoft.graph.managedDevice/users">
74022-
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
74023-
<Record>
74024-
<PropertyValue Property="RestrictedProperties">
74025-
<Collection>
74026-
<Record>
74027-
<PropertyValue Property="IndexableByKey" Bool="false" />
74028-
</Record>
74029-
</Collection>
74030-
</PropertyValue>
74031-
</Record>
74032-
</Annotation>
74033-
</Annotations>
7403474050
<Annotations Target="microsoft.graph.list/activities">
7403574051
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
7403674052
<Record>

0 commit comments

Comments
 (0)