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
746 changes: 742 additions & 4 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -10225,6 +10225,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
<Property Name="parentalControlSettings" Type="graph.parentalControlSettings" />
Expand Down Expand Up @@ -12959,7 +12960,7 @@
<Key>
<PropertyRef Name="resourceAppId" />
</Key>
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
Expand Down
59 changes: 57 additions & 2 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,9 @@
<Member Name="available" Value="1" />
<Member Name="availableWithWarning" Value="2" />
<Member Name="unavailable" Value="3" />
<Member Name="unknownFutureValue" Value="999" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="underServiceMaintenance" Value="5" />
<Member Name="inUse" Value="6" />
</EnumType>
<EnumType Name="cloudPcDeviceImageErrorCode">
<Member Name="internalServerError" Value="0" />
Expand Down Expand Up @@ -14852,6 +14854,11 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="localizations" Type="Collection(graph.displayNameLocalization)" />
</ComplexType>
<ComplexType Name="profileSourceLocalization">
<Property Name="displayName" Type="Edm.String" />
<Property Name="languageTag" Type="Edm.String" />
<Property Name="webUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="programResource" BaseType="graph.identity" OpenType="true">
<Property Name="type" Type="Edm.String" />
</ComplexType>
Expand Down Expand Up @@ -18949,6 +18956,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="onPremisesPublishing" Type="graph.onPremisesPublishing" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
Expand Down Expand Up @@ -23156,7 +23164,7 @@
<Key>
<PropertyRef Name="resourceAppId" />
</Key>
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="insightsSettings" BaseType="graph.entity">
Expand Down Expand Up @@ -25458,6 +25466,7 @@
</EntityType>
<EntityType Name="organizationSettings" BaseType="graph.entity">
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<NavigationProperty Name="peopleInsights" Type="graph.insightsSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="orgContact" BaseType="graph.directoryObject" OpenType="true">
<Property Name="addresses" Type="Collection(graph.physicalOfficeAddress)" />
Expand Down Expand Up @@ -25593,6 +25602,8 @@
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
<NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" />
<NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="permission" BaseType="graph.entity">
Expand Down Expand Up @@ -26262,6 +26273,32 @@
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</EntityType>
<EntityType Name="profilePropertySetting" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="profileSource" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="kind" Type="Edm.String" />
<Property Name="localizations" Type="Collection(graph.profileSourceLocalization)" Nullable="false" />
<Property Name="sourceId" Type="Edm.String" />
<Property Name="webUrl" Type="Edm.String" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="sourceId" />
<PropertyValue Property="Name" PropertyPath="sourceId" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="program" BaseType="graph.entity">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -36463,6 +36500,9 @@
<Action Name="retryServiceProvisioning" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.user" Nullable="false" />
</Action>
<Action Name="retryUpload" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" />
</Action>
<Action Name="reupload" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.cloudPcDeviceImage" />
</Action>
Expand Down Expand Up @@ -73349,6 +73389,21 @@
<Annotations Target="microsoft.graph.retrieveStoreLayout(microsoft.graph.androidManagedStoreAccountEnterpriseSettings)">
<Annotation Term="Org.OData.Core.V1.Description" String="Gets the Managed Google Play store layout type from Google EMM API." />
</Annotations>
<Annotations Target="microsoft.graph.reupload(microsoft.graph.cloudPcDeviceImage)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2026-01-09" />
<PropertyValue Property="Description" String="The reupload is deprecated and will not be supported starting June 25, 2026. Please use retryUpload instead." />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2026-06-25" />
<PropertyValue Property="Version" String="2026-01/reupload" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.revokeAllLicenses(microsoft.graph.iosVppApp, Edm.Boolean)">
<Annotation Term="Org.OData.Core.V1.Description" String="Revoke all assigned iOS VPP licenses for given app." />
</Annotations>
Expand Down
3 changes: 2 additions & 1 deletion schemas/beta-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
<Property Name="parentalControlSettings" Type="graph.parentalControlSettings" />
Expand Down Expand Up @@ -1303,7 +1304,7 @@
<Key>
<PropertyRef Name="resourceAppId" />
</Key>
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="internalDomainFederation" BaseType="graph.samlOrWsFedProvider">
Expand Down
36 changes: 35 additions & 1 deletion schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -11286,6 +11286,11 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="localizations" Type="Collection(graph.displayNameLocalization)" />
</ComplexType>
<ComplexType Name="profileSourceLocalization">
<Property Name="displayName" Type="Edm.String" />
<Property Name="languageTag" Type="Edm.String" />
<Property Name="webUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="programResource" BaseType="graph.identity" OpenType="true">
<Property Name="type" Type="Edm.String" />
</ComplexType>
Expand Down Expand Up @@ -15105,6 +15110,7 @@
<Property Name="isFallbackPublicClient" Type="Edm.Boolean" />
<Property Name="keyCredentials" Type="Collection(graph.keyCredential)" Nullable="false" />
<Property Name="logo" Type="Edm.Stream" Nullable="false" />
<Property Name="managerApplications" Type="Collection(Edm.Guid)" Nullable="false" />
<Property Name="notes" Type="Edm.String" />
<Property Name="onPremisesPublishing" Type="graph.onPremisesPublishing" />
<Property Name="optionalClaims" Type="graph.optionalClaims" />
Expand Down Expand Up @@ -18650,7 +18656,7 @@
<Key>
<PropertyRef Name="resourceAppId" />
</Key>
<Property Name="inheritableScopes" Type="graph.inheritableScopes" Nullable="false" />
<Property Name="inheritableScopes" Type="graph.inheritableScopes" />
<Property Name="resourceAppId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="insightsSettings" BaseType="graph.entity">
Expand Down Expand Up @@ -21031,6 +21037,8 @@
<NavigationProperty Name="namePronunciation" Type="graph.namePronunciationSettings" ContainsTarget="true" />
<NavigationProperty Name="photoUpdateSettings" Type="graph.photoUpdateSettings" ContainsTarget="true" />
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
<NavigationProperty Name="profilePropertySettings" Type="Collection(graph.profilePropertySetting)" ContainsTarget="true" />
<NavigationProperty Name="profileSources" Type="Collection(graph.profileSource)" ContainsTarget="true" />
<NavigationProperty Name="pronouns" Type="graph.pronounsSettings" ContainsTarget="true" />
</EntityType>
<EntityType Name="permission" BaseType="graph.entity">
Expand Down Expand Up @@ -21472,6 +21480,32 @@
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
</EntityType>
<EntityType Name="profilePropertySetting" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="name" Type="Edm.String" />
<Property Name="prioritizedSourceUrls" Type="Collection(Edm.String)" />
</EntityType>
<EntityType Name="profileSource" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="kind" Type="Edm.String" />
<Property Name="localizations" Type="Collection(graph.profileSourceLocalization)" Nullable="false" />
<Property Name="sourceId" Type="Edm.String" />
<Property Name="webUrl" Type="Edm.String" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="sourceId" />
<PropertyValue Property="Name" PropertyPath="sourceId" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="program" BaseType="graph.entity">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down
Loading
Loading