Skip to content
Merged

v39.3.0 #7452

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update go-autorest and code generator to latest versions (#7364)
  • Loading branch information
jhendrixMSFT authored and ArcturusZhang committed Feb 24, 2020
commit 86e80fe22b588d49bf68e1b059d1cfcdc68d02a1
42 changes: 31 additions & 11 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

[[constraint]]
name = "github.com/Azure/go-autorest"
version = "13.3.2"
version = "13.4.0"

[[constraint]]
branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gofmt -w ./services/"
],
"autorest_options": {
"use": "@microsoft.azure/autorest.go@~2.1.141",
"use": "@microsoft.azure/autorest.go@~2.1.142",
"go": "",
"verbose": "",
"sdkrel:go-sdk-folder": ".",
Expand Down