Skip to content

Commit affae8c

Browse files
AlancereLeiwang3SQL
authored andcommitted
add batch tag (Azure#16578)
1 parent d81183c commit affae8c

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

specification/cosmos-db/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-10
2425
- tag: package-2021-07-preview
2526
- tag: package-2021-06
2627
- tag: package-2021-05
@@ -39,6 +40,15 @@ batch:
3940
- tag: package-2015-04
4041
```
4142
43+
### Tag: package-2021-10 and go
44+
45+
These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.
46+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
47+
48+
``` yaml $(tag) == 'package-2021-10' && $(go)
49+
output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-10-15/$(namespace)
50+
```
51+
4252
### Tag: package-2021-07-preview and go
4353

4454
These settings apply only when `--tag=package-2021-07-preview --go` is specified on the command line.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ batch:
2323
- tag: package-2021-02-01-preview
2424
- tag: package-2021-03-09-preview
2525
- tag: package-2021-04-01-preview
26+
- tag: package-preview-2021-09
27+
```
28+
29+
### Tag: package-preview-2021-09 and go
30+
31+
These settings apply only when `--tag=package-preview-2021-09 --go` is specified on the command line.
32+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33+
34+
``` yaml $(tag) == 'package-preview-2021-09' && $(go)
35+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-03-preview/$(namespace)
2636
```
2737

2838
### Tag: package-2021-04-01-preview and go

specification/network/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-05
2425
- tag: package-2021-03
2526
- tag: package-2021-02
2627
- tag: package-2020-11
@@ -61,6 +62,15 @@ batch:
6162
- tag: package-2015-05-preview
6263
```
6364
65+
### Tag: package-2021-05 and go
66+
67+
These settings apply only when `--tag=package-2021-05 --go` is specified on the command line.
68+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
69+
70+
``` yaml $(tag) == 'package-2021-05' && $(go)
71+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-05-01/$(namespace)
72+
```
73+
6474
### Tag: package-2021-03 and go
6575

6676
These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.

0 commit comments

Comments
 (0)