File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ function Invoke-MgmtTestgen ()
1919 [string ]$autorestPath = " " ,
2020 [string ]$config = " autorest.md" ,
2121 [string ]$autorestVersion = " 3.8.2" ,
22- [string ]$goExtension = " @autorest/go@4.0.0-preview.45 " ,
23- [string ]$testExtension = " @autorest/gotest@4.5.2 " ,
22+ [string ]$goExtension = " @autorest/go@4.0.0-preview.47 " ,
23+ [string ]$testExtension = " @autorest/gotest@4.6.0 " ,
2424 [string ]$outputFolder
2525 )
2626 if ($clean )
Original file line number Diff line number Diff line change 1212 [switch ]$removeUnreferencedTypes ,
1313 [string ]$config = " autorest.md" ,
1414 [string ]$autorestVersion = " 3.8.2" ,
15- [string ]$goExtension = " @autorest/go@4.0.0-preview.45 " ,
15+ [string ]$goExtension = " @autorest/go@4.0.0-preview.47 " ,
1616 [string ]$filePrefix ,
1717 [string ]$outputFolder
1818)
You can’t perform that action at this time.
0 commit comments