Skip to content

Commit fa9198a

Browse files
authored
Update collections.md
1 parent 303804f commit fa9198a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

graph/articles/collections.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,19 @@ The model can be updated to have two collections side-by-side:
351351
<PropertyRef Name="id" />
352352
</Key>
353353
<Property Name="id" Type="Edm.String" Nullable="false" />
354-
<Property Name="keyCredentials" Type="Collection(self.keyCredential)" />
354+
<Property Name="keyCredentials" Type="Collection(self.keyCredential)">
355+
+ <Annotation Term="Org.OData.Core.V1.Revisions">
356+
+ <Collection>
357+
+ <Record>
358+
+ <PropertyValue Property = "Date" Date="2020-08-20"/>
359+
+ <PropertyValue Property = "Version" String="2020-08/KeyCredentials"/>
360+
+ <PropertyValue Property = "Kind" EnumMember="Org.OData.Core.V1.RevisionKind/Deprecated"/>
361+
+ <PropertyValue Property = "Description" String="keyCredentials has been deprecated. Please use keyCredentialsAsEntities instead."/>
362+
+ <PropertyValue Property = "RemovalDate" Date="2022-08-20"/>
363+
+ </Record>
364+
+ </Collection>
365+
+ </Annotation>
366+
+ </Property>
355367
+ <NavigationProperty Name="keyCredentialsAsEntities" Type="Collection(self.keyCredentialAsEntity)" ContainsTarget="true" />
356368
</EntityType>
357369

0 commit comments

Comments
 (0)