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 Sep 2, 2021
1 parent 26ebb54 commit 2295af1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion generate_options.json → eng/generate_options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"autorestArguments": [
"--use=@microsoft.azure/autorest.go@2.1.183",
"--use=@microsoft.azure/autorest.go@2.1.187",
"--go",
"--verbose",
"--go-sdk-folder=.",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion findTestedPackages.sh

This file was deleted.

15 changes: 0 additions & 15 deletions rungas.sh

This file was deleted.

2 changes: 1 addition & 1 deletion 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 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

0 comments on commit 2295af1

Please sign in to comment.