Skip to content

Commit dadffb0

Browse files
AlancereLeiWang3
authored andcommitted
Add batch tag for release track1 (Azure#17111)
1 parent 820192d commit dadffb0

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,19 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2021-04-30-preview
2425
- tag: package-2020-06-30-preview
2526
```
2627
28+
### Tag: package-2021-04-30-preview and go
29+
30+
These settings apply only when `--tag=package-2021-04-30-preview --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-2021-04-30-preview' && $(go)
34+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-04-30-preview/$(namespace)
35+
```
36+
2737
### Tag: package-2020-06-30-preview and go
2838

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ azure-arm: true
2323
batch:
2424
- tag: package-2021-05
2525
- tag: package-2021-03
26+
- tag: package-2021-03-preview
2627
- tag: package-2021-02
2728
- tag: package-2020-11
2829
- tag: package-2020-08
@@ -80,6 +81,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
8081
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
8182
```
8283

84+
### Tag: package-2021-03-preview and go
85+
86+
These settings apply only when `--tag=package-2021-03-preview --go` is specified on the command line.
87+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
88+
89+
``` yaml $(tag) == 'package-2021-03-preview' && $(go)
90+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-03-01-preview/$(namespace)
91+
```
92+
8393
### Tag: package-2021-02 and go
8494

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,19 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2021-08
2425
- tag: package-2016-06
2526
```
2627
28+
### Tag: package-2021-08 and go
29+
30+
These settings apply only when `--tag=package-2021-08 --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-2021-08' && $(go)
34+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
35+
```
36+
2737
### Tag: package-2016-06 and go
2838

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

0 commit comments

Comments
 (0)