Skip to content

Commit fceecee

Browse files
Merge pull request #363 from microsoft/main
Fork Sync: Update from parent repository
2 parents 310d37d + 9aa2519 commit fceecee

File tree

6 files changed

+92
-227
lines changed

6 files changed

+92
-227
lines changed

docs/webhook_events.md

Lines changed: 43 additions & 214 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,8 @@ If webhook is set to have Event Grid message format then the payload will look a
11091109
"code": 468,
11101110
"errors": [
11111111
"example error message"
1112-
]
1112+
],
1113+
"title": "TASK_FAILED"
11131114
},
11141115
"task_id": "00000000-0000-0000-0000-000000000000",
11151116
"task_type": "libfuzzer_fuzz"
@@ -1130,64 +1131,29 @@ If webhook is set to have Event Grid message format then the payload will look a
11301131
"Error": {
11311132
"properties": {
11321133
"code": {
1133-
"$ref": "#/definitions/ErrorCode"
1134+
"title": "Code",
1135+
"type": "integer"
11341136
},
11351137
"errors": {
11361138
"items": {
11371139
"type": "string"
11381140
},
11391141
"title": "Errors",
11401142
"type": "array"
1143+
},
1144+
"title": {
1145+
"title": "Title",
1146+
"type": "string"
11411147
}
11421148
},
11431149
"required": [
11441150
"code",
1151+
"title",
11451152
"errors"
11461153
],
11471154
"title": "Error",
11481155
"type": "object"
11491156
},
1150-
"ErrorCode": {
1151-
"description": "An enumeration.",
1152-
"enum": [
1153-
450,
1154-
451,
1155-
452,
1156-
453,
1157-
454,
1158-
455,
1159-
456,
1160-
457,
1161-
458,
1162-
459,
1163-
460,
1164-
461,
1165-
462,
1166-
463,
1167-
464,
1168-
465,
1169-
467,
1170-
468,
1171-
469,
1172-
470,
1173-
471,
1174-
472,
1175-
473,
1176-
474,
1177-
475,
1178-
476,
1179-
477,
1180-
478,
1181-
479,
1182-
480,
1183-
481,
1184-
482,
1185-
483,
1186-
484,
1187-
485
1188-
],
1189-
"title": "ErrorCode"
1190-
},
11911157
"JobConfig": {
11921158
"properties": {
11931159
"build": {
@@ -1762,7 +1728,8 @@ If webhook is set to have Event Grid message format then the payload will look a
17621728
"code": 472,
17631729
"errors": [
17641730
"example error message"
1765-
]
1731+
],
1732+
"title": "PROXY_FAILED"
17661733
},
17671734
"proxy_id": "00000000-0000-0000-0000-000000000000",
17681735
"region": "eastus"
@@ -1777,63 +1744,28 @@ If webhook is set to have Event Grid message format then the payload will look a
17771744
"Error": {
17781745
"properties": {
17791746
"code": {
1780-
"$ref": "#/definitions/ErrorCode"
1747+
"title": "Code",
1748+
"type": "integer"
17811749
},
17821750
"errors": {
17831751
"items": {
17841752
"type": "string"
17851753
},
17861754
"title": "Errors",
17871755
"type": "array"
1756+
},
1757+
"title": {
1758+
"title": "Title",
1759+
"type": "string"
17881760
}
17891761
},
17901762
"required": [
17911763
"code",
1764+
"title",
17921765
"errors"
17931766
],
17941767
"title": "Error",
17951768
"type": "object"
1796-
},
1797-
"ErrorCode": {
1798-
"description": "An enumeration.",
1799-
"enum": [
1800-
450,
1801-
451,
1802-
452,
1803-
453,
1804-
454,
1805-
455,
1806-
456,
1807-
457,
1808-
458,
1809-
459,
1810-
460,
1811-
461,
1812-
462,
1813-
463,
1814-
464,
1815-
465,
1816-
467,
1817-
468,
1818-
469,
1819-
470,
1820-
471,
1821-
472,
1822-
473,
1823-
474,
1824-
475,
1825-
476,
1826-
477,
1827-
478,
1828-
479,
1829-
480,
1830-
481,
1831-
482,
1832-
483,
1833-
484,
1834-
485
1835-
],
1836-
"title": "ErrorCode"
18371769
}
18381770
},
18391771
"properties": {
@@ -2708,7 +2640,8 @@ If webhook is set to have Event Grid message format then the payload will look a
27082640
"code": 456,
27092641
"errors": [
27102642
"example error message"
2711-
]
2643+
],
2644+
"title": "UNABLE_TO_RESIZE"
27122645
},
27132646
"pool_name": "example",
27142647
"scaleset_id": "example-000"
@@ -2723,63 +2656,28 @@ If webhook is set to have Event Grid message format then the payload will look a
27232656
"Error": {
27242657
"properties": {
27252658
"code": {
2726-
"$ref": "#/definitions/ErrorCode"
2659+
"title": "Code",
2660+
"type": "integer"
27272661
},
27282662
"errors": {
27292663
"items": {
27302664
"type": "string"
27312665
},
27322666
"title": "Errors",
27332667
"type": "array"
2668+
},
2669+
"title": {
2670+
"title": "Title",
2671+
"type": "string"
27342672
}
27352673
},
27362674
"required": [
27372675
"code",
2676+
"title",
27382677
"errors"
27392678
],
27402679
"title": "Error",
27412680
"type": "object"
2742-
},
2743-
"ErrorCode": {
2744-
"description": "An enumeration.",
2745-
"enum": [
2746-
450,
2747-
451,
2748-
452,
2749-
453,
2750-
454,
2751-
455,
2752-
456,
2753-
457,
2754-
458,
2755-
459,
2756-
460,
2757-
461,
2758-
462,
2759-
463,
2760-
464,
2761-
465,
2762-
467,
2763-
468,
2764-
469,
2765-
470,
2766-
471,
2767-
472,
2768-
473,
2769-
474,
2770-
475,
2771-
476,
2772-
477,
2773-
478,
2774-
479,
2775-
480,
2776-
481,
2777-
482,
2778-
483,
2779-
484,
2780-
485
2781-
],
2782-
"title": "ErrorCode"
27832681
}
27842682
},
27852683
"properties": {
@@ -3411,7 +3309,8 @@ If webhook is set to have Event Grid message format then the payload will look a
34113309
"code": 468,
34123310
"errors": [
34133311
"example error message"
3414-
]
3312+
],
3313+
"title": "TASK_FAILED"
34153314
},
34163315
"job_id": "00000000-0000-0000-0000-000000000000",
34173316
"task_id": "00000000-0000-0000-0000-000000000000",
@@ -3451,64 +3350,29 @@ If webhook is set to have Event Grid message format then the payload will look a
34513350
"Error": {
34523351
"properties": {
34533352
"code": {
3454-
"$ref": "#/definitions/ErrorCode"
3353+
"title": "Code",
3354+
"type": "integer"
34553355
},
34563356
"errors": {
34573357
"items": {
34583358
"type": "string"
34593359
},
34603360
"title": "Errors",
34613361
"type": "array"
3362+
},
3363+
"title": {
3364+
"title": "Title",
3365+
"type": "string"
34623366
}
34633367
},
34643368
"required": [
34653369
"code",
3370+
"title",
34663371
"errors"
34673372
],
34683373
"title": "Error",
34693374
"type": "object"
34703375
},
3471-
"ErrorCode": {
3472-
"description": "An enumeration.",
3473-
"enum": [
3474-
450,
3475-
451,
3476-
452,
3477-
453,
3478-
454,
3479-
455,
3480-
456,
3481-
457,
3482-
458,
3483-
459,
3484-
460,
3485-
461,
3486-
462,
3487-
463,
3488-
464,
3489-
465,
3490-
467,
3491-
468,
3492-
469,
3493-
470,
3494-
471,
3495-
472,
3496-
473,
3497-
474,
3498-
475,
3499-
476,
3500-
477,
3501-
478,
3502-
479,
3503-
480,
3504-
481,
3505-
482,
3506-
483,
3507-
484,
3508-
485
3509-
],
3510-
"title": "ErrorCode"
3511-
},
35123376
"StatsFormat": {
35133377
"description": "An enumeration.",
35143378
"enum": [
@@ -5530,64 +5394,29 @@ If webhook is set to have Event Grid message format then the payload will look a
55305394
"Error": {
55315395
"properties": {
55325396
"code": {
5533-
"$ref": "#/definitions/ErrorCode"
5397+
"title": "Code",
5398+
"type": "integer"
55345399
},
55355400
"errors": {
55365401
"items": {
55375402
"type": "string"
55385403
},
55395404
"title": "Errors",
55405405
"type": "array"
5406+
},
5407+
"title": {
5408+
"title": "Title",
5409+
"type": "string"
55415410
}
55425411
},
55435412
"required": [
55445413
"code",
5414+
"title",
55455415
"errors"
55465416
],
55475417
"title": "Error",
55485418
"type": "object"
55495419
},
5550-
"ErrorCode": {
5551-
"description": "An enumeration.",
5552-
"enum": [
5553-
450,
5554-
451,
5555-
452,
5556-
453,
5557-
454,
5558-
455,
5559-
456,
5560-
457,
5561-
458,
5562-
459,
5563-
460,
5564-
461,
5565-
462,
5566-
463,
5567-
464,
5568-
465,
5569-
467,
5570-
468,
5571-
469,
5572-
470,
5573-
471,
5574-
472,
5575-
473,
5576-
474,
5577-
475,
5578-
476,
5579-
477,
5580-
478,
5581-
479,
5582-
480,
5583-
481,
5584-
482,
5585-
483,
5586-
484,
5587-
485
5588-
],
5589-
"title": "ErrorCode"
5590-
},
55915420
"EventCrashReported": {
55925421
"properties": {
55935422
"container": {

0 commit comments

Comments
 (0)