Skip to content
Open
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
272 changes: 272 additions & 0 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -25800,6 +25800,7 @@
<EntityType Name="peopleAdminSettings" BaseType="graph.entity">
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<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" />
Expand Down Expand Up @@ -25952,6 +25953,10 @@
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
<Property Name="phoneNumber" Type="Edm.String" />
</EntityType>
<EntityType Name="photoUpdateSettings" BaseType="graph.entity">
<Property Name="allowedRoles" Type="Collection(Edm.String)" />
<Property Name="source" Type="graph.photoUpdateSource" Nullable="false" />
</EntityType>
<EntityType Name="pinnedChatMessageInfo" BaseType="graph.entity">
<NavigationProperty Name="message" Type="graph.chatMessage" />
</EntityType>
Expand Down Expand Up @@ -71801,6 +71806,13 @@
<Annotations Target="microsoft.graph.payloadCompatibleAssignmentFilter/payloadType">
<Annotation Term="Org.OData.Core.V1.Description" String="PayloadType of the Assignment Filter." />
</Annotations>
<Annotations Target="microsoft.graph.peopleAdminSettings/photoUpdateSettings">
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="true" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.perfectForwardSecrecyGroup">
<Annotation Term="Org.OData.Core.V1.Description" String="Forward Secrecy Group values for Windows10 VPN policies with IKEv2 connection type." />
</Annotations>
Expand Down
52 changes: 52 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -89194,6 +89194,34 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.threatIntelligenceFqdnDestination">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2026-04-26" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2027-06-26" />
<PropertyValue Property="Version" String="2025-01/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.threatIntelligenceMatchingConditions">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2026-04-26" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2027-06-26" />
<PropertyValue Property="Version" String="2025-01/PrivatePreview:NetworkAccess" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.networkaccess.tlsDetails">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -111815,6 +111843,12 @@
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="aiAgentId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(microsoft.graph.networkaccess.destination)" />
</Function>
<Function Name="deviceReport" IsBound="true">
Expand All @@ -111827,6 +111861,15 @@
<Parameter Name="applicationId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="cloudApplicationName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(microsoft.graph.networkaccess.device)" />
</Function>
<Function Name="entitiesSummaries" IsBound="true">
Expand Down Expand Up @@ -111948,6 +111991,15 @@
<Parameter Name="applicationId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentId" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="aiAgentName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="cloudApplicationName" Type="Edm.String" Unicode="false">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="Collection(microsoft.graph.networkaccess.user)" />
</Function>
<Function Name="webCategoryReport" IsBound="true">
Expand Down
Loading
Loading