From 8a2e7f694ed5dac1e37a130d12a3792a27ac1c95 Mon Sep 17 00:00:00 2001 From: Victor Meng Date: Mon, 10 Aug 2020 14:05:11 -0700 Subject: [PATCH 1/2] Fix missing properties in ExtendedResourceProperties --- .../Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json index d42b4c445ae0..f86ea3f886dc 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json @@ -5281,6 +5281,7 @@ "readOnly": true }, "_ts": { + "type": "number", "description": "A system generated property that denotes the last updated timestamp of the resource.", "readOnly": true }, @@ -5288,6 +5289,11 @@ "type": "string", "description": "A system generated property representing the resource etag required for optimistic concurrency control.", "readOnly": true + }, + "_self": { + "type": "string", + "description": "A system generated property. It is the unique addressable URI for the resource.", + "readOnly": true } } }, From 19cb0d76f81f2bdcd5886a3c7111cad41b3d06e8 Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Thu, 8 Oct 2020 15:48:41 -0500 Subject: [PATCH 2/2] Update cosmos-db.json --- .../Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json index f86ea3f886dc..77755fb138f9 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2020-04-01/cosmos-db.json @@ -5289,11 +5289,6 @@ "type": "string", "description": "A system generated property representing the resource etag required for optimistic concurrency control.", "readOnly": true - }, - "_self": { - "type": "string", - "description": "A system generated property. It is the unique addressable URI for the resource.", - "readOnly": true } } },