diff --git a/schemas/2020-03-20/Microsoft.AVS.json b/schemas/2020-03-20/Microsoft.AVS.json index 7b03df58b1..95db8a5500 100644 --- a/schemas/2020-03-20/Microsoft.AVS.json +++ b/schemas/2020-03-20/Microsoft.AVS.json @@ -215,6 +215,24 @@ } ], "description": "The cluster size" + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Succeeded", + "Failed", + "Cancelled", + "Deleting", + "Updating" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The state of the cluster provisioning." } }, "description": "The properties of a cluster" @@ -289,6 +307,24 @@ } ], "description": "The cluster size" + }, + "provisioningState": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Succeeded", + "Failed", + "Cancelled", + "Deleting", + "Updating" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The state of the cluster provisioning." } }, "description": "The properties of a default cluster" diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index 0bb594f711..61a1528135 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -5329,4 +5329,4 @@ ] } ] -} +} \ No newline at end of file