mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
Bring ErrorCode enums into sync (#3129)
ErrorCode enums on Python & C# side had gotten out of sync. This can cause the CLI to fail to parse responses.
This commit is contained in:
@ -1173,7 +1173,17 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
471,
|
||||
472,
|
||||
473,
|
||||
474
|
||||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
478,
|
||||
479,
|
||||
480,
|
||||
481,
|
||||
482,
|
||||
483,
|
||||
484
|
||||
],
|
||||
"title": "ErrorCode"
|
||||
},
|
||||
@ -1809,7 +1819,17 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
471,
|
||||
472,
|
||||
473,
|
||||
474
|
||||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
478,
|
||||
479,
|
||||
480,
|
||||
481,
|
||||
482,
|
||||
483,
|
||||
484
|
||||
],
|
||||
"title": "ErrorCode"
|
||||
}
|
||||
@ -2744,7 +2764,17 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
471,
|
||||
472,
|
||||
473,
|
||||
474
|
||||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
478,
|
||||
479,
|
||||
480,
|
||||
481,
|
||||
482,
|
||||
483,
|
||||
484
|
||||
],
|
||||
"title": "ErrorCode"
|
||||
}
|
||||
@ -3461,7 +3491,17 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
471,
|
||||
472,
|
||||
473,
|
||||
474
|
||||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
478,
|
||||
479,
|
||||
480,
|
||||
481,
|
||||
482,
|
||||
483,
|
||||
484
|
||||
],
|
||||
"title": "ErrorCode"
|
||||
},
|
||||
@ -5529,7 +5569,17 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
471,
|
||||
472,
|
||||
473,
|
||||
474
|
||||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
478,
|
||||
479,
|
||||
480,
|
||||
481,
|
||||
482,
|
||||
483,
|
||||
484
|
||||
],
|
||||
"title": "ErrorCode"
|
||||
},
|
||||
|
Reference in New Issue
Block a user