Skip to content

Commit

Permalink
Merge pull request #678 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-09-03

Schema sync 2024-09-03 from 1.3.463.0
  • Loading branch information
andrueastman authored Sep 4, 2024
2 parents 30ff144 + d5c1a66 commit 79d6c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -96653,6 +96653,8 @@
<Property Name="userId" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="vendorNames" Type="Collection(Edm.String)" />
<NavigationProperty Name="device" Type="graph.device" />
<NavigationProperty Name="user" Type="graph.user" />
</EntityType>
<EntityType Name="policy" BaseType="graph.entity" Abstract="true">
<Property Name="description" Type="Edm.String" />
Expand Down
2 changes: 2 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -96653,6 +96653,8 @@
<Property Name="userId" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
<Property Name="vendorNames" Type="Collection(Edm.String)" />
<NavigationProperty Name="device" Type="graph.device" />
<NavigationProperty Name="user" Type="graph.user" />
</EntityType>
<EntityType Name="policy" BaseType="graph.entity" Abstract="true">
<Property Name="description" Type="Edm.String" />
Expand Down

0 comments on commit 79d6c4e

Please sign in to comment.