Skip to content

Commit a4e2481

Browse files
Fix some bad output folder in go SDK (#11781)
1 parent 3b1545c commit a4e2481

File tree

1 file changed

+1
-11
lines changed
  • specification/containerregistry/resource-manager

1 file changed

+1
-11
lines changed

specification/containerregistry/resource-manager/readme.go.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ batch:
1616
- tag: package-2019-12-preview
1717
- tag: package-2019-06-preview
1818
- tag: package-2019-05
19-
- tag: package-2019-05-preview
2019
- tag: package-2019-04
2120
- tag: package-2018-09
2221
- tag: package-2018-02-preview
@@ -41,7 +40,7 @@ These settings apply only when `--tag=package-2019-06-preview --go` is specified
4140
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
4241

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

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

56-
### Tag: package-2019-05-preview and go
57-
58-
These settings apply only when `--tag=package-2019-05-preview --go` is specified on the command line.
59-
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
60-
61-
``` yaml $(tag) == 'package-2019-05-preview' && $(go)
62-
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-05-01-preview/$(namespace)
63-
```
64-
6555
### Tag: package-2019-04 and go
6656

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

0 commit comments

Comments
 (0)