Skip to content

Commit fe217ab

Browse files
upgrade autorest.go (#25579)
Co-authored-by: ReleaseHelper <ReleaseHelper>
1 parent 345a123 commit fe217ab

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
[switch]$factoryGatherCommonParams,
2020
[string]$autorestPath = "",
2121
[string]$config = "autorest.md",
22-
[string]$goExtension = "@autorest/[email protected].73",
22+
[string]$goExtension = "@autorest/[email protected].75",
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
@@ -13,7 +13,7 @@ param(
1313
[switch]$removeUnreferencedTypes,
1414
[switch]$factoryGatherCommonParams,
1515
[string]$config = "autorest.md",
16-
[string]$goExtension = "@autorest/[email protected].74",
16+
[string]$goExtension = "@autorest/[email protected].75",
1717
[string]$filePrefix,
1818
[string]$outputFolder
1919
)

0 commit comments

Comments
 (0)