File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,19 @@ The model can be updated to have two collections side-by-side:
351
351
<PropertyRef Name="id" />
352
352
</Key>
353
353
<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>
355
367
+ <NavigationProperty Name="keyCredentialsAsEntities" Type="Collection(self.keyCredentialAsEntity)" ContainsTarget="true" />
356
368
</EntityType>
357
369
You can’t perform that action at this time.
0 commit comments