From b1d274dd0ebf462ff11b972e470ead295c0b49a8 Mon Sep 17 00:00:00 2001 From: Srinivaas Ganesan Date: Fri, 26 Feb 2021 01:14:46 -0800 Subject: [PATCH 1/3] Add SystemData --- .../stable/2020-10-01/azurestackhci.json | 5 +++++ 1 file changed, 5 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..c2fb5617b3ee 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,11 @@ } ], "properties": { + "systemData": { + "description": "System data of Arc resource", + "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", + "x-ms-client-flatten": true + }, "properties": { "description": "Cluster properties.", "$ref": "#/definitions/ClusterProperties", From 7d82b7996ad86126f480548508c5c65f90cc4bd1 Mon Sep 17 00:00:00 2001 From: Srinivaas Ganesan Date: Fri, 26 Feb 2021 12:34:57 -0800 Subject: [PATCH 2/3] Make systemdata readonly --- .../stable/2020-10-01/azurestackhci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 c2fb5617b3ee..3f28d09f7427 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 @@ -355,7 +355,8 @@ "systemData": { "description": "System data of Arc resource", "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", - "x-ms-client-flatten": true + "x-ms-client-flatten": true, + "readOnly": true }, "properties": { "description": "Cluster properties.", From 4e26c5e6732b16c6e643f47a73dd3cea7ee0c9c9 Mon Sep 17 00:00:00 2001 From: Srinivaas Ganesan Date: Mon, 1 Mar 2021 12:26:34 -0800 Subject: [PATCH 3/3] Fix typo --- .../stable/2020-10-01/azurestackhci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3f28d09f7427..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 @@ -353,7 +353,7 @@ ], "properties": { "systemData": { - "description": "System data of Arc resource", + "description": "System data of Cluster resource", "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData", "x-ms-client-flatten": true, "readOnly": true