diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json index 27a9abe0d7e4..3eb3ac6dba01 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json @@ -805,6 +805,24 @@ "type": "string", "readOnly": true } + }, + "clusterType": { + "description": "The node type of all the nodes of the cluster.", + "type": "string", + "enum": [ + "FirstParty", + "ThirdParty" + ], + "x-ms-enum": { + "name": "ClusterNodeType", + "modelAsString": true + }, + "readOnly": true + }, + "manufacturer": { + "description": "The manufacturer of all the nodes of the cluster.", + "type": "string", + "readOnly": true } } }, diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/GetCluster.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/GetCluster.json index 0f1fc481f12d..2c9bf2416c3f 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/GetCluster.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/GetCluster.json @@ -36,6 +36,8 @@ "clusterName": "cluster1", "clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", "clusterVersion": "10.0.17777", + "clusterType": "ThirdParty", + "manufacturer": "Dell Inc.", "nodes": [ { "name": "Node1", diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersByResourceGroup.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersByResourceGroup.json index fc5fc3cdf635..a418383bc05c 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersByResourceGroup.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersByResourceGroup.json @@ -67,6 +67,8 @@ "clusterName": "cluster1", "clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", "clusterVersion": "10.0.17777", + "clusterType": "ThirdParty", + "manufacturer": "Dell Inc.", "nodes": [ { "name": "Node1", diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersBySubscription.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersBySubscription.json index b289c53e5e0c..3b5881e54544 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersBySubscription.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/ListClustersBySubscription.json @@ -66,6 +66,8 @@ "clusterName": "cluster1", "clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", "clusterVersion": "10.0.17777", + "clusterType": "ThirdParty", + "manufacturer": "Dell Inc.", "nodes": [ { "name": "Node1", diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/UpdateCluster.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/UpdateCluster.json index 52805fa5156a..755b10c03900 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/UpdateCluster.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/stable/2023-03-01/examples/UpdateCluster.json @@ -60,6 +60,8 @@ "clusterName": "cluster1", "clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", "clusterVersion": "10.0.17777", + "clusterType": "ThirdParty", + "manufacturer": "Dell Inc.", "nodes": [ { "name": "Node1",