Skip to content

Commit 4121cac

Browse files
Merge pull request #1053 from microsoftgraph/schemas/metadata-publishing-2026-03-24
Schema sync 2026-03-24 from 1.4.485.0
2 parents 4ef2170 + 5135dcb commit 4121cac

14 files changed

Lines changed: 3182 additions & 58 deletions

schemas/beta-Bleu.csdl

Lines changed: 742 additions & 4 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10225,6 +10225,7 @@
1022510225
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
1022610226
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
1022710227
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
10228+
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
1022810229
<Property Name="notes" Type="Edm.String" />
1022910230
<Property Name="optionalClaims" Type="graph.optionalClaims" />
1023010231
<Property Name="parentalControlSettings" Type="graph.parentalControlSettings" />
@@ -12959,7 +12960,7 @@
1295912960
<Key>
1296012961
<PropertyRef Name="resourceAppId" />
1296112962
</Key>
12962-
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
12963+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
1296312964
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
1296412965
</EntityType>
1296512966
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">

schemas/beta-Fairfax.csdl

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,9 @@
15541554
<Member Name="available" Value="1" />
15551555
<Member Name="availableWithWarning" Value="2" />
15561556
<Member Name="unavailable" Value="3" />
1557-
<Member Name="unknownFutureValue" Value="999" />
1557+
<Member Name="unknownFutureValue" Value="4" />
1558+
<Member Name="underServiceMaintenance" Value="5" />
1559+
<Member Name="inUse" Value="6" />
15581560
</EnumType>
15591561
<EnumType Name="cloudPcDeviceImageErrorCode">
15601562
<Member Name="internalServerError" Value="0" />
@@ -14852,6 +14854,11 @@
1485214854
<Property Name="displayName" Type="Edm.String" />
1485314855
<Property Name="localizations" Type="Collection(graph.displayNameLocalization)" />
1485414856
</ComplexType>
14857+
<ComplexType Name="profileSourceLocalization">
14858+
<Property Name="displayName" Type="Edm.String" />
14859+
<Property Name="languageTag" Type="Edm.String" />
14860+
<Property Name="webUrl" Type="Edm.String" />
14861+
</ComplexType>
1485514862
<ComplexType Name="programResource" BaseType="graph.identity" OpenType="true">
1485614863
<Property Name="type" Type="Edm.String" />
1485714864
</ComplexType>
@@ -18949,6 +18956,7 @@
1894918956
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
1895018957
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
1895118958
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
18959+
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
1895218960
<Property Name="notes" Type="Edm.String" />
1895318961
<Property Name="onPremisesPublishing" Type="graph.onPremisesPublishing" />
1895418962
<Property Name="optionalClaims" Type="graph.optionalClaims" />
@@ -23156,7 +23164,7 @@
2315623164
<Key>
2315723165
<PropertyRef Name="resourceAppId" />
2315823166
</Key>
23159-
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
23167+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
2316023168
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
2316123169
</EntityType>
2316223170
<EntityType Name="insightsSettings" BaseType="graph.entity">
@@ -25458,6 +25466,7 @@
2545825466
</EntityType>
2545925467
<EntityType Name="organizationSettings" BaseType="graph.entity">
2546025468
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
25469+
<NavigationProperty Name="peopleInsights" Type="graph.insightsSettings" ContainsTarget="true" />
2546125470
</EntityType>
2546225471
<EntityType Name="orgContact" BaseType="graph.directoryObject" OpenType="true">
2546325472
<Property Name="addresses" Type="Collection(graph.physicalOfficeAddress)" />
@@ -25593,6 +25602,8 @@
2559325602
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
2559425603
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
2559525604
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
25605+
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
25606+
<NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" />
2559625607
<NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
2559725608
</EntityType>
2559825609
<EntityType Name="permission" BaseType="graph.entity">
@@ -26262,6 +26273,32 @@
2626226273
<Property Name="height" Type="Edm.Int32" />
2626326274
<Property Name="width" Type="Edm.Int32" />
2626426275
</EntityType>
26276+
<EntityType Name="profilePropertySetting" BaseType="graph.entity">
26277+
<Property Name="displayName" Type="Edm.String" />
26278+
<Property Name="name" Type="Edm.String" />
26279+
<Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" />
26280+
</EntityType>
26281+
<EntityType Name="profileSource" BaseType="graph.entity">
26282+
<Property Name="displayName" Type="Edm.String" />
26283+
<Property Name="kind" Type="Edm.String" />
26284+
<Property Name="localizations" Type="Collection(graph.profileSourceLocalization)" Nullable="false" />
26285+
<Property Name="sourceId" Type="Edm.String" />
26286+
<Property Name="webUrl" Type="Edm.String" />
26287+
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
26288+
<Collection>
26289+
<Record Type="Org.OData.Core.V1.AlternateKey">
26290+
<PropertyValue Property="Key">
26291+
<Collection>
26292+
<Record Type="Org.OData.Core.V1.PropertyRef">
26293+
<PropertyValue Property="Alias" String="sourceId" />
26294+
<PropertyValue Property="Name" PropertyPath="sourceId" />
26295+
</Record>
26296+
</Collection>
26297+
</PropertyValue>
26298+
</Record>
26299+
</Collection>
26300+
</Annotation>
26301+
</EntityType>
2626526302
<EntityType Name="program" BaseType="graph.entity">
2626626303
<Property Name="description" Type="Edm.String" Nullable="false" />
2626726304
<Property Name="displayName" Type="Edm.String" Nullable="false" />
@@ -36463,6 +36500,9 @@
3646336500
<Action Name="retryServiceProvisioning" IsBound="true">
3646436501
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
3646536502
</Action>
36503+
<Action Name="retryUpload" IsBound="true">
36504+
<Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" />
36505+
</Action>
3646636506
<Action Name="reupload" IsBound="true">
3646736507
<Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" />
3646836508
</Action>
@@ -73349,6 +73389,21 @@
7334973389
<Annotations Target="microsoft.graph.retrieveStoreLayout(microsoft.graph.androidManagedStoreAccountEnterpriseSettings)">
7335073390
<Annotation Term="Org.OData.Core.V1.Description" String="Gets the Managed Google Play store layout type from Google EMM API." />
7335173391
</Annotations>
73392+
<Annotations Target="microsoft.graph.reupload(microsoft.graph.cloudPcDeviceImage)">
73393+
<Annotation Term="Org.OData.Core.V1.Revisions">
73394+
<Collection>
73395+
<Record>
73396+
<PropertyValue Property="Date" Date="2026-01-09" />
73397+
<PropertyValue Property="Description" String="The reupload is deprecated and will not be supported starting June 25, 2026. Please use retryUpload instead." />
73398+
<PropertyValue Property="Kind">
73399+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
73400+
</PropertyValue>
73401+
<PropertyValue Property="RemovalDate" Date="2026-06-25" />
73402+
<PropertyValue Property="Version" String="2026-01/reupload" />
73403+
</Record>
73404+
</Collection>
73405+
</Annotation>
73406+
</Annotations>
7335273407
<Annotations Target="microsoft.graph.revokeAllLicenses(microsoft.graph.iosVppApp, Edm.Boolean)">
7335373408
<Annotation Term="Org.OData.Core.V1.Description" String="Revoke all assigned iOS VPP licenses for given app." />
7335473409
</Annotations>

schemas/beta-GovSG.csdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@
784784
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
785785
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
786786
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
787+
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
787788
<Property Name="notes" Type="Edm.String" />
788789
<Property Name="optionalClaims" Type="graph.optionalClaims" />
789790
<Property Name="parentalControlSettings" Type="graph.parentalControlSettings" />
@@ -1303,7 +1304,7 @@
13031304
<Key>
13041305
<PropertyRef Name="resourceAppId" />
13051306
</Key>
1306-
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
1307+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
13071308
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
13081309
</EntityType>
13091310
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">

schemas/beta-Mooncake.csdl

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11286,6 +11286,11 @@
1128611286
<Property Name="displayName" Type="Edm.String" />
1128711287
<Property Name="localizations" Type="Collection(graph.displayNameLocalization)" />
1128811288
</ComplexType>
11289+
<ComplexType Name="profileSourceLocalization">
11290+
<Property Name="displayName" Type="Edm.String" />
11291+
<Property Name="languageTag" Type="Edm.String" />
11292+
<Property Name="webUrl" Type="Edm.String" />
11293+
</ComplexType>
1128911294
<ComplexType Name="programResource" BaseType="graph.identity" OpenType="true">
1129011295
<Property Name="type" Type="Edm.String" />
1129111296
</ComplexType>
@@ -15105,6 +15110,7 @@
1510515110
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
1510615111
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
1510715112
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
15113+
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
1510815114
<Property Name="notes" Type="Edm.String" />
1510915115
<Property Name="onPremisesPublishing" Type="graph.onPremisesPublishing" />
1511015116
<Property Name="optionalClaims" Type="graph.optionalClaims" />
@@ -18650,7 +18656,7 @@
1865018656
<Key>
1865118657
<PropertyRef Name="resourceAppId" />
1865218658
</Key>
18653-
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
18659+
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
1865418660
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
1865518661
</EntityType>
1865618662
<EntityType Name="insightsSettings" BaseType="graph.entity">
@@ -21031,6 +21037,8 @@
2103121037
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
2103221038
<NavigationProperty Name="photoUpdateSettings" Type="graph.photoUpdateSettings" ContainsTarget="true" />
2103321039
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
21040+
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
21041+
<NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" />
2103421042
<NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
2103521043
</EntityType>
2103621044
<EntityType Name="permission" BaseType="graph.entity">
@@ -21472,6 +21480,32 @@
2147221480
<Property Name="height" Type="Edm.Int32" />
2147321481
<Property Name="width" Type="Edm.Int32" />
2147421482
</EntityType>
21483+
<EntityType Name="profilePropertySetting" BaseType="graph.entity">
21484+
<Property Name="displayName" Type="Edm.String" />
21485+
<Property Name="name" Type="Edm.String" />
21486+
<Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" />
21487+
</EntityType>
21488+
<EntityType Name="profileSource" BaseType="graph.entity">
21489+
<Property Name="displayName" Type="Edm.String" />
21490+
<Property Name="kind" Type="Edm.String" />
21491+
<Property Name="localizations" Type="Collection(graph.profileSourceLocalization)" Nullable="false" />
21492+
<Property Name="sourceId" Type="Edm.String" />
21493+
<Property Name="webUrl" Type="Edm.String" />
21494+
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
21495+
<Collection>
21496+
<Record Type="Org.OData.Core.V1.AlternateKey">
21497+
<PropertyValue Property="Key">
21498+
<Collection>
21499+
<Record Type="Org.OData.Core.V1.PropertyRef">
21500+
<PropertyValue Property="Alias" String="sourceId" />
21501+
<PropertyValue Property="Name" PropertyPath="sourceId" />
21502+
</Record>
21503+
</Collection>
21504+
</PropertyValue>
21505+
</Record>
21506+
</Collection>
21507+
</Annotation>
21508+
</EntityType>
2147521509
<EntityType Name="program" BaseType="graph.entity">
2147621510
<Property Name="description" Type="Edm.String" Nullable="false" />
2147721511
<Property Name="displayName" Type="Edm.String" Nullable="false" />

0 commit comments

Comments
 (0)