Skip to content

Commit

Permalink
Schema sync 2024-05-29 from 1.3.401.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed May 29, 2024
1 parent d5eec78 commit 661bc6e
Show file tree
Hide file tree
Showing 10 changed files with 2,506 additions and 209 deletions.
725 changes: 659 additions & 66 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl

Large diffs are not rendered by default.

316 changes: 276 additions & 40 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

291 changes: 254 additions & 37 deletions schemas/beta-Mooncake.csdl

Large diffs are not rendered by default.

725 changes: 659 additions & 66 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4005,6 +4005,11 @@
<Property Name="subscriptionId" Type="Edm.String" />
<Property Name="url" Type="Edm.String" />
</ComplexType>
<ComplexType Name="loginPageBrandingVisualElement">
<Property Name="customText" Type="Edm.String" />
<Property Name="customUrl" Type="Edm.String" />
<Property Name="isHidden" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="loginPageLayoutConfiguration">
<Property Name="isFooterShown" Type="Edm.Boolean" />
<Property Name="isHeaderShown" Type="Edm.Boolean" />
Expand Down Expand Up @@ -6730,6 +6735,7 @@
</EntityType>
<EntityType Name="chat" BaseType="graph.entity">
<Property Name="chatType" Type="graph.chatType" Nullable="false" />
<Property Name="createdBy" Type="graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="isHiddenForAllMembers" Type="Edm.Boolean" />
<Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" />
Expand Down
6 changes: 6 additions & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -4005,6 +4005,11 @@
<Property Name="subscriptionId" Type="Edm.String" />
<Property Name="url" Type="Edm.String" />
</ComplexType>
<ComplexType Name="loginPageBrandingVisualElement">
<Property Name="customText" Type="Edm.String" />
<Property Name="customUrl" Type="Edm.String" />
<Property Name="isHidden" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="loginPageLayoutConfiguration">
<Property Name="isFooterShown" Type="Edm.Boolean" />
<Property Name="isHeaderShown" Type="Edm.Boolean" />
Expand Down Expand Up @@ -6730,6 +6735,7 @@
</EntityType>
<EntityType Name="chat" BaseType="graph.entity">
<Property Name="chatType" Type="graph.chatType" Nullable="false" />
<Property Name="createdBy" Type="graph.identitySet" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="isHiddenForAllMembers" Type="Edm.Boolean" />
<Property Name="lastUpdatedDateTime" Type="Edm.DateTimeOffset" />
Expand Down
132 changes: 132 additions & 0 deletions schemas/v1.0-Fairfax.csdl

Large diffs are not rendered by default.

132 changes: 132 additions & 0 deletions schemas/v1.0-Mooncake.csdl

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions schemas/v1.0-Prod.csdl

Large diffs are not rendered by default.

0 comments on commit 661bc6e

Please sign in to comment.