autorest.typescript icon indicating copy to clipboard operation
autorest.typescript copied to clipboard

Enhance the sampleTest.ts to support client creation after upgrading to recorder v2

Open MaryGao opened this issue 2 years ago • 0 comments

Currently the generated sampleTest.ts only contains the replaceVariables and recorder creation. But after migration to test recorder v2 the created client would require default credential and testing options.

So it's better to generate the client to allow user easy to upgrade to v2.

MaryGao avatar Jun 01 '22 04:06 MaryGao