Skip to content

Commit 5585532

Browse files
Merge pull request #1074 from microsoftgraph/schemas/metadata-publishing-2026-04-10
Schema sync 2026-04-10 from 1.4.521.0
2 parents af28be1 + c2077f7 commit 5585532

8 files changed

Lines changed: 223 additions & 37 deletions

File tree

schemas/beta-Fairfax.csdl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48390,21 +48390,6 @@
4839048390
<Annotations Target="microsoft.graph.cloudCertificationAuthorityVersionUsage/issuedStagedLeafCertificateCount">
4839148391
<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." />
4839248392
</Annotations>
48393-
<Annotations Target="microsoft.graph.cloudPC">
48394-
<Annotation Term="Org.OData.Core.V1.Revisions">
48395-
<Collection>
48396-
<Record>
48397-
<PropertyValue Property="Date" Date="2025-09-01" />
48398-
<PropertyValue Property="Description" String="Starting from December 31, 2026, this entity type ('cloudPcReports') will be deprecated and no longer supported. Please use 'cloudPcReport' instead." />
48399-
<PropertyValue Property="Kind">
48400-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
48401-
</PropertyValue>
48402-
<PropertyValue Property="RemovalDate" Date="2026-12-31" />
48403-
<PropertyValue Property="Version" String="2025-09/cloudPcReports" />
48404-
</Record>
48405-
</Collection>
48406-
</Annotation>
48407-
</Annotations>
4840848393
<Annotations Target="microsoft.graph.cloudPC/connectionSettings">
4840948394
<Annotation Term="Org.OData.Core.V1.Revisions">
4841048395
<Collection>

schemas/beta-Prod.csdl

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
33
<edmx:DataServices>
44
<Schema Namespace="microsoft.graph" Alias="graph" xmlns="http://docs.oasis-open.org/odata/ns/edm">
5+
<EnumType Name="accessDriftReportResourceType">
6+
<Member Name="application" Value="0" />
7+
<Member Name="group" Value="1" />
8+
<Member Name="unknownFutureValue" Value="2" />
9+
</EnumType>
510
<EnumType Name="accessEntityType">
611
<Member Name="user" Value="0" />
712
<Member Name="group" Value="1" />
@@ -2442,6 +2447,17 @@
24422447
<Member Name="windows11" Value="1" />
24432448
<Member Name="unknownFutureValue" Value="2" />
24442449
</EnumType>
2450+
<EnumType Name="cloudPcOrganizationActionStatus">
2451+
<Member Name="inProgress" Value="0" />
2452+
<Member Name="succeeded" Value="1" />
2453+
<Member Name="failed" Value="2" />
2454+
<Member Name="unknownFutureValue" Value="3" />
2455+
</EnumType>
2456+
<EnumType Name="cloudPcOrganizationActionType">
2457+
<Member Name="activate" Value="0" />
2458+
<Member Name="deactivate" Value="1" />
2459+
<Member Name="unknownFutureValue" Value="2" />
2460+
</EnumType>
24452461
<EnumType Name="cloudPcPartnerAgentInstallStatus">
24462462
<Member Name="installed" Value="0" />
24472463
<Member Name="installFailed" Value="1" />
@@ -4732,7 +4748,6 @@
47324748
<Member Name="oSOverride" Value="6" />
47334749
<Member Name="processNonExistent" Value="7" />
47344750
<Member Name="other" Value="8" />
4735-
<Member Name="unknownFutureValue" Value="9" />
47364751
</EnumType>
47374752
<EnumType Name="engagementAsyncOperationType">
47384753
<Member Name="createCommunity" Value="0" />
@@ -12131,6 +12146,12 @@
1213112146
</ComplexType>
1213212147
<ComplexType Name="acceptJoinResponse" BaseType="graph.participantJoiningResponse" />
1213312148
<ComplexType Name="accessAction" OpenType="true" />
12149+
<ComplexType Name="accessDriftReportRequest">
12150+
<Property Name="catalogId" Type="Edm.String" />
12151+
<Property Name="reportFormat" Type="Edm.String" />
12152+
<Property Name="resourceIds" Type="Collection(Edm.String)" />
12153+
<Property Name="resourceType" Type="graph.accessDriftReportResourceType" Nullable="false" />
12154+
</ComplexType>
1213412155
<ComplexType Name="accessPackageAnswer" Abstract="true">
1213512156
<Property Name="answeredQuestion" Type="graph.accessPackageQuestion" />
1213612157
<Property Name="displayValue" Type="Edm.String" />
@@ -13517,6 +13538,17 @@
1351713538
</ComplexType>
1351813539
<ComplexType Name="azureAdMultipleOrgsAudienceRestriction" BaseType="graph.audienceRestriction" />
1351913540
<ComplexType Name="azureAdPopTokenAuthentication" BaseType="graph.customExtensionAuthenticationConfiguration" />
13541+
<ComplexType Name="azureADPremiumFeatureUtilization">
13542+
<Property Name="userCount" Type="Edm.Int64" Nullable="false" />
13543+
</ComplexType>
13544+
<ComplexType Name="azureADPremiumP1FeatureUtilizations">
13545+
<Property Name="conditionalAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13546+
<Property Name="conditionalAccessGuestUsers" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13547+
</ComplexType>
13548+
<ComplexType Name="azureADPremiumP2FeatureUtilizations">
13549+
<Property Name="riskBasedConditionalAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13550+
<Property Name="riskBasedConditionalAccessGuestUsers" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
13551+
</ComplexType>
1352013552
<ComplexType Name="azureADRegistrationPolicy">
1352113553
<Property Name="allowedToRegister" Type="graph.deviceRegistrationMembership" />
1352213554
<Property Name="isAdminConfigurable" Type="Edm.Boolean" />
@@ -14359,6 +14391,10 @@
1435914391
<Property Name="subnetAvailableIpCount" Type="Edm.Int32" />
1436014392
<Property Name="subnetAvailableIpCountLastSyncDateTime" Type="Edm.DateTimeOffset" />
1436114393
</ComplexType>
14394+
<ComplexType Name="cloudPcOrganizationActionDetail">
14395+
<Property Name="errorDescription" Type="Edm.String" />
14396+
<Property Name="status" Type="graph.cloudPcOrganizationActionStatus" Nullable="false" />
14397+
</ComplexType>
1436214398
<ComplexType Name="cloudPcPartnerAgentInstallResult">
1436314399
<Property Name="errorMessage" Type="Edm.String" />
1436414400
<Property Name="installStatus" Type="graph.cloudPcPartnerAgentInstallStatus" />
@@ -17092,6 +17128,10 @@
1709217128
<Property Name="version" Type="Edm.String" />
1709317129
</ComplexType>
1709417130
<ComplexType Name="internalSponsors" BaseType="graph.userSet" />
17131+
<ComplexType Name="internetAccessFeatureUtilizations">
17132+
<Property Name="internetAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
17133+
<Property Name="internetAccessM365" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
17134+
</ComplexType>
1709517135
<ComplexType Name="internetMessageHeader">
1709617136
<Property Name="name" Type="Edm.String" />
1709717137
<Property Name="value" Type="Edm.String" />
@@ -19577,6 +19617,9 @@
1957719617
<Property Name="contactEmail" Type="Edm.String" />
1957819618
<Property Name="statementUrl" Type="Edm.String" />
1957919619
</ComplexType>
19620+
<ComplexType Name="privateAccessFeatureUtilizations">
19621+
<Property Name="privateAccess" Type="graph.azureADPremiumFeatureUtilization" Nullable="false" />
19622+
</ComplexType>
1958019623
<ComplexType Name="privateLinkDetails">
1958119624
<Property Name="policyId" Type="Edm.String" />
1958219625
<Property Name="policyName" Type="Edm.String" />
@@ -23078,6 +23121,12 @@
2307823121
<Property Name="userId" Type="Edm.String" />
2307923122
<NavigationProperty Name="user" Type="graph.user" />
2308023123
</EntityType>
23124+
<EntityType Name="accessDriftReport" BaseType="graph.entity">
23125+
<Property Name="downloadUri" Type="Edm.String" Nullable="false" />
23126+
<Property Name="expiresAt" Type="Edm.DateTimeOffset" Nullable="false" />
23127+
<Property Name="resourceType" Type="graph.accessDriftReportResourceType" Nullable="false" />
23128+
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
23129+
</EntityType>
2308123130
<EntityType Name="accessPackage" BaseType="graph.entity">
2308223131
<Property Name="catalogId" Type="Edm.String" />
2308323132
<Property Name="createdBy" Type="Edm.String" />
@@ -25634,6 +25683,15 @@
2563425683
<EntityType Name="azureADAuthentication" BaseType="graph.entity">
2563525684
<Property Name="attainments" Type="Collection(graph.serviceLevelAgreementAttainment)" Nullable="false" />
2563625685
</EntityType>
25686+
<EntityType Name="azureADPremiumLicenseInsight" BaseType="graph.entity">
25687+
<Property Name="entitledP1LicenseCount" Type="Edm.Int64" Nullable="false" />
25688+
<Property Name="entitledP2LicenseCount" Type="Edm.Int64" Nullable="false" />
25689+
<Property Name="entitledTotalLicenseCount" Type="Edm.Int64" Nullable="false" />
25690+
<Property Name="internetAccessFeatureUtilizations" Type="graph.internetAccessFeatureUtilizations" />
25691+
<Property Name="p1FeatureUtilizations" Type="graph.azureADPremiumP1FeatureUtilizations" Nullable="false" />
25692+
<Property Name="p2FeatureUtilizations" Type="graph.azureADPremiumP2FeatureUtilizations" Nullable="false" />
25693+
<Property Name="privateAccessFeatureUtilizations" Type="graph.privateAccessFeatureUtilizations" />
25694+
</EntityType>
2563725695
<EntityType Name="azureADWindowsAutopilotDeploymentProfile" BaseType="graph.windowsAutopilotDeploymentProfile" />
2563825696
<EntityType Name="azureAuthorizationSystem" BaseType="graph.authorizationSystem">
2563925697
<Property Name="associatedIdentities" Type="graph.azureAssociatedIdentities" />
@@ -35761,6 +35819,7 @@
3576135819
<NavigationProperty Name="appCredentialSignInActivities" Type="Collection(graph.appCredentialSignInActivity)" ContainsTarget="true" />
3576235820
<NavigationProperty Name="applicationSignInDetailedSummary" Type="Collection(graph.applicationSignInDetailedSummary)" ContainsTarget="true" />
3576335821
<NavigationProperty Name="authenticationMethods" Type="graph.authenticationMethodsRoot" ContainsTarget="true" />
35822+
<NavigationProperty Name="azureADPremiumLicenseInsight" Type="graph.azureADPremiumLicenseInsight" ContainsTarget="true" />
3576435823
<NavigationProperty Name="credentialUserRegistrationDetails" Type="Collection(graph.credentialUserRegistrationDetails)" ContainsTarget="true" />
3576535824
<NavigationProperty Name="dailyPrintUsage" Type="Collection(graph.printUsage)" ContainsTarget="true" />
3576635825
<NavigationProperty Name="dailyPrintUsageByPrinter" Type="Collection(graph.printUsageByPrinter)" ContainsTarget="true" />
@@ -46735,6 +46794,11 @@
4673546794
<Parameter Name="values" Type="graph.Json" />
4673646795
<ReturnType Type="graph.workbookFunctionResult" />
4673746796
</Action>
46797+
<Action Name="organizationAction" IsBound="true">
46798+
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
46799+
<Parameter Name="actionType" Type="graph.cloudPcOrganizationActionType" Nullable="false" />
46800+
<ReturnType Type="graph.cloudPcOrganizationActionDetail" />
46801+
</Action>
4673846802
<Action Name="overrideComplianceState" IsBound="true">
4673946803
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
4674046804
<Parameter Name="complianceState" Type="graph.administratorConfiguredDeviceComplianceState" Nullable="false" />
@@ -51871,6 +51935,11 @@
5187151935
<Parameter Name="bindingParameter" Type="Collection(graph.operationApprovalPolicy)" />
5187251936
<ReturnType Type="Collection(graph.operationApprovalPolicySet)" />
5187351937
</Function>
51938+
<Function Name="retrieveOrganizationActionDetail" IsBound="true">
51939+
<Parameter Name="bindingParameter" Type="graph.virtualEndpoint" />
51940+
<Parameter Name="actionType" Type="graph.cloudPcOrganizationActionType" Nullable="false" />
51941+
<ReturnType Type="graph.cloudPcOrganizationActionDetail" />
51942+
</Function>
5187451943
<Function Name="retrievePolicyApplyActionResult" IsBound="true">
5187551944
<Parameter Name="bindingParameter" Type="graph.cloudPcProvisioningPolicy" />
5187651945
<ReturnType Type="graph.cloudPcPolicyApplyActionResult" />

0 commit comments

Comments
 (0)