Skip to content

Commit

Permalink
Clean up/organize script and json files in top level directory
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Oct 21, 2021
1 parent 84308db commit 0d0b4b9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion eng/tools/generator/autorest/model/generateOptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"io/ioutil"
)

// GenerateOptions deserialize from generate_options.json file in root directory of azure-sdk-for-go
// GenerateOptions deserialize from eng/generate_options.json file in root directory of azure-sdk-for-go
type GenerateOptions struct {
AutorestArguments []string `json:"autorestArguments"`
AdditionalOptions []string `json:"additionalOptions,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion eng/tools/generator/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package common

const (
// DefaultOptionPath the default path of the option file
DefaultOptionPath = "generate_options.json"
DefaultOptionPath = "eng/generate_options.json"

Services = "services"
ChangelogFilename = "CHANGELOG.md"
Expand Down
1 change: 0 additions & 1 deletion findTestedPackages.sh

This file was deleted.

2 changes: 1 addition & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"initOptions": {
"initScript": {
"path": "sh ./initScript.sh",
"path": "sh ./eng/initScript.sh",
"stderr": {
"scriptWarning": false
}
Expand Down

0 comments on commit 0d0b4b9

Please sign in to comment.