Skip to content

Commit

Permalink
[Go] Add batch tag 20220224 (#17979)
Browse files Browse the repository at this point in the history
* [Go] Add batch tag 20220224

* remove healthcareapis
  • Loading branch information
Alancere authored Feb 24, 2022
1 parent 59eb5a7 commit 23cd65e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specification/azure-kusto/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-2022-02
- tag: package-2021-08-27
- tag: package-2021-01
- tag: package-2020-09-18
Expand All @@ -32,6 +33,16 @@ batch:
- tag: package-2020-02-15
- tag: package-2020-06-14
```
### Tag: package-2022-02 and go
These settings apply only when `--tag=package-2022-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-2022-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-02-01/$(namespace)
```

### Tag: package-2021-08-27 and go

These settings apply only when `--tag=package-2021-08-27 --go` is specified on the command line.
Expand All @@ -40,6 +51,7 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
``` yaml $(tag) == 'package-2021-08-27' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-27/$(namespace)
```

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

These settings apply only when `--tag=package-2021-01 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/cosmos-db/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-preview-2021-11
- tag: package-2021-10
- tag: package-2021-07-preview
- tag: package-2021-06
Expand All @@ -40,6 +41,15 @@ batch:
- tag: package-2015-04
```
### 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/cosmos-db/mgmt/2021-11-15-preview/$(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/sqlvirtualmachine/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2021-11
- tag: package-2017-03-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-2017-03-01-preview and go

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

0 comments on commit 23cd65e

Please sign in to comment.