Skip to content

Commit

Permalink
Add batch tag 10/14 (Azure#16393)
Browse files Browse the repository at this point in the history
* add batch tag 10/14

* fix
  • Loading branch information
Alancere authored Oct 14, 2021
1 parent b0ba6b6 commit bd64220
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/botservice/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-05
- tag: package-2021-03-01
- tag: package-2017-12-01
- tag: package-2018-07-12
```
### Tag: package-preview-2021-05 and go
These settings apply only when `--tag=package-preview-2021-05 --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-05' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-05-01-preview/$(namespace)
```

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

These settings apply only when `--tag=package-2021-03-01 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/containerinstance/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-09
- tag: package-2021-07
- tag: package-2021-03
- tag: package-2020-11
Expand All @@ -27,6 +28,15 @@ batch:
- tag: package-2017-08-preview
```
### Tag: package-2021-09 and go
These settings apply only when `--tag=package-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-2021-09' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-09-01/$(namespace)
```

### Tag: package-2021-07 and go

These settings apply only when `--tag=package-2021-07 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/iotcentral/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,19 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-06
- tag: package-2018-09-01
```
### Tag: package-2021-06 and go
These settings apply only when `--tag=package-2021-06 --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-06' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-06-01/$(namespace)
```

### Tag: package-2018-09-01 and go

These settings apply only when `--tag=package-2018-09-01 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/synapse/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-composite-v2
- tag: package-composite-v1
- tag: package-2019-06-01-preview
- tag: package-2020-12-01
- tag: package-2021-03
- tag: package-preview-2021-06
```
### Tag: package-composite-v2 and go
These settings apply only when `--tag=package-composite-v2 --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-composite-v2' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/v2.0/$(namespace)
```

### Tag: package-composite-v1 and go

These settings apply only when `--tag=package-composite-v1 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/videoanalyzer/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,19 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-11
- tag: package-2021-05-01-preview
```
### Tag: package-preview-2021-11 and go
These settings apply only when `--tag=package-preview-2021-11 --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-11' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
```

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

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

0 comments on commit bd64220

Please sign in to comment.