Skip to content

Commit 054fcba

Browse files
authored
upgrade autorest extension version (#21293)
1 parent f0e9d49 commit 054fcba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/scripts/MgmtTestLib.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ function Invoke-MgmtTestgen ()
1818
[switch]$tidy,
1919
[string]$autorestPath = "",
2020
[string]$config = "autorest.md",
21-
[string]$goExtension = "@autorest/[email protected].54",
22-
[string]$testExtension = "@autorest/[email protected].1",
21+
[string]$goExtension = "@autorest/[email protected].55",
22+
[string]$testExtension = "@autorest/[email protected].2",
2323
[string]$outputFolder
2424
)
2525
if ($clean)

eng/scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param(
1111
[switch]$alwaysSetBodyParamRequired,
1212
[switch]$removeUnreferencedTypes,
1313
[string]$config = "autorest.md",
14-
[string]$goExtension = "@autorest/[email protected].54",
14+
[string]$goExtension = "@autorest/[email protected].55",
1515
[string]$filePrefix,
1616
[string]$outputFolder
1717
)

0 commit comments

Comments
 (0)