From c12bcdf3071cd3ac35bbeed9fcf51059180a9277 Mon Sep 17 00:00:00 2001 From: srinivaas-ganesan Date: Mon, 1 Mar 2021 18:43:41 -0800 Subject: [PATCH] Add SystemData (#13184) * Add SystemData * Make systemdata readonly * Fix typo Co-authored-by: Srinivaas Ganesan --- .../stable/2020-10-01/azurestackhci.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2020-10-01/azurestackhci.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2020-10-01/azurestackhci.json index 17800e196037..7971c98d0d30 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2020-10-01/azurestackhci.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2020-10-01/azurestackhci.json @@ -352,6 +352,12 @@ } ], "properties": { + "systemData": { + "description": "System data of Cluster resource", + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "x-ms-client-flatten": true, + "readOnly": true + }, "properties": { "description": "Cluster properties.", "$ref": "#/definitions/ClusterProperties",