Skip to content
Closed
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
32 changes: 16 additions & 16 deletions additions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

436 changes: 436 additions & 0 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
<NavigationProperty Name="settings" Type="Collection(graph.directorySetting)" ContainsTarget="true" />
Expand Down Expand Up @@ -1244,6 +1245,9 @@
<Property Name="configuration" Type="graph.onPremisesDirectorySynchronizationConfiguration" />
<Property Name="features" Type="graph.onPremisesDirectorySynchronizationFeature" Nullable="false" />
</EntityType>
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="organization" BaseType="graph.directoryObject" OpenType="true">
<Property Name="assignedPlans" Type="Collection(graph.assignedPlan)" Nullable="false" />
<Property Name="businessPhones" Type="Collection(Edm.String)" Nullable="false" />
Expand Down Expand Up @@ -1327,6 +1331,7 @@
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
</EntityType>
Expand Down Expand Up @@ -1685,6 +1690,7 @@
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="registeredDevices" Type="Collection(graph.directoryObject)" />
Expand Down Expand Up @@ -2324,6 +2330,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -2372,6 +2388,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/groups">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -2430,6 +2456,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/users">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down
50 changes: 50 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -13636,6 +13636,7 @@
<Property Name="orientation" Type="Edm.Int16" />
<Property Name="takenDateTime" Type="Edm.DateTimeOffset" />
</ComplexType>
<ComplexType Name="photoAllowedOperations" />
<ComplexType Name="physicalAddress">
<Property Name="city" Type="Edm.String" />
<Property Name="countryOrRegion" Type="Edm.String" />
Expand Down Expand Up @@ -18084,6 +18085,9 @@
<NavigationProperty Name="businessFlowsWithRequestsAwaitingMyDecision" Type="Collection(graph.businessFlow)" ContainsTarget="true" />
<NavigationProperty Name="policyTemplates" Type="Collection(graph.governancePolicyTemplate)" ContainsTarget="true" />
</EntityType>
<EntityType Name="approvedClientApp" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
</EntityType>
<EntityType Name="appScope" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="type" Type="Edm.String" />
Expand Down Expand Up @@ -21589,6 +21593,7 @@
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="owners" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="permissionGrants" Type="Collection(graph.resourceSpecificPermissionGrant)" ContainsTarget="true" />
<NavigationProperty Name="photo" Type="graph.profilePhoto" ContainsTarget="true" />
Expand Down Expand Up @@ -24153,6 +24158,9 @@
<NavigationProperty Name="connectors" Type="Collection(graph.connector)" ContainsTarget="true" />
<NavigationProperty Name="publishedResources" Type="Collection(graph.publishedResource)" ContainsTarget="true" />
</EntityType>
<EntityType Name="onPremisesSyncBehavior" BaseType="graph.entity">
<Property Name="isCloudManaged" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="onTokenIssuanceStartCustomExtension" BaseType="graph.customAuthenticationExtension">
<Property Name="claimsForTokenConfiguration" Type="Collection(graph.onTokenIssuanceStartReturnClaim)" />
</EntityType>
Expand Down Expand Up @@ -24291,6 +24299,7 @@
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="manager" Type="graph.directoryObject" />
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="transitiveMemberOf" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveReports" Type="Collection(graph.directoryObject)" />
</EntityType>
Expand Down Expand Up @@ -24619,6 +24628,7 @@
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="creationSource" Type="graph.plannerTaskCreation" />
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
<Property Name="hasChat" Type="Edm.Boolean" Nullable="false" />
<Property Name="hasDescription" Type="Edm.Boolean" />
<Property Name="isArchived" Type="Edm.Boolean" />
<Property Name="isOnMyDay" Type="Edm.Boolean" />
Expand Down Expand Up @@ -25210,6 +25220,7 @@
</EntityType>
<EntityType Name="remoteDesktopSecurityConfiguration" BaseType="graph.entity">
<Property Name="isRemoteDesktopProtocolEnabled" Type="Edm.Boolean" Nullable="false" />
<NavigationProperty Name="approvedClientApps" Type="Collection(graph.approvedClientApp)" ContainsTarget="true" />
<NavigationProperty Name="targetDeviceGroups" Type="Collection(graph.targetDeviceGroup)" ContainsTarget="true" />
</EntityType>
<EntityType Name="reportRoot">
Expand Down Expand Up @@ -26799,6 +26810,7 @@
<NavigationProperty Name="messages" Type="Collection(graph.message)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppIntentAndStates" Type="Collection(graph.mobileAppIntentAndState)" ContainsTarget="true" />
<NavigationProperty Name="mobileAppTroubleshootingEvents" Type="Collection(graph.mobileAppTroubleshootingEvent)" ContainsTarget="true" />
<NavigationProperty Name="onPremisesSyncBehavior" Type="graph.onPremisesSyncBehavior" ContainsTarget="true" />
<NavigationProperty Name="outlook" Type="graph.outlookUser" ContainsTarget="true" />
<NavigationProperty Name="ownedDevices" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="ownedObjects" Type="Collection(graph.directoryObject)" />
Expand Down Expand Up @@ -57123,6 +57135,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -57171,6 +57193,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/groups">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down Expand Up @@ -57297,10 +57329,12 @@
<Annotations Target="microsoft.graph.GraphService/users">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions" Qualifier="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>chats</NavigationPropertyPath>
<NavigationPropertyPath>joinedTeams</NavigationPropertyPath>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
<NavigationPropertyPath>permissionGrants</NavigationPropertyPath>
<NavigationPropertyPath>teamwork</NavigationPropertyPath>
</Collection>
Expand Down Expand Up @@ -68879,6 +68913,20 @@
<Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/notConfigured">
<Annotation Term="Org.OData.Core.V1.Description" String="Not configured." />
</Annotations>
<Annotations Target="microsoft.graph.photoAllowedOperations">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2024-02-16" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2025-02-16" />
<PropertyValue Property="Version" String="2023-11/PrivatePreview:photoEditPolicy" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.place/placeId">
<Annotation Term="Org.OData.Core.V1.Description" String="An alternate immutable unique identifier of the place" />
</Annotations>
Expand Down Expand Up @@ -84010,6 +84058,8 @@
<Member Name="builtInMl" Value="1073741847" />
<Member Name="microsoftInsiderRiskManagement" Value="1073741848" />
<Member Name="microsoftThreatIntelligence" Value="1073741849" />
<Member Name="microsoftDefenderForAIServices" Value="1073741850" />
<Member Name="securityCopilot" Value="1073741851" />
<Member Name="microsoftSentinel" Value="268435456" />
</EnumType>
<EnumType Name="detectionStatus">
Expand Down
Loading
Loading