File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments