Skip to content

Commit

Permalink
Fix some bad output folder in go SDK (Azure#11781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Nov 23, 2020
1 parent 3b1545c commit a4e2481
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions specification/containerregistry/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ batch:
- tag: package-2019-12-preview
- tag: package-2019-06-preview
- tag: package-2019-05
- tag: package-2019-05-preview
- tag: package-2019-04
- tag: package-2018-09
- tag: package-2018-02-preview
Expand All @@ -41,7 +40,7 @@ These settings apply only when `--tag=package-2019-06-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2019-06-preview' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-06-01-preview/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-06-01-preview/$(namespace)
```

### Tag: package-2018-05 and go
Expand All @@ -53,15 +52,6 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-05-01/$(namespace)
```

### Tag: package-2019-05-preview and go

These settings apply only when `--tag=package-2019-05-preview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2019-05-preview' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-05-01-preview/$(namespace)
```

### Tag: package-2019-04 and go

These settings apply only when `--tag=package-2019-04 --go` is specified on the command line.
Expand Down

0 comments on commit a4e2481

Please sign in to comment.