Skip to content

Commit a68e908

Browse files
add tag into readme.go.md (Azure#15022)
1 parent 467afe8 commit a68e908

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-preview-2021-01
1617
- tag: package-2020-12
1718
- tag: package-2019-12
1819
- tag: package-preview-2019-12
@@ -24,6 +25,15 @@ batch:
2425
- tag: package-2016-07
2526
```
2627
28+
### Tag: package-preview-2021-01 and go
29+
30+
These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
31+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32+
33+
``` yaml $(tag) == 'package-preview-2021-01' && $(go)
34+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-01-01-preview/$(namespace)
35+
```
36+
2737
### Tag: package-2020-12 and go
2838

2939
These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.

0 commit comments

Comments
 (0)