update wording

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-02-23 14:12:15 +01:00
parent 14bed12b76
commit 4d8b9320b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/catalog-model': patch
---
Deprecated the `entity.metadata.generation` field which has been superseded by `entity.metadata.etag`.
Deprecated the `entity.metadata.generation` as the field has never been fully functioning.
+1 -1
View File
@@ -116,7 +116,7 @@ export type EntityMeta = JsonObject & {
* This field can not be set by the user at creation time, and the server
* will reject an attempt to do so. The field will be populated in read
* operations.
* @deprecated replaced by etag.
* @deprecated field is not supported.
*/
generation?: number;