Skip to content

Commit 37e48e7

Browse files
authored
ci: upgrade codegen version in script (Azure#18442)
1 parent 29d86a4 commit 37e48e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/scripts/MgmtTestLib.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Invoke-MgmtTestgen ()
1919
[string]$autorestPath = "",
2020
[string]$config = "autorest.md",
2121
[string]$autorestVersion = "3.8.2",
22-
[string]$goExtension = "@autorest/[email protected].41",
22+
[string]$goExtension = "@autorest/[email protected].43",
2323
[string]$testExtension = "@autorest/[email protected]",
2424
[string]$outputFolder
2525
)

eng/scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ param(
1010
[switch]$tidy,
1111
[string]$config = "autorest.md",
1212
[string]$autorestVersion = "3.8.2",
13-
[string]$goExtension = "@autorest/[email protected].41",
13+
[string]$goExtension = "@autorest/[email protected].43",
1414
[string]$filePrefix,
1515
[string]$outputFolder
1616
)

0 commit comments

Comments
 (0)