|
2088 | 2088 | <Member Name="unavailable" Value="2" /> |
2089 | 2089 | <Member Name="unknownFutureValue" Value="3" /> |
2090 | 2090 | </EnumType> |
| 2091 | + <EnumType Name="cloudPcAgentPoolBillingType"> |
| 2092 | + <Member Name="payAsYouGo" Value="0" /> |
| 2093 | + <Member Name="unknownFutureValue" Value="1" /> |
| 2094 | + </EnumType> |
2091 | 2095 | <EnumType Name="cloudPcAuditActivityOperationType"> |
2092 | 2096 | <Member Name="create" Value="0" /> |
2093 | 2097 | <Member Name="delete" Value="1" /> |
|
14185 | 14189 | <Property Name="lastSucceededHealthCheckDateTime" Type="Edm.DateTimeOffset" /> |
14186 | 14190 | <Property Name="latestHealthCheckStatus" Type="graph.cloudPcAgentHealthCheckStatusDetail" /> |
14187 | 14191 | </ComplexType> |
| 14192 | + <ComplexType Name="cloudPcAgentPoolBillingConfiguration"> |
| 14193 | + <Property Name="billingPlanId" Type="Edm.String" Nullable="false" /> |
| 14194 | + <Property Name="billingType" Type="graph.cloudPcAgentPoolBillingType" Nullable="false" /> |
| 14195 | + </ComplexType> |
| 14196 | + <ComplexType Name="cloudPcAgentPoolCapabilityConfiguration" BaseType="graph.cloudPcPoolCapabilityConfiguration"> |
| 14197 | + <Property Name="enableSingleSignOn" Type="Edm.Boolean" Nullable="false" /> |
| 14198 | + </ComplexType> |
| 14199 | + <ComplexType Name="cloudPcAgentPoolScalingPolicy"> |
| 14200 | + <Property Name="maximumCount" Type="Edm.Int32" Nullable="false" /> |
| 14201 | + <Property Name="minimumCount" Type="Edm.Int32" Nullable="false" /> |
| 14202 | + </ComplexType> |
| 14203 | + <ComplexType Name="cloudPcAgentPoolSessionUsage"> |
| 14204 | + <Property Name="activeSessionsCount" Type="Edm.Int32" Nullable="false" /> |
| 14205 | + <Property Name="availableSessionsCount" Type="Edm.Int32" Nullable="false" /> |
| 14206 | + </ComplexType> |
14188 | 14207 | <ComplexType Name="cloudPcAgentStatusDetail"> |
14189 | 14208 | <Property Name="agentVersionNumber" Type="Edm.String" /> |
14190 | 14209 | <Property Name="cloudPcId" Type="Edm.String" /> |
|
14245 | 14264 | <Property Name="iconIndex" Type="Edm.Int32" /> |
14246 | 14265 | <Property Name="iconPath" Type="Edm.String" Nullable="false" /> |
14247 | 14266 | </ComplexType> |
| 14267 | + <ComplexType Name="cloudPcConfiguration"> |
| 14268 | + <Property Name="imageDisplayName" Type="Edm.String" /> |
| 14269 | + <Property Name="imageId" Type="Edm.String" Nullable="false" /> |
| 14270 | + <Property Name="imageType" Type="graph.cloudPcProvisioningPolicyImageType" Nullable="false" /> |
| 14271 | + <Property Name="osLocale" Type="Edm.String" Nullable="false" /> |
| 14272 | + </ComplexType> |
14248 | 14273 | <ComplexType Name="cloudPcConnectionSetting"> |
14249 | 14274 | <Property Name="enableSingleSignOn" Type="Edm.Boolean" Nullable="false" /> |
14250 | 14275 | </ComplexType> |
|
14376 | 14401 | <Property Name="groupId" Type="Edm.String" /> |
14377 | 14402 | <Property Name="servicePlanId" Type="Edm.String" /> |
14378 | 14403 | </ComplexType> |
| 14404 | + <ComplexType Name="cloudPcMicrosoftHostedNetworkConfiguration" BaseType="graph.cloudPcNetworkConfiguration"> |
| 14405 | + <Property Name="geographicLocationType" Type="graph.cloudPcGeographicLocationType" Nullable="false" /> |
| 14406 | + <Property Name="regionGroups" Type="Collection(graph.cloudPcRegionGroupConfiguration)" Nullable="false" /> |
| 14407 | + </ComplexType> |
| 14408 | + <ComplexType Name="cloudPcNetworkConfiguration" Abstract="true" /> |
14379 | 14409 | <ComplexType Name="cloudPcNotificationSetting"> |
14380 | 14410 | <Property Name="restartPromptsDisabled" Type="Edm.Boolean" /> |
14381 | 14411 | </ComplexType> |
|
14428 | 14458 | <Property Name="startDateTime" Type="Edm.String" /> |
14429 | 14459 | <Property Name="timezone" Type="graph.cloudPcPolicyTimezone" Nullable="false" /> |
14430 | 14460 | </ComplexType> |
| 14461 | + <ComplexType Name="cloudPcPoolCapabilityConfiguration" Abstract="true" /> |
14431 | 14462 | <ComplexType Name="cloudPcProvisioningPolicyAutopatch"> |
14432 | 14463 | <Property Name="autopatchGroupId" Type="Edm.String" /> |
14433 | 14464 | </ComplexType> |
| 14465 | + <ComplexType Name="cloudPcRegionGroupConfiguration"> |
| 14466 | + <Property Name="regionGroup" Type="graph.cloudPcRegionGroup" Nullable="false" /> |
| 14467 | + <Property Name="regions" Type="Collection(Edm.String)" Nullable="false" /> |
| 14468 | + </ComplexType> |
14434 | 14469 | <ComplexType Name="cloudPcRemoteActionCapability"> |
14435 | 14470 | <Property Name="actionCapability" Type="graph.actionCapability" /> |
14436 | 14471 | <Property Name="actionName" Type="graph.cloudPcRemoteActionName" /> |
|
18756 | 18791 | <Property Name="userTypeToCreate" Type="graph.userType" /> |
18757 | 18792 | </ComplexType> |
18758 | 18793 | <ComplexType Name="onUserCreateStartHandler" Abstract="true" /> |
| 18794 | + <ComplexType Name="onVerifiedIdClaimValidationCustomExtensionHandler" BaseType="graph.onVerifiedIdClaimValidationHandler"> |
| 18795 | + <Property Name="configuration" Type="graph.customExtensionOverwriteConfiguration" /> |
| 18796 | + <NavigationProperty Name="customExtension" Type="graph.onVerifiedIdClaimValidationCustomExtension" /> |
| 18797 | + </ComplexType> |
| 18798 | + <ComplexType Name="onVerifiedIdClaimValidationHandler" Abstract="true" /> |
18759 | 18799 | <ComplexType Name="openComplexDictionaryType" BaseType="graph.Dictionary" OpenType="true" /> |
18760 | 18800 | <ComplexType Name="openIdConnectSecurityScheme" BaseType="graph.securityScheme"> |
18761 | 18801 | <Property Name="openIdConnectUrl" Type="Edm.String" Nullable="false" /> |
|
26562 | 26602 | <Property Name="userExperienceType" Type="graph.cloudPcUserExperienceType" /> |
26563 | 26603 | <Property Name="userPrincipalName" Type="Edm.String" /> |
26564 | 26604 | </EntityType> |
| 26605 | + <EntityType Name="cloudPcAgentPool" BaseType="graph.cloudPcPool"> |
| 26606 | + <Property Name="billingConfiguration" Type="graph.cloudPcAgentPoolBillingConfiguration" Nullable="false" /> |
| 26607 | + <Property Name="poolUrl" Type="Edm.String" /> |
| 26608 | + <Property Name="scalingPolicy" Type="graph.cloudPcAgentPoolScalingPolicy" Nullable="false" /> |
| 26609 | + <Property Name="sessionUsage" Type="graph.cloudPcAgentPoolSessionUsage" Nullable="false" /> |
| 26610 | + </EntityType> |
| 26611 | + <EntityType Name="cloudPcAgentPoolUserAssignment" BaseType="graph.cloudPcPoolAssignment"> |
| 26612 | + <Property Name="userPrincipalId" Type="Edm.String" Nullable="false" /> |
| 26613 | + </EntityType> |
26565 | 26614 | <EntityType Name="cloudPcAuditEvent" BaseType="graph.entity"> |
26566 | 26615 | <Property Name="activity" Type="Edm.String" /> |
26567 | 26616 | <Property Name="activityDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
|
26751 | 26800 | <Property Name="userAccountType" Type="graph.cloudPcUserAccountType" /> |
26752 | 26801 | <Property Name="windowsSettings" Type="graph.cloudPcWindowsSettings" /> |
26753 | 26802 | </EntityType> |
| 26803 | + <EntityType Name="cloudPcPool" BaseType="graph.entity" Abstract="true"> |
| 26804 | + <Property Name="capabilities" Type="graph.cloudPcPoolCapabilityConfiguration" Nullable="false" /> |
| 26805 | + <Property Name="cloudPcConfiguration" Type="graph.cloudPcConfiguration" Nullable="false" /> |
| 26806 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 26807 | + <Property Name="description" Type="Edm.String" /> |
| 26808 | + <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
| 26809 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
| 26810 | + <Property Name="networkConfiguration" Type="graph.cloudPcNetworkConfiguration" Nullable="false" /> |
| 26811 | + <NavigationProperty Name="assignments" Type="Collection(graph.cloudPcPoolAssignment)" ContainsTarget="true" /> |
| 26812 | + </EntityType> |
| 26813 | + <EntityType Name="cloudPcPoolAssignment" BaseType="graph.entity" Abstract="true" /> |
26754 | 26814 | <EntityType Name="cloudPcProvisioningPolicy" BaseType="graph.entity"> |
26755 | 26815 | <Property Name="alternateResourceUrl" Type="Edm.String" /> |
26756 | 26816 | <Property Name="autopatch" Type="graph.cloudPcProvisioningPolicyAutopatch" /> |
|
34157 | 34217 | <EntityType Name="onUserCreateStartListener" BaseType="graph.authenticationEventListener"> |
34158 | 34218 | <Property Name="handler" Type="graph.onUserCreateStartHandler" /> |
34159 | 34219 | </EntityType> |
| 34220 | + <EntityType Name="onVerifiedIdClaimValidationCustomExtension" BaseType="graph.customAuthenticationExtension" /> |
| 34221 | + <EntityType Name="onVerifiedIdClaimValidationListener" BaseType="graph.authenticationEventListener"> |
| 34222 | + <Property Name="handler" Type="graph.onVerifiedIdClaimValidationHandler" /> |
| 34223 | + </EntityType> |
34160 | 34224 | <EntityType Name="openAwsSecurityGroupFinding" BaseType="graph.finding"> |
34161 | 34225 | <Property Name="inboundPorts" Type="graph.inboundPorts" Nullable="false" /> |
34162 | 34226 | <Property Name="totalStorageBucketCount" Type="Edm.Int32" Nullable="false" /> |
|
38695 | 38759 | <NavigationProperty Name="calendarView" Type="Collection(graph.event)" ContainsTarget="true" /> |
38696 | 38760 | <NavigationProperty Name="chats" Type="Collection(graph.chat)" ContainsTarget="true" /> |
38697 | 38761 | <NavigationProperty Name="cloudClipboard" Type="graph.cloudClipboardRoot" ContainsTarget="true" /> |
| 38762 | + <NavigationProperty Name="cloudPcPools" Type="Collection(graph.cloudPcPool)" ContainsTarget="true" /> |
38698 | 38763 | <NavigationProperty Name="cloudPCs" Type="Collection(graph.cloudPC)" ContainsTarget="true" /> |
38699 | 38764 | <NavigationProperty Name="communications" Type="graph.userCloudCommunication" ContainsTarget="true" /> |
38700 | 38765 | <NavigationProperty Name="contactFolders" Type="Collection(graph.contactFolder)" ContainsTarget="true" /> |
|
39515 | 39580 | <NavigationProperty Name="auditEvents" Type="Collection(graph.cloudPcAuditEvent)" ContainsTarget="true" /> |
39516 | 39581 | <NavigationProperty Name="bulkActions" Type="Collection(graph.cloudPcBulkAction)" ContainsTarget="true" /> |
39517 | 39582 | <NavigationProperty Name="cloudApps" Type="Collection(graph.cloudPcCloudApp)" ContainsTarget="true" /> |
| 39583 | + <NavigationProperty Name="cloudPcPools" Type="Collection(graph.cloudPcPool)" ContainsTarget="true" /> |
39518 | 39584 | <NavigationProperty Name="cloudPCs" Type="Collection(graph.cloudPC)" ContainsTarget="true" /> |
39519 | 39585 | <NavigationProperty Name="crossCloudGovernmentOrganizationMapping" Type="graph.cloudPcCrossCloudGovernmentOrganizationMapping" ContainsTarget="true" /> |
39520 | 39586 | <NavigationProperty Name="deviceImages" Type="Collection(graph.cloudPcDeviceImage)" ContainsTarget="true" /> |
|
0 commit comments