From 7a7859f14906eb6350a7d5b7f7ec772694a081d8 Mon Sep 17 00:00:00 2001 From: Anany Shah Date: Mon, 2 Aug 2021 17:33:58 +0530 Subject: [PATCH] Added systemData property in Move Collection & Move Resource object --- .../stable/2021-08-01/resourcemovercollection.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/resourcemover/resource-manager/Microsoft.Migrate/stable/2021-08-01/resourcemovercollection.json b/specification/resourcemover/resource-manager/Microsoft.Migrate/stable/2021-08-01/resourcemovercollection.json index 9b2f688d40b5..9a90b25e6260 100644 --- a/specification/resourcemover/resource-manager/Microsoft.Migrate/stable/2021-08-01/resourcemovercollection.json +++ b/specification/resourcemover/resource-manager/Microsoft.Migrate/stable/2021-08-01/resourcemovercollection.json @@ -1352,6 +1352,11 @@ }, "properties": { "$ref": "#/definitions/MoveResourceProperties" + }, + "systemData": { + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "readOnly": true, + "description": "Metadata pertaining to creation and last modification of the resource." } } }, @@ -1467,6 +1472,11 @@ }, "properties": { "$ref": "#/definitions/MoveCollectionProperties" + }, + "systemData": { + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "readOnly": true, + "description": "Metadata pertaining to creation and last modification of the resource." } } },