Skip to content

Commit eb650af

Browse files
committed
updte duplicate models
1 parent 665ac4d commit eb650af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2023-11-01-preview

specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2023-11-01-preview/deploymentSettings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
}
295295
}
296296
},
297-
"Cluster": {
297+
"DeploymentCluster": {
298298
"type": "object",
299299
"description": "AzureStackHCI Cluster deployment properties.",
300300
"properties": {
@@ -354,7 +354,7 @@
354354
"description": "Observability config to deploy AzureStackHCI Cluster."
355355
},
356356
"cluster": {
357-
"$ref": "#/definitions/Cluster",
357+
"$ref": "#/definitions/DeploymentCluster",
358358
"description": "Observability config to deploy AzureStackHCI Cluster."
359359
},
360360
"storage": {
@@ -523,7 +523,7 @@
523523
"type": "array",
524524
"description": "List of steps of AzureStackHCI Cluster Deployment.",
525525
"items": {
526-
"$ref": "#/definitions/Step"
526+
"$ref": "#/definitions/DeploymentStep"
527527
},
528528
"readOnly": true,
529529
"x-ms-identifiers": []
@@ -876,7 +876,7 @@
876876
}
877877
}
878878
},
879-
"Step": {
879+
"DeploymentStep": {
880880
"type": "object",
881881
"description": "The Step of AzureStackHCI Cluster.",
882882
"properties": {
@@ -914,7 +914,7 @@
914914
"type": "array",
915915
"description": "List of nested steps of AzureStackHCI Cluster Deployment.",
916916
"items": {
917-
"$ref": "#/definitions/Step"
917+
"$ref": "#/definitions/DeploymentStep"
918918
},
919919
"readOnly": true,
920920
"x-ms-identifiers": []
@@ -972,7 +972,7 @@
972972
"type": "array",
973973
"description": "List of steps of AzureStackHCI Cluster Deployment.",
974974
"items": {
975-
"$ref": "#/definitions/Step"
975+
"$ref": "#/definitions/DeploymentStep"
976976
},
977977
"readOnly": true,
978978
"x-ms-identifiers": []

0 commit comments

Comments
 (0)