Skip to content

Commit f7c2d6e

Browse files
authored
Update to @autorest/go preview.48 (Azure#20644)
1 parent 28bb39e commit f7c2d6e

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/go@4.0.0-preview.47",
22+
[string]$goExtension = "@autorest/go@4.0.0-preview.48",
2323
[string]$testExtension = "@autorest/gotest@4.6.0",
2424
[string]$outputFolder
2525
)

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.47",
15+
[string]$goExtension = "@autorest/go@4.0.0-preview.48",
1616
[string]$filePrefix,
1717
[string]$outputFolder
1818
)

0 commit comments

Comments
 (0)