Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 77 additions & 2 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,11 @@
<Member Name="usGovernment" Value="13" />
<Member Name="unknownFutureValue" Value="14" />
</EnumType>
<EnumType Name="cloudPcImageOsArchitectureType">
<Member Name="x64" Value="0" />
<Member Name="arm64" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="cloudPCInaccessibleReportName">
<Member Name="inaccessibleCloudPcReports" Value="0" />
<Member Name="inaccessibleCloudPcTrendReport" Value="1" />
Expand Down Expand Up @@ -8443,6 +8448,11 @@
<Member Name="device" Value="1" />
<Member Name="autoPilotDevice" Value="2" />
</EnumType>
<EnumType Name="windows365SwitchCompatibilityFailureReasonType">
<Member Name="osVersionNotSupported" Value="0" />
<Member Name="hardwareNotSupported" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="windowsAppStartLayoutTileSize">
<Member Name="hidden" Value="0" />
<Member Name="small" Value="1" />
Expand Down Expand Up @@ -10329,13 +10339,20 @@
</ComplexType>
<ComplexType Name="cloudPcFrontlineSharedDeviceDetail">
<Property Name="assignedToUserPrincipalName" Type="Edm.String" />
<Property Name="sessionStartDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="cloudPcHealthCheckItem">
<Property Name="additionalDetails" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="lastHealthCheckDateTime" Type="Edm.DateTimeOffset" />
<Property Name="result" Type="graph.cloudPcConnectivityEventResult" Nullable="false" />
</ComplexType>
<ComplexType Name="cloudPcLaunchDetail">
<Property Name="cloudPcId" Type="Edm.String" Nullable="false" />
<Property Name="cloudPcLaunchUrl" Type="Edm.String" />
<Property Name="windows365SwitchCompatibilityFailureReasonType" Type="graph.windows365SwitchCompatibilityFailureReasonType" />
<Property Name="windows365SwitchCompatible" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="cloudPcLaunchInfo">
<Property Name="cloudPcId" Type="Edm.String" />
<Property Name="cloudPcLaunchUrl" Type="Edm.String" />
Expand Down Expand Up @@ -12078,6 +12095,9 @@
<Property Name="message" Type="Edm.String" />
<Property Name="responseCode" Type="Edm.String" />
</ComplexType>
<ComplexType Name="frontlineCloudPcDetail">
<Property Name="frontlineCloudPcAvailability" Type="graph.frontlineCloudPcAvailability" Nullable="false" />
</ComplexType>
<ComplexType Name="genericError">
<Property Name="code" Type="Edm.String" />
<Property Name="message" Type="Edm.String" />
Expand Down Expand Up @@ -18949,6 +18969,7 @@
<Property Name="expirationDate" Type="Edm.Date" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="osArchitecture" Type="graph.cloudPcImageOsArchitectureType" Nullable="false" />
<Property Name="osBuildNumber" Type="Edm.String" />
<Property Name="osStatus" Type="graph.cloudPcDeviceImageOsStatus" />
<Property Name="osVersionNumber" Type="Edm.String" />
Expand Down Expand Up @@ -18989,6 +19010,7 @@
<Property Name="offer" Type="Edm.String" />
<Property Name="offerDisplayName" Type="Edm.String" />
<Property Name="offerName" Type="Edm.String" />
<Property Name="osArchitecture" Type="graph.cloudPcImageOsArchitectureType" Nullable="false" />
<Property Name="osVersionNumber" Type="Edm.String" />
<Property Name="publisher" Type="Edm.String" />
<Property Name="publisherName" Type="Edm.String" />
Expand Down Expand Up @@ -24835,8 +24857,8 @@
<NavigationProperty Name="federatedTokenValidationPolicy" Type="graph.federatedTokenValidationPolicy" ContainsTarget="true" />
<NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" />
<NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" />
<NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobilityManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobilityManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobileAppManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobileDeviceManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" ContainsTarget="true" />
<NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" />
Expand Down Expand Up @@ -37622,10 +37644,18 @@
<Parameter Name="bindingParameter" Type="Collection(graph.cloudPC)" />
<ReturnType Type="Collection(graph.cloudPcStatusSummary)" />
</Function>
<Function Name="retrieveCloudPcLaunchDetail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
<ReturnType Type="graph.cloudPcLaunchDetail" />
</Function>
<Function Name="retrieveCloudPCRemoteActionResults" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
<ReturnType Type="Collection(graph.cloudPcRemoteActionResult)" />
</Function>
<Function Name="retrieveFrontlineCloudPcDetail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPC" />
<ReturnType Type="graph.frontlineCloudPcDetail" />
</Function>
<Function Name="retrieveLatestUpgradeDefaultBaselinePolicy" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceManagementConfigurationPolicy" />
<ReturnType Type="graph.deviceManagementConfigurationPolicy" />
Expand Down Expand Up @@ -46333,6 +46363,21 @@
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.cloudPC/frontlineCloudPcAvailability">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2025-07-31" />
<PropertyValue Property="Description" String="Starting from Oct 30, 2025, this property:frontlineCloudPcAvailability will be deprecated and no longer be supported. Please use the new API:retrieveFrontlineCloudPcAvailability to retrieve same details." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2025-10-30" />
<PropertyValue Property="Version" String="2025-07/frontlineCloudPcAvailability" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.cloudPC/statusDetails">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -46534,6 +46579,21 @@
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.cloudPcLaunchInfo">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2025-09-30" />
<PropertyValue Property="Description" String="Starting from Oct 30, 2026, this complexType: cloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new type:cloudPcLaunchDetail instead." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2026-10-30" />
<PropertyValue Property="Version" String="2025-09/cloudPcLaunchInfo" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.cloudPcOnPremisesConnection/healthCheckStatusDetails">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -57248,6 +57308,21 @@
<Annotations Target="microsoft.graph.getAssignedRoleDetails(microsoft.graph.deviceManagement)">
<Annotation Term="Org.OData.Core.V1.Description" String="Retrieves the assigned role definitions and role assignments of the currently authenticated user." />
</Annotations>
<Annotations Target="microsoft.graph.getCloudPcLaunchInfo(microsoft.graph.cloudPC)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2025-09-30" />
<PropertyValue Property="Description" String="Starting from Oct 30, 2026, this API: getCloudPcLaunchInfo will be deprecated and no longer be supported. Please use the new API:retrieveCloudPcLaunchDetail to retrieve same details." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2026-10-30" />
<PropertyValue Property="Version" String="2025-09/cloudPcLaunchInfo" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.getCloudPcRecommendationReports(microsoft.graph.cloudPcReports, microsoft.graph.cloudPcReportName, Edm.String, Collection(Edm.String), Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.Int32)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down
88 changes: 86 additions & 2 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5218,6 +5218,25 @@
<Member Name="guest" Value="1" />
<Member Name="domain" Value="2" />
</EnumType>
<EnumType Name="sharePointMigrationJobErrorLevel">
<Member Name="important" Value="0" />
<Member Name="warning" Value="1" />
<Member Name="error" Value="2" />
<Member Name="fatalError" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="sharePointMigrationObjectType">
<Member Name="site" Value="0" />
<Member Name="web" Value="1" />
<Member Name="folder" Value="2" />
<Member Name="list" Value="3" />
<Member Name="listItem" Value="4" />
<Member Name="file" Value="5" />
<Member Name="alert" Value="6" />
<Member Name="sharedWithObject" Value="7" />
<Member Name="invalid" Value="8" />
<Member Name="unknownFutureValue" Value="9" />
</EnumType>
<EnumType Name="sharingCapabilities">
<Member Name="disabled" Value="0" />
<Member Name="externalUserSharingOnly" Value="1" />
Expand Down Expand Up @@ -11420,6 +11439,11 @@
<Property Name="tenantId" Type="Edm.String" />
<Property Name="webId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="sharePointMigrationContainerInfo">
<Property Name="dataContainerUri" Type="Edm.String" Nullable="false" />
<Property Name="encryptionKey" Type="Edm.String" Nullable="false" />
<Property Name="metadataContainerUri" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="sharePointOneDriveOptions">
<Property Name="includeContent" Type="graph.searchContent" />
</ComplexType>
Expand Down Expand Up @@ -17485,6 +17509,7 @@
<Property Name="viewpoint" Type="graph.fileStorageContainerViewpoint" />
<NavigationProperty Name="columns" Type="Collection(graph.columnDefinition)" ContainsTarget="true" />
<NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" />
<NavigationProperty Name="migrationJobs" Type="Collection(graph.sharePointMigrationJob)" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" />
</EntityType>
Expand Down Expand Up @@ -20542,8 +20567,8 @@
<NavigationProperty Name="federatedTokenValidationPolicy" Type="graph.federatedTokenValidationPolicy" ContainsTarget="true" />
<NavigationProperty Name="homeRealmDiscoveryPolicies" Type="Collection(graph.homeRealmDiscoveryPolicy)" ContainsTarget="true" />
<NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" />
<NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobilityManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobilityManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobileAppManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobileDeviceManagementPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" />
<NavigationProperty Name="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" ContainsTarget="true" />
<NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" />
Expand Down Expand Up @@ -21290,6 +21315,61 @@
<EntityType Name="sharepoint" BaseType="graph.entity">
<NavigationProperty Name="settings" Type="graph.sharepointSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="sharePointMigrationEvent" BaseType="graph.entity">
<Property Name="correlationId" Type="Edm.String" Nullable="false" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="jobId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="sharePointMigrationFinishManifestFileUploadEvent" BaseType="graph.sharePointMigrationEvent">
<Property Name="manifestFileName" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="sharePointMigrationJob" BaseType="graph.entity">
<Property Name="containerInfo" Type="graph.sharePointMigrationContainerInfo" Nullable="false" />
<NavigationProperty Name="progressEvents" Type="Collection(graph.sharePointMigrationEvent)" ContainsTarget="true" />
</EntityType>
<EntityType Name="sharePointMigrationJobCancelledEvent" BaseType="graph.sharePointMigrationEvent">
<Property Name="isCancelledByUser" Type="Edm.Boolean" Nullable="false" />
<Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="sharePointMigrationJobDeletedEvent" BaseType="graph.sharePointMigrationEvent" />
<EntityType Name="sharePointMigrationJobErrorEvent" BaseType="graph.sharePointMigrationEvent">
<Property Name="error" Type="graph.publicError" Nullable="false" />
<Property Name="errorLevel" Type="graph.sharePointMigrationJobErrorLevel" Nullable="false" />
<Property Name="objectId" Type="Edm.String" Nullable="false" />
<Property Name="objectType" Type="graph.sharePointMigrationObjectType" Nullable="false" />
<Property Name="objectUrl" Type="Edm.String" Nullable="false" />
<Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="sharePointMigrationJobPostponedEvent" BaseType="graph.sharePointMigrationEvent">
<Property Name="jobsInQueue" Type="Edm.Int64" Nullable="false" />
<Property Name="nextPickupDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="reason" Type="Edm.String" Nullable="false" />
<Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="sharePointMigrationJobProgressEvent" BaseType="graph.sharePointMigrationEvent">
<Property Name="bytesProcessed" Type="Edm.Int64" Nullable="false" />
<Property Name="bytesProcessedOnlyCurrentVersion" Type="Edm.Int64" Nullable="false" />
<Property Name="cpuDurationMs" Type="Edm.Int64" Nullable="false" />
<Property Name="filesProcessed" Type="Edm.Int64" Nullable="false" />
<Property Name="filesProcessedOnlyCurrentVersion" Type="Edm.Int64" Nullable="false" />
<Property Name="isCompleted" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastProcessedObjectId" Type="Edm.String" Nullable="false" />
<Property Name="objectsProcessed" Type="Edm.Int64" Nullable="false" />
<Property Name="sqlDurationMs" Type="Edm.Int64" Nullable="false" />
<Property Name="sqlQueryCount" Type="Edm.Int64" Nullable="false" />
<Property Name="totalDurationMs" Type="Edm.Int64" Nullable="false" />
<Property Name="totalErrors" Type="Edm.Int64" Nullable="false" />
<Property Name="totalExpectedBytes" Type="Edm.Int64" Nullable="false" />
<Property Name="totalExpectedObjects" Type="Edm.Int64" Nullable="false" />
<Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" />
<Property Name="totalWarnings" Type="Edm.Int64" Nullable="false" />
<Property Name="waitTimeOnSqlThrottlingMs" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="sharePointMigrationJobQueuedEvent" BaseType="graph.sharePointMigrationEvent" />
<EntityType Name="sharePointMigrationJobStartEvent" BaseType="graph.sharePointMigrationEvent">
<Property Name="isRestarted" Type="Edm.Boolean" Nullable="false" />
<Property Name="totalRetryCount" Type="Edm.Int32" Nullable="false" />
</EntityType>
<EntityType Name="sharepointSettings" BaseType="graph.entity">
<Property Name="allowedDomainGuidsForSyncApp" Type="Collection(Edm.Guid)" />
<Property Name="availableManagedPathsForSiteCreation" Type="Collection(Edm.String)" Nullable="false" />
Expand Down Expand Up @@ -27233,6 +27313,10 @@
<Parameter Name="bindingParameter" Type="graph.channel" />
<ReturnType Type="graph.provisionChannelEmailResult" />
</Action>
<Action Name="provisionMigrationContainers" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
<ReturnType Type="graph.sharePointMigrationContainerInfo" />
</Action>
<Action Name="provisionOnDemand" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.synchronizationJob" />
<Parameter Name="parameters" Type="Collection(graph.synchronizationJobApplicationParameters)" />
Expand Down
Loading
Loading