We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d86a4 commit 37e48e7Copy full SHA for 37e48e7
eng/scripts/MgmtTestLib.ps1
@@ -19,7 +19,7 @@ function Invoke-MgmtTestgen ()
19
[string]$autorestPath = "",
20
[string]$config = "autorest.md",
21
[string]$autorestVersion = "3.8.2",
22
- [string]$goExtension = "@autorest/go@4.0.0-preview.41",
+ [string]$goExtension = "@autorest/go@4.0.0-preview.43",
23
[string]$testExtension = "@autorest/gotest@4.0.2",
24
[string]$outputFolder
25
)
eng/scripts/build.ps1
@@ -10,7 +10,7 @@ param(
10
[switch]$tidy,
11
12
13
14
[string]$filePrefix,
15
16
0 commit comments