Skip to content

Commit a5f97d1

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated beta_metadata.xml
1 parent 6224dd1 commit a5f97d1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

beta_metadata.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10337,6 +10337,10 @@
1033710337
<Property Name="regionName" Type="Edm.String" />
1033810338
<Property Name="type" Type="graph.cloudPcDomainJoinType" />
1033910339
</ComplexType>
10340+
<ComplexType Name="cloudPcForensicStorageAccount">
10341+
<Property Name="storageAccountId" Type="Edm.String" />
10342+
<Property Name="storageAccountName" Type="Edm.String" />
10343+
</ComplexType>
1034010344
<ComplexType Name="cloudPcLaunchInfo">
1034110345
<Property Name="cloudPcId" Type="Edm.String" />
1034210346
<Property Name="cloudPcLaunchUrl" Type="Edm.String" />
@@ -10396,6 +10400,10 @@
1039610400
<Property Name="subscriptionDisplayName" Type="Edm.String" />
1039710401
<Property Name="subscriptionId" Type="Edm.String" />
1039810402
</ComplexType>
10403+
<ComplexType Name="cloudPcSubscription">
10404+
<Property Name="subscriptionId" Type="Edm.String" />
10405+
<Property Name="subscriptionName" Type="Edm.String" />
10406+
</ComplexType>
1039910407
<ComplexType Name="cloudPcWindowsSettings">
1040010408
<Property Name="language" Type="Edm.String" />
1040110409
</ComplexType>
@@ -28098,6 +28106,7 @@
2809828106
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
2809928107
<NavigationProperty Name="linkedResources" Type="Collection(graph.linkedResource)" ContainsTarget="true" />
2810028108
</EntityType>
28109+
<EntityType Name="storage" />
2810128110
<EntityType Name="document" BaseType="graph.entity">
2810228111
<NavigationProperty Name="comments" Type="Collection(graph.documentComment)" ContainsTarget="true" />
2810328112
</EntityType>
@@ -29079,6 +29088,7 @@
2907929088
<Action Name="bulkReprovisionCloudPc" IsBound="true">
2908029089
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
2908129090
<Parameter Name="managedDeviceIds" Type="Collection(Edm.String)" Unicode="false" />
29091+
<ReturnType Type="graph.cloudPcBulkRemoteActionResult" />
2908229092
</Action>
2908329093
<Action Name="bulkRestoreCloudPc" IsBound="true">
2908429094
<Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" />
@@ -29348,6 +29358,15 @@
2934829358
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcDeviceImage)" />
2934929359
<ReturnType Type="Collection(graph.cloudPcSourceDeviceImage)" />
2935029360
</Function>
29361+
<Function Name="getStorageAccounts" IsBound="true">
29362+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
29363+
<Parameter Name="subscriptionId" Type="Edm.String" Unicode="false" />
29364+
<ReturnType Type="Collection(graph.cloudPcForensicStorageAccount)" />
29365+
</Function>
29366+
<Function Name="getSubscriptions" IsBound="true">
29367+
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPcSnapshot)" />
29368+
<ReturnType Type="Collection(graph.cloudPcSubscription)" />
29369+
</Function>
2935129370
<Function Name="getFinalAttachment" IsBound="true">
2935229371
<Parameter Name="bindingParameter" Type="graph.subjectRightsRequest" />
2935329372
<ReturnType Type="Edm.Stream" />
@@ -35677,6 +35696,7 @@
3567735696
<Singleton Name="external" Type="microsoft.graph.externalConnectors.external" />
3567835697
<Singleton Name="appCatalogs" Type="microsoft.graph.appCatalogs" />
3567935698
<Singleton Name="teamwork" Type="microsoft.graph.teamwork" />
35699+
<Singleton Name="storage" Type="microsoft.graph.storage" />
3568035700
<Singleton Name="admin" Type="microsoft.graph.admin" />
3568135701
</EntityContainer>
3568235702
<Annotations Target="microsoft.graph.bookingPriceType">

0 commit comments

Comments
 (0)