Skip to content

Commit

Permalink
[Go] Add batch tag 03/31/2022 (Azure#18491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and FredericHeem committed May 16, 2022
1 parent 0deec35 commit d71511c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/cognitiveservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,22 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2022-03
- tag: package-2021-10
- tag: package-2021-04
- tag: package-2017-04
- tag: package-2016-02-preview
```
### Tag: package-2022-03 and go
These settings apply only when `--tag=package-2022-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-2022-03' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-03-01/$(namespace)
```

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

These settings apply only when `--tag=package-2021-10 --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 @@ -21,10 +21,20 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-11
- tag: package-2021-06
- tag: package-2018-09-01
```
### 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-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 d71511c

Please sign in to comment.