WaitForCompletion scope is not included in the LowLevelFuncOperation #2236
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
DPG/RLC v1.0
DPG
v3
Version 3 of AutoRest C# generator.
We have below code (full version):
According to #2233 (comment):
Expected behavior: we should have scope
DPGClient.Lro.WaitForCompletion
Actual behavior: now we have scope
DPGClient.Lro.UpdateStatus
Root cause:
We return LowLevelFuncOperation which has OperationInternalBase inside with only _updateStatusScopeName (no _waitForCompletionScopeName as what ConvertOperation does)
The text was updated successfully, but these errors were encountered: