Skip to content

Commit

Permalink
Add generate options
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Nov 11, 2020
1 parent 75762c6 commit 008f724
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions generate_options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"autorestArguments": [
"--use=@microsoft.azure/autorest.go@~2.1.159",
"--go",
"--verbose",
"--go-sdk-folder=.",
"--multiapi",
"--use-onever",
"--preview-chk",
"--version=V2"
],
"afterScripts": [
"gofmt -w ./services/"
]
}

0 comments on commit 008f724

Please sign in to comment.