Skip to content

Commit

Permalink
[Go] Add batch tag 01/13/22 (Azure#17332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and mstrisoline committed Feb 1, 2022
1 parent e725417 commit 879692e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/iothub/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-07-02
- tag: package-2021-03
- tag: package-preview-2021-03
- tag: package-2020-03
Expand All @@ -34,6 +35,15 @@ batch:
- tag: package-2016-02
```
### Tag: package-2021-07-02 and go
These settings apply only when `--tag=package-2021-07-02 --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-07-02' && $(go)
output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-07-02/$(namespace)
```

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

These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/labservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,19 @@ directive:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-11
- tag: package-2018-10
```
### 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-15-preview/$(namespace)
```

### Tag: package-2018-10 and go

These settings apply only when `--tag=package-2018-10 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/web/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-03
- tag: package-2021-02
- tag: package-2021-01-15
- tag: package-2020-12
Expand All @@ -32,6 +33,15 @@ batch:
- tag: package-2015-08-preview
```
### Tag: package-2021-03 and go
These settings apply only when `--tag=package-2021-03 --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-03' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
```

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

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

0 comments on commit 879692e

Please sign in to comment.