Open
Description
Code generation is mistakenly creating two copies of the FetchAnalyzeResultFromAnalyzeResultOperation
method in DocumentIntelligenceClient
, breaking the build.
As a workaround, we're forcibly suppressing their creation with the CodeGenSuppress
attribute and adding a manual copy:
This seems to be a bug in the generator. Once fixed, we need to remove our workaround.