1.0.0-beta.2 (2021-08-30)
Breaking Changes
- Simplified CreateOrUpdate and Delete methods to no longer have Start variants for LongRunningOperations.
- CreateOrUpdate and Delete now take an optional parameter
waitForCompletion
which defaults to true and determines whether the method waits for the operation to complete before returning. - If
waitForCompletion
is true you can directly callValue
on the result - If
waitForCompletion
is false you can control the polling but must callWaitForCompletionAsync()
before accessingValue
.
- CreateOrUpdate and Delete now take an optional parameter