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:
Cheick Keita
2022-08-10 18:56:07 -07:00
committed by GitHub
parent e3e001a172
commit c798659d0e
13 changed files with 514 additions and 39 deletions

View File

@ -268,7 +268,7 @@ namespace Tests {
InstanceName: arg.Item4,
WebhookId: arg.Item5
)
); ;
);
}
public static Gen<WebhookMessageEventGrid> WebhookMessageEventGrid() {