Skip to content
Merged
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
15 changes: 0 additions & 15 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -48390,21 +48390,6 @@
<Annotations Target="microsoft.graph.cloudCertificationAuthorityVersionUsage/issuedStagedLeafCertificateCount">
<Annotation Term="Org.OData.Core.V1.Description" String="The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only." />
</Annotations>
<Annotations Target="microsoft.graph.cloudPC">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2025-09-01" />
<PropertyValue Property="Description" String="Starting from December 31, 2026, this entity type ('cloudPcReports') will be deprecated and no longer supported. Please use 'cloudPcReport' instead." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2026-12-31" />
<PropertyValue Property="Version" String="2025-09/cloudPcReports" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.cloudPC/connectionSettings">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down
71 changes: 70 additions & 1 deletion schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:DataServices>
<Schema Namespace="microsoft.graph" Alias="graph" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="accessDriftReportResourceType">
<Member Name="application" Value="0" />
<Member Name="group" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="accessEntityType">
<Member Name="user" Value="0" />
<Member Name="group" Value="1" />
Expand Down Expand Up @@ -2442,6 +2447,17 @@
<Member Name="windows11" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="cloudPcOrganizationActionStatus">
<Member Name="inProgress" Value="0" />
<Member Name="succeeded" Value="1" />
<Member Name="failed" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="cloudPcOrganizationActionType">
<Member Name="activate" Value="0" />
<Member Name="deactivate" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="cloudPcPartnerAgentInstallStatus">
<Member Name="installed" Value="0" />
<Member Name="installFailed" Value="1" />
Expand Down Expand Up @@ -4732,7 +4748,6 @@
<Member Name="oSOverride" Value="6" />
<Member Name="processNonExistent" Value="7" />
<Member Name="other" Value="8" />
<Member Name="unknownFutureValue" Value="9" />
</EnumType>
<EnumType Name="engagementAsyncOperationType">
<Member Name="createCommunity" Value="0" />
Expand Down Expand Up @@ -12131,6 +12146,12 @@
</ComplexType>
<ComplexType Name="acceptJoinResponse" BaseType="graph.participantJoiningResponse" />
<ComplexType Name="accessAction" OpenType="true" />
<ComplexType Name="accessDriftReportRequest">
<Property Name="catalogId" Type="Edm.String" />
<Property Name="reportFormat" Type="Edm.String" />
<Property Name="resourceIds" Type="Collection(Edm.String)" />
<Property Name="resourceType" Type="graph.accessDriftReportResourceType" Nullable="false" />
</ComplexType>
<ComplexType Name="accessPackageAnswer" Abstract="true">
<Property Name="answeredQuestion" Type="graph.accessPackageQuestion" />
<Property Name="displayValue" Type="Edm.String" />
Expand Down Expand Up @@ -13517,6 +13538,17 @@
</ComplexType>
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
<ComplexType Name="azureADPremiumFeatureUtilization">
<Property Name="userCount" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<ComplexType Name="azureADPremiumP1FeatureUtilizations">
<Property Name="conditionalAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
<Property Name="conditionalAccessGuestUsers" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
</ComplexType>
<ComplexType Name="azureADPremiumP2FeatureUtilizations">
<Property Name="riskBasedConditionalAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
<Property Name="riskBasedConditionalAccessGuestUsers" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
</ComplexType>
<ComplexType Name="azureADRegistrationPolicy">
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
Expand Down Expand Up @@ -14359,6 +14391,10 @@
<Property Name="subnetAvailableIpCount" Type="Edm.Int32" />
<Property Name="subnetAvailableIpCountLastSyncDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="cloudPcOrganizationActionDetail">
<Property Name="errorDescription" Type="Edm.String" />
<Property Name="status" Type="graph.cloudPcOrganizationActionStatus" Nullable="false" />
</ComplexType>
<ComplexType Name="cloudPcPartnerAgentInstallResult">
<Property Name="errorMessage" Type="Edm.String" />
<Property Name="installStatus" Type="graph.cloudPcPartnerAgentInstallStatus" />
Expand Down Expand Up @@ -17092,6 +17128,10 @@
<Property Name="version" Type="Edm.String" />
</ComplexType>
<ComplexType Name="internalSponsors" BaseType="graph.userSet" />
<ComplexType Name="internetAccessFeatureUtilizations">
<Property Name="internetAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
<Property Name="internetAccessM365" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
</ComplexType>
<ComplexType Name="internetMessageHeader">
<Property Name="name" Type="Edm.String" />
<Property Name="value" Type="Edm.String" />
Expand Down Expand Up @@ -19577,6 +19617,9 @@
<Property Name="contactEmail" Type="Edm.String" />
<Property Name="statementUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="privateAccessFeatureUtilizations">
<Property Name="privateAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
</ComplexType>
<ComplexType Name="privateLinkDetails">
<Property Name="policyId" Type="Edm.String" />
<Property Name="policyName" Type="Edm.String" />
Expand Down Expand Up @@ -23078,6 +23121,12 @@
<Property Name="userId" Type="Edm.String" />
<NavigationProperty Name="user" Type="graph.user" />
</EntityType>
<EntityType Name="accessDriftReport" BaseType="graph.entity">
<Property Name="downloadUri" Type="Edm.String" Nullable="false" />
<Property Name="expiresAt" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="resourceType" Type="graph.accessDriftReportResourceType" Nullable="false" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="accessPackage" BaseType="graph.entity">
<Property Name="catalogId" Type="Edm.String" />
<Property Name="createdBy" Type="Edm.String" />
Expand Down Expand Up @@ -25634,6 +25683,15 @@
<EntityType Name="azureADAuthentication" BaseType="graph.entity">
<Property Name="attainments" Type="Collection(graph.serviceLevelAgreementAttainment)" Nullable="false" />
</EntityType>
<EntityType Name="azureADPremiumLicenseInsight" BaseType="graph.entity">
<Property Name="entitledP1LicenseCount" Type="Edm.Int64" Nullable="false" />
<Property Name="entitledP2LicenseCount" Type="Edm.Int64" Nullable="false" />
<Property Name="entitledTotalLicenseCount" Type="Edm.Int64" Nullable="false" />
<Property Name="internetAccessFeatureUtilizations" Type="graph.internetAccessFeatureUtilizations" />
<Property Name="p1FeatureUtilizations" Type="graph.azureADPremiumP1FeatureUtilizations" Nullable="false" />
<Property Name="p2FeatureUtilizations" Type="graph.azureADPremiumP2FeatureUtilizations" Nullable="false" />
<Property Name="privateAccessFeatureUtilizations" Type="graph.privateAccessFeatureUtilizations" />
</EntityType>
<EntityType Name="azureADWindowsAutopilotDeploymentProfile" BaseType="graph.windowsAutopilotDeploymentProfile" />
<EntityType Name="azureAuthorizationSystem" BaseType="graph.authorizationSystem">
<Property Name="associatedIdentities" Type="graph.azureAssociatedIdentities" />
Expand Down Expand Up @@ -35761,6 +35819,7 @@
<NavigationProperty Name="appCredentialSignInActivities" Type="Collection(graph.appCredentialSignInActivity)" ContainsTarget="true" />
<NavigationProperty Name="applicationSignInDetailedSummary" Type="Collection(graph.applicationSignInDetailedSummary)" ContainsTarget="true" />
<NavigationProperty Name="authenticationMethods" Type="graph.authenticationMethodsRoot" ContainsTarget="true" />
<NavigationProperty Name="azureADPremiumLicenseInsight" Type="graph.azureADPremiumLicenseInsight" ContainsTarget="true" />
<NavigationProperty Name="credentialUserRegistrationDetails" Type="Collection(graph.credentialUserRegistrationDetails)" ContainsTarget="true" />
<NavigationProperty Name="dailyPrintUsage" Type="Collection(graph.printUsage)" ContainsTarget="true" />
<NavigationProperty Name="dailyPrintUsageByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" />
Expand Down Expand Up @@ -46735,6 +46794,11 @@
<Parameter Name="values" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="organizationAction" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
<Parameter Name="actionType" Type="graph.cloudPcOrganizationActionType" Nullable="false" />
<ReturnType Type="graph.cloudPcOrganizationActionDetail" />
</Action>
<Action Name="overrideComplianceState" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
<Parameter Name="complianceState" Type="graph.administratorConfiguredDeviceComplianceState" Nullable="false" />
Expand Down Expand Up @@ -51871,6 +51935,11 @@
<Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalPolicy)" />
<ReturnType Type="Collection(graph.operationApprovalPolicySet)" />
</Function>
<Function Name="retrieveOrganizationActionDetail" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
<Parameter Name="actionType" Type="graph.cloudPcOrganizationActionType" Nullable="false" />
<ReturnType Type="graph.cloudPcOrganizationActionDetail" />
</Function>
<Function Name="retrievePolicyApplyActionResult" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcProvisioningPolicy" />
<ReturnType Type="graph.cloudPcPolicyApplyActionResult" />
Expand Down
Loading
Loading