Skip to content

Commit 55558c4

Browse files
Cjf release0708 (#15117)
* add tag into readme.go.md * add tag to readme.go.md to release gosdk
1 parent c234651 commit 55558c4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

specification/redis/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-2020-12
1617
- tag: package-2020-06
1718
- tag: package-2019-07-preview
1819
- tag: package-2018-03
@@ -22,6 +23,15 @@ batch:
2223
- tag: package-2015-08
2324
```
2425
26+
### Tag: package-2020-12 and go
27+
28+
These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.
29+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
30+
31+
``` yaml $(tag) == 'package-2020-12' && $(go)
32+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace)
33+
```
34+
2535
### Tag: package-2020-06 and go
2636

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2021-01-15
2425
- tag: package-2020-12
2526
- tag: package-2020-09
2627
- tag: package-2020-06
@@ -30,6 +31,15 @@ batch:
3031
- tag: package-2015-08-preview
3132
```
3233
34+
### Tag: package-2021-01-15 and go
35+
36+
These settings apply only when `--tag=package-2021-01-15 --go` is specified on the command line.
37+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
38+
39+
``` yaml $(tag) == 'package-2021-01-15' && $(go)
40+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-15/$(namespace)
41+
```
42+
3343
### Tag: package-2020-12 and go
3444

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

0 commit comments

Comments
 (0)