Skip to content

Commit

Permalink
[Go]Add batch tag 220210 (Azure#17749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Feb 10, 2022
1 parent 0e88e4e commit f75c850
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/automation/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ batch:
- tag: package-2018-06-preview
- tag: package-2019-06
- tag: package-2020-01-13-preview
- tag: package-2021-06-22
```
### Tag: package-2015-10 and go
Expand Down Expand Up @@ -78,4 +79,13 @@ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2019-06-01/$(namespac

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

### Tag: package-2021-06-22 and go

These settings apply only when `--tag=package-2021-06-22 --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-22' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-06-22-preview/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/datamigration/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ batch:
- tag: package-2018-03-31-preview
- tag: package-2018-04-19
- tag: package-2018-07-15-preview
- tag: package-preview-2021-10
```
Expand Down Expand Up @@ -55,3 +56,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag)=='package-2018-07-15-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-07-15-preview/$(namespace)
```

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

These settings apply only when `--tag=package-preview-2021-10 --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-10' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-10-30-preview/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/recoveryservicesbackup/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-12
- tag: package-2021-07
- tag: package-2021-01
- tag: package-2020-12
Expand All @@ -32,6 +33,15 @@ batch:
- tag: package-2016-06
```
### Tag: package-2021-12 and go
These settings apply only when `--tag=package-2021-12 --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-12' && $(go)
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-12-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/storage/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ modelerfour:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-08
- tag: package-2021-06
- tag: package-2021-04
- tag: package-2021-02
Expand All @@ -43,6 +44,15 @@ batch:
- tag: package-2015-05-preview
```
### 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-2021-06 and go

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

0 comments on commit f75c850

Please sign in to comment.