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
6,007 changes: 5,102 additions & 905 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

2,543 changes: 2,506 additions & 37 deletions schemas/beta-Delos.csdl

Large diffs are not rendered by default.

904 changes: 882 additions & 22 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions schemas/beta-GovSG.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
<EntityType Name="allowedDataLocation" BaseType="graph.entity" OpenType="true">
<Property Name="appId" Type="Edm.String" />
<Property Name="domain" Type="Edm.String" />
Expand Down Expand Up @@ -1709,6 +1710,7 @@
<Property Name="faxNumber" Type="Edm.String" />
<Property Name="givenName" Type="Edm.String" />
<Property Name="identities" Type="Collection(graph.objectIdentity)" />
<Property Name="identityParentId" Type="Edm.String" />
<Property Name="imAddresses" Type="Collection(Edm.String)" />
<Property Name="infoCatalogs" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="isManagementRestricted" Type="Edm.Boolean" />
Expand Down
812 changes: 790 additions & 22 deletions schemas/beta-Mooncake.csdl

Large diffs are not rendered by default.

1,268 changes: 1,233 additions & 35 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6795,6 +6795,7 @@
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
<EntityType Name="agreement" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="isPerDeviceAcceptanceRequired" Type="Edm.Boolean" />
Expand Down Expand Up @@ -10909,6 +10910,7 @@
<Property Name="givenName" Type="Edm.String" />
<Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="identities" Type="Collection(graph.objectIdentity)" />
<Property Name="identityParentId" Type="Edm.String" />
<Property Name="imAddresses" Type="Collection(Edm.String)" />
<Property Name="interests" Type="Collection(Edm.String)" />
<Property Name="isManagementRestricted" Type="Edm.Boolean" />
Expand Down
2 changes: 2 additions & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -6886,6 +6886,7 @@
<EntityType Name="agentIdentityBlueprintPrincipal" BaseType="graph.servicePrincipal" OpenType="true">
<NavigationProperty Name="sponsors" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="agentUser" BaseType="graph.user" OpenType="true" />
<EntityType Name="agreement" BaseType="graph.entity">
<Property Name="displayName" Type="Edm.String" />
<Property Name="isPerDeviceAcceptanceRequired" Type="Edm.Boolean" />
Expand Down Expand Up @@ -11000,6 +11001,7 @@
<Property Name="givenName" Type="Edm.String" />
<Property Name="hireDate" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="identities" Type="Collection(graph.objectIdentity)" />
<Property Name="identityParentId" Type="Edm.String" />
<Property Name="imAddresses" Type="Collection(Edm.String)" />
<Property Name="interests" Type="Collection(Edm.String)" />
<Property Name="isManagementRestricted" Type="Edm.Boolean" />
Expand Down
Loading
Loading