Skip to content

Commit

Permalink
upgrade script autorest.go version (#22413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Feb 21, 2024
1 parent bf6e7f3 commit d607da6
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/[email protected].60",
[string]$testExtension = "@autorest/[email protected].0",
[string]$goExtension = "@autorest/[email protected].63",
[string]$testExtension = "@autorest/[email protected].1",
[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/[email protected].60",
[string]$goExtension = "@autorest/[email protected].63",
[string]$filePrefix,
[string]$outputFolder
)
Expand Down

0 comments on commit d607da6

Please sign in to comment.