Skip to content

Commit 35d74ad

Browse files
AlancereLeiWang3
authored andcommitted
Add batch tag 10/14 (Azure#16393)
* add batch tag 10/14 * fix
1 parent 41c6409 commit 35d74ad

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,21 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-preview-2021-05
1617
- tag: package-2021-03-01
1718
- tag: package-2017-12-01
1819
- tag: package-2018-07-12
1920
```
2021
22+
### Tag: package-preview-2021-05 and go
23+
24+
These settings apply only when `--tag=package-preview-2021-05 --go` is specified on the command line.
25+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+
``` yaml $(tag) == 'package-preview-2021-05' && $(go)
28+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-05-01-preview/$(namespace)
29+
```
30+
2131
### Tag: package-2021-03-01 and go
2232

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

specification/containerinstance/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-2021-09
1617
- tag: package-2021-07
1718
- tag: package-2021-03
1819
- tag: package-2020-11
@@ -27,6 +28,15 @@ batch:
2728
- tag: package-2017-08-preview
2829
```
2930
31+
### Tag: package-2021-09 and go
32+
33+
These settings apply only when `--tag=package-2021-09 --go` is specified on the command line.
34+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
35+
36+
``` yaml $(tag) == 'package-2021-09' && $(go)
37+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-09-01/$(namespace)
38+
```
39+
3040
### Tag: package-2021-07 and go
3141

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-06
1617
- tag: package-2018-09-01
1718
```
1819
20+
### Tag: package-2021-06 and go
21+
22+
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
23+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+
``` yaml $(tag)=='package-2021-06' && $(go)
26+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
27+
```
28+
1929
### Tag: package-2018-09-01 and go
2030

2131
These settings apply only when `--tag=package-2018-09-01 --go` is specified on the command line.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-composite-v2
1617
- tag: package-composite-v1
1718
- tag: package-2019-06-01-preview
1819
- tag: package-2020-12-01
1920
- tag: package-2021-03
2021
- tag: package-preview-2021-06
2122
```
2223
24+
### Tag: package-composite-v2 and go
25+
26+
These settings apply only when `--tag=package-composite-v2 --go` is specified on the command line.
27+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
28+
29+
``` yaml $(tag) == 'package-composite-v2' && $(go)
30+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v2.0/$(namespace)
31+
```
32+
2333
### Tag: package-composite-v1 and go
2434

2535
These settings apply only when `--tag=package-composite-v1 --go` is specified on the command line.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-preview-2021-11
1617
- tag: package-2021-05-01-preview
1718
```
1819
20+
### Tag: package-preview-2021-11 and go
21+
22+
These settings apply only when `--tag=package-preview-2021-11 --go` is specified on the command line.
23+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
24+
25+
```yaml $(tag) == 'package-preview-2021-11' && $(go)
26+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
27+
```
28+
1929
### Tag: package-2021-05-01-preview and go
2030

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

0 commit comments

Comments
 (0)