Skip to content

Commit 312b656

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
2 parents 628bc8a + 4eb0fb0 commit 312b656

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

schemas/2020-03-20/Microsoft.AVS.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,24 @@
215215
}
216216
],
217217
"description": "The cluster size"
218+
},
219+
"provisioningState": {
220+
"oneOf": [
221+
{
222+
"type": "string",
223+
"enum": [
224+
"Succeeded",
225+
"Failed",
226+
"Cancelled",
227+
"Deleting",
228+
"Updating"
229+
]
230+
},
231+
{
232+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
233+
}
234+
],
235+
"description": "The state of the cluster provisioning."
218236
}
219237
},
220238
"description": "The properties of a cluster"
@@ -289,6 +307,24 @@
289307
}
290308
],
291309
"description": "The cluster size"
310+
},
311+
"provisioningState": {
312+
"oneOf": [
313+
{
314+
"type": "string",
315+
"enum": [
316+
"Succeeded",
317+
"Failed",
318+
"Cancelled",
319+
"Deleting",
320+
"Updating"
321+
]
322+
},
323+
{
324+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
325+
}
326+
],
327+
"description": "The state of the cluster provisioning."
292328
}
293329
},
294330
"description": "The properties of a default cluster"

0 commit comments

Comments
 (0)