mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 18:48:09 +00:00
migrate tasks (#2233)
* migrate task * cleanup * NotSupported instead of NotImplemented * address pr comments fix function name * fix default value * rename base state * add caching * return the task when deleting * build fix * format
This commit is contained in:
@ -268,7 +268,7 @@ namespace Tests {
|
||||
InstanceName: arg.Item4,
|
||||
WebhookId: arg.Item5
|
||||
)
|
||||
); ;
|
||||
);
|
||||
}
|
||||
|
||||
public static Gen<WebhookMessageEventGrid> WebhookMessageEventGrid() {
|
||||
|
Reference in New Issue
Block a user