Skip to content

Commit 11f5ca6

Browse files
authored
Add batch tag track1 11.18 (Azure#16798)
* Add batch tag track1 11.18 * remove track2 section * applicationinsights preview * remove repo go-track2
1 parent a136560 commit 11f5ca6

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

specification/apimanagement/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-08
2425
- tag: package-preview-2021-01
2526
- tag: package-2020-12
2627
- tag: package-2019-12
@@ -33,6 +34,15 @@ batch:
3334
- tag: package-2016-07
3435
```
3536
37+
### Tag: package-2021-08 and go
38+
39+
These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.
40+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
41+
42+
``` yaml $(tag) == 'package-2021-08' && $(go)
43+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
44+
```
45+
3646
### Tag: package-preview-2021-01 and go
3747

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

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ go:
99
clear-output-folder: true
1010
```
1111
12-
### Go mult-api
12+
### Go multi-api
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
1616
- tag: package-2015-05
1717
- tag: package-2020-02-02
18+
- tag: package-2021-11-01
1819
```
1920
2021
### Tag: package-2015-05 and go
@@ -34,3 +35,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
3435
``` yaml $(tag) == 'package-2020-02-02' && $(go)
3536
output-folder: $(go-sdk-folder)/services/appinsights/mgmt/2020-02-02/$(namespace)
3637
```
38+
39+
### Tag: package-2021-11-01 and go
40+
41+
These settings apply only when `--tag=package-2021-11-01 --go` is specified on he command line.
42+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
43+
44+
``` yaml $(tag) == 'package-2021-11-01' && $(go)
45+
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2021-11-01-preview/$(namespace)
46+
```

specification/confluent/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-09
1617
- tag: package-2020-03-01
1718
- tag: package-2020-03-01-preview
1819
- tag: package-2021-03-01-preview
1920
```
2021
22+
### Tag: package-preview-2021-09 and go
23+
24+
These settings apply only when `--tag=package-preview-2021-09 --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-09' && $(go)
28+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-01-preview/$(namespace)
29+
```
30+
2131
### Tag: package-2020-03-01 and go
2232

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

0 commit comments

Comments
 (0)