Skip to content

Commit

Permalink
upgrade script autorest.go version (Azure#21928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Nov 9, 2023
1 parent cacb59f commit 69fe59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/scripts/MgmtTestLib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function Invoke-MgmtTestgen ()
[switch]$tidy,
[string]$autorestPath = "",
[string]$config = "autorest.md",
[string]$goExtension = "@autorest/go@4.0.0-preview.55",
[string]$testExtension = "@autorest/gotest@4.6.2",
[string]$goExtension = "@autorest/go@4.0.0-preview.60",
[string]$testExtension = "@autorest/gotest@4.7.0",
[string]$outputFolder
)
if ($clean)
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param(
[switch]$alwaysSetBodyParamRequired,
[switch]$removeUnreferencedTypes,
[string]$config = "autorest.md",
[string]$goExtension = "@autorest/go@4.0.0-preview.55",
[string]$goExtension = "@autorest/go@4.0.0-preview.60",
[string]$filePrefix,
[string]$outputFolder
)
Expand Down

0 comments on commit 69fe59f

Please sign in to comment.