Skip to content

Commit 001f975

Browse files
Schema sync 2025-11-11 from 1.4.274.0 (#939)
* Schema sync 2025-11-11 from 1.4.274.0 * ci: keep hidi at 1.6.24 --------- Co-authored-by: Michael Mainer (from Dev Box) <[email protected]>
1 parent f64f654 commit 001f975

File tree

11 files changed

+714
-4
lines changed

11 files changed

+714
-4
lines changed

.github/workflows/metadata-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
dotnet-version: 9.x
3838

39-
- run: dotnet tool install --global Microsoft.OpenApi.Hidi
39+
- run: dotnet tool install --global Microsoft.OpenApi.Hidi --version 1.6.24
4040
name: Install Hidi
4141

4242
- name: Validate latest XSLT rules

schemas/beta-Bleu.csdl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,12 @@
713713
<Property Name="registrationCampaign" Type="Collection(graph.keyValue)" Nullable="false" />
714714
<Property Name="registrationCampaignRelativeUrl" Type="Edm.String" />
715715
</ComplexType>
716+
<ComplexType Name="contentSensitivityLabelAssignment">
717+
<Property Name="assignmentMethod" Type="graph.sensitivityLabelAssignmentMethod" Nullable="false" />
718+
<Property Name="justificationText" Type="Edm.String" />
719+
<Property Name="sensitivityLabelId" Type="Edm.String" />
720+
<Property Name="tenantId" Type="Edm.String" />
721+
</ComplexType>
716722
<ComplexType Name="conversionUserDetails">
717723
<Property Name="convertedToInternalUserDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
718724
<Property Name="displayName" Type="Edm.String" Nullable="false" />
@@ -1321,6 +1327,11 @@
13211327
<Property Name="publishingTeamName" Type="Edm.String" />
13221328
</ComplexType>
13231329
<ComplexType Name="plannerUserIds" OpenType="true" />
1330+
<ComplexType Name="planUsageRight">
1331+
<Property Name="hasSensitivityLabel" Type="Edm.Boolean" Nullable="false" />
1332+
<Property Name="planId" Type="Edm.String" Nullable="false" />
1333+
<Property Name="usageRights" Type="graph.usageRightsInfo" />
1334+
</ComplexType>
13241335
<ComplexType Name="preApprovalDetail">
13251336
<Property Name="permissions" Type="graph.preApprovedPermissions" Nullable="false" />
13261337
<Property Name="scopeType" Type="graph.resourceScopeType" Nullable="false" />
@@ -1602,6 +1613,13 @@
16021613
<Property Name="updateWindowEndTime" Type="Edm.TimeOfDay" />
16031614
<Property Name="updateWindowStartTime" Type="Edm.TimeOfDay" />
16041615
</ComplexType>
1616+
<ComplexType Name="usageRightsInfo">
1617+
<Property Name="allowCopy" Type="Edm.Boolean" Nullable="false" />
1618+
<Property Name="allowEdit" Type="Edm.Boolean" Nullable="false" />
1619+
<Property Name="allowExport" Type="Edm.Boolean" Nullable="false" />
1620+
<Property Name="allowPrint" Type="Edm.Boolean" Nullable="false" />
1621+
<Property Name="allowView" Type="Edm.Boolean" Nullable="false" />
1622+
</ComplexType>
16051623
<ComplexType Name="validatingDomains" Abstract="true">
16061624
<Property Name="rootDomains" Type="graph.rootDomains" Nullable="false" />
16071625
</ComplexType>
@@ -2493,6 +2511,7 @@
24932511
<EntityType Name="plannerPlan" BaseType="graph.plannerDelta">
24942512
<Property Name="archivalInfo" Type="graph.plannerArchivalInfo" />
24952513
<Property Name="container" Type="graph.plannerPlanContainer" />
2514+
<Property Name="contentSensitivityLabelAssignment" Type="graph.contentSensitivityLabelAssignment" />
24962515
<Property Name="contexts" Type="graph.plannerPlanContextCollection" />
24972516
<Property Name="createdBy" Type="graph.identitySet" />
24982517
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
@@ -3325,6 +3344,10 @@
33253344
<Parameter Name="bindingParameter" Type="graph.synchronizationSchema" />
33263345
<ReturnType Type="Collection(graph.attributeMappingFunctionSchema)" />
33273346
</Function>
3347+
<Function Name="getUsageRights" IsBound="true">
3348+
<Parameter Name="bindingParameter" Type="graph.plannerPlan" />
3349+
<ReturnType Type="graph.planUsageRight" />
3350+
</Function>
33283351
<Function Name="Ping" IsBound="true">
33293352
<Parameter Name="bindingParameter" Type="graph.synchronization" />
33303353
<ReturnType Type="Edm.String" Unicode="false" />

schemas/beta-Delos.csdl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@
323323
<ComplexType Name="enumeratedScopeSensitivityLabels" BaseType="graph.scopeSensitivityLabels">
324324
<Property Name="sensitivityLabels" Type="Collection(Edm.String)" />
325325
</ComplexType>
326+
<ComplexType Name="extensionSchemaProperty">
327+
<Property Name="name" Type="Edm.String" />
328+
<Property Name="type" Type="Edm.String" />
329+
</ComplexType>
326330
<ComplexType Name="federatedIdentityExpression">
327331
<Property Name="languageVersion" Type="Edm.Int32" Nullable="false" />
328332
<Property Name="value" Type="Edm.String" Nullable="false" />
@@ -674,6 +678,7 @@
674678
<Property Name="membershipType" Type="Edm.String" />
675679
<Property Name="visibility" Type="Edm.String" />
676680
<NavigationProperty Name="deletedMembers" Type="Collection(graph.directoryObject)" />
681+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
677682
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
678683
<NavigationProperty Name="scopedRoleMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" />
679684
</EntityType>
@@ -956,6 +961,7 @@
956961
<Property Name="registrationDateTime" Type="Edm.DateTimeOffset" />
957962
<Property Name="systemLabels" Type="Collection(Edm.String)" Nullable="false" />
958963
<Property Name="trustType" Type="Edm.String" />
964+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
959965
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
960966
<NavigationProperty Name="registeredOwners" Type="Collection(graph.directoryObject)" />
961967
<NavigationProperty Name="registeredUsers" Type="Collection(graph.directoryObject)" />
@@ -1089,6 +1095,7 @@
10891095
</Key>
10901096
<Property Name="id" Type="Edm.String" Nullable="false" />
10911097
</EntityType>
1098+
<EntityType Name="extension" BaseType="graph.entity" />
10921099
<EntityType Name="extensionProperty" BaseType="graph.directoryObject" OpenType="true">
10931100
<Property Name="appDisplayName" Type="Edm.String" />
10941101
<Property Name="dataType" Type="Edm.String" Nullable="false" />
@@ -1169,6 +1176,7 @@
11691176
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
11701177
<NavigationProperty Name="createdOnBehalfOf" Type="graph.directoryObject" />
11711178
<NavigationProperty Name="endpoints" Type="Collection(graph.endpoint)" ContainsTarget="true" />
1179+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
11721180
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
11731181
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
11741182
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
@@ -1274,6 +1282,7 @@
12741282
<Property Name="verifiedDomains" Type="Collection(graph.verifiedDomain)" Nullable="false" />
12751283
<NavigationProperty Name="branding" Type="graph.organizationalBranding" ContainsTarget="true" />
12761284
<NavigationProperty Name="certificateBasedAuthConfiguration" Type="Collection(graph.certificateBasedAuthConfiguration)" />
1285+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
12771286
<NavigationProperty Name="partnerInformation" Type="graph.partnerInformation" ContainsTarget="true" />
12781287
</EntityType>
12791288
<EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties">
@@ -1441,6 +1450,13 @@
14411450
<Property Name="preferredAuthenticationProtocol" Type="graph.authenticationProtocol" />
14421451
<Property Name="signingCertificate" Type="Edm.String" />
14431452
</EntityType>
1453+
<EntityType Name="schemaExtension" BaseType="graph.entity">
1454+
<Property Name="description" Type="Edm.String" />
1455+
<Property Name="owner" Type="Edm.String" Nullable="false" />
1456+
<Property Name="properties" Type="Collection(graph.extensionSchemaProperty)" Nullable="false" />
1457+
<Property Name="status" Type="Edm.String" Nullable="false" />
1458+
<Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" />
1459+
</EntityType>
14441460
<EntityType Name="scopedRoleMembership" BaseType="graph.entity">
14451461
<Property Name="administrativeUnitId" Type="Edm.String" Nullable="false" />
14461462
<Property Name="roleId" Type="Edm.String" Nullable="false" />
@@ -1687,6 +1703,7 @@
16871703
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
16881704
<NavigationProperty Name="createdObjects" Type="Collection(graph.directoryObject)" />
16891705
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
1706+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
16901707
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
16911708
<NavigationProperty Name="manager" Type="graph.directoryObject" />
16921709
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
@@ -1976,6 +1993,7 @@
19761993
<NavigationPropertyBinding Path="certificateBasedAuthConfiguration" Target="certificateBasedAuthConfiguration" />
19771994
</EntitySet>
19781995
<EntitySet Name="permissionGrants" EntityType="microsoft.graph.resourceSpecificPermissionGrant" />
1996+
<EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" />
19791997
<EntitySet Name="scopedRoleMemberships" EntityType="microsoft.graph.scopedRoleMembership" />
19801998
<EntitySet Name="servicePrincipals" EntityType="microsoft.graph.servicePrincipal">
19811999
<NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" />

0 commit comments

Comments
 (0)