Skip to content

Commit

Permalink
Add batch tag track1 11.18 (Azure#16798)
Browse files Browse the repository at this point in the history
* Add batch tag track1 11.18

* remove track2 section

* applicationinsights preview

* remove repo go-track2
  • Loading branch information
Alancere authored and LeiWang3 committed Mar 31, 2022
1 parent b6d184e commit 8dae14a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
10 changes: 10 additions & 0 deletions specification/apimanagement/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-08
- tag: package-preview-2021-01
- tag: package-2020-12
- tag: package-2019-12
Expand All @@ -33,6 +34,15 @@ batch:
- tag: package-2016-07
```
### Tag: package-2021-08 and go
These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-08' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
```

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

These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Expand Down
12 changes: 11 additions & 1 deletion specification/applicationinsights/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ go:
clear-output-folder: true
```
### Go mult-api
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2015-05
- tag: package-2020-02-02
- tag: package-2021-11-01
```
### Tag: package-2015-05 and go
Expand All @@ -34,3 +35,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2020-02-02' && $(go)
output-folder: $(go-sdk-folder)/services/appinsights/mgmt/2020-02-02/$(namespace)
```

### Tag: package-2021-11-01 and go

These settings apply only when `--tag=package-2021-11-01 --go` is specified on he command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-11-01' && $(go)
output-folder: $(go-sdk-folder)/services/preview/appinsights/mgmt/2021-11-01-preview/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/confluent/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-09
- tag: package-2020-03-01
- tag: package-2020-03-01-preview
- tag: package-2021-03-01-preview
```
### Tag: package-preview-2021-09 and go
These settings apply only when `--tag=package-preview-2021-09 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-preview-2021-09' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-01-preview/$(namespace)
```

### Tag: package-2020-03-01 and go

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

0 comments on commit 8dae14a

Please sign in to comment.