Skip to content

Commit

Permalink
Update swagger_to_sdk_config.json and ignore *.zip files (#5334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte authored and jhendrixMSFT committed Jul 25, 2019
1 parent 6ccac7d commit 4cb9693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _testmain.go
*.exe
*.test
*.prof
*.zip

# Editor swap files
*.swp
Expand Down
3 changes: 2 additions & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://openapistorageprod.blob.core.windows.net/sdkautomation/prod/schemas/swagger_to_sdk_config.schema.json",
"meta": {
"after_scripts": [
"dep ensure",
Expand All @@ -22,7 +23,7 @@
"advanced_options": {
"clone_dir": "./src/github.com/Azure/azure-sdk-for-go",
"sdk_generation_pull_request_base": "integration_branch",
"main_branch": "latest"
"create_sdk_pull_requests": false
},
"version": "0.2.0"
}
Expand Down

0 comments on commit 4cb9693

Please sign in to comment.