Skip to content

Commit 8c1454f

Browse files
authored
update code generator version (Azure#20438)
1 parent 878bd9b commit 8c1454f

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
@@ -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)

eng/scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ param(
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
)

0 commit comments

Comments
 (0)