File tree Expand file tree Collapse file tree 1 file changed +50
-3
lines changed
specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01 Expand file tree Collapse file tree 1 file changed +50
-3
lines changed Original file line number Diff line number Diff line change 796
796
},
797
797
"state" : {
798
798
"type" : " string" ,
799
- "description" : " The batch state"
799
+ "description" : " The batch state" ,
800
+ "enum" : [
801
+ " not_started" ,
802
+ " starting" ,
803
+ " idle" ,
804
+ " busy" ,
805
+ " shutting_down" ,
806
+ " error" ,
807
+ " dead" ,
808
+ " killed" ,
809
+ " success" ,
810
+ " running" ,
811
+ " recovering"
812
+ ],
813
+ "x-ms-enum" : {
814
+ "name" : " LivyStates" ,
815
+ "modelAsString" : true
816
+ }
800
817
},
801
818
"log" : {
802
819
"x-ms-client-name" : " logLines" ,
1252
1269
"x-nullable" : true
1253
1270
},
1254
1271
"state" : {
1255
- "type" : " string"
1272
+ "type" : " string" ,
1273
+ "description" : " The session state." ,
1274
+ "enum" : [
1275
+ " not_started" ,
1276
+ " starting" ,
1277
+ " idle" ,
1278
+ " busy" ,
1279
+ " shutting_down" ,
1280
+ " error" ,
1281
+ " dead" ,
1282
+ " killed" ,
1283
+ " success" ,
1284
+ " running" ,
1285
+ " recovering"
1286
+ ],
1287
+ "x-ms-enum" : {
1288
+ "name" : " LivyStates" ,
1289
+ "modelAsString" : true
1290
+ }
1256
1291
},
1257
1292
"log" : {
1258
1293
"x-ms-client-name" : " logLines" ,
1445
1480
"type" : " string"
1446
1481
},
1447
1482
"state" : {
1448
- "type" : " string"
1483
+ "type" : " string" ,
1484
+ "enum" : [
1485
+ " waiting" ,
1486
+ " running" ,
1487
+ " available" ,
1488
+ " error" ,
1489
+ " cancelling" ,
1490
+ " cancelled"
1491
+ ],
1492
+ "x-ms-enum" : {
1493
+ "name" : " LivyStatementStates" ,
1494
+ "modelAsString" : true
1495
+ }
1449
1496
},
1450
1497
"output" : {
1451
1498
"$ref" : " #/definitions/SparkStatementOutput" ,
You can’t perform that action at this time.
0 commit comments