Skip to content

Commit 23cd65e

Browse files
authored
[Go] Add batch tag 20220224 (#17979)
* [Go] Add batch tag 20220224 * remove healthcareapis
1 parent 59eb5a7 commit 23cd65e

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

specification/azure-kusto/resource-manager/readme.go.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2022-02
2425
- tag: package-2021-08-27
2526
- tag: package-2021-01
2627
- tag: package-2020-09-18
@@ -32,6 +33,16 @@ batch:
3233
- tag: package-2020-02-15
3334
- tag: package-2020-06-14
3435
```
36+
37+
### Tag: package-2022-02 and go
38+
39+
These settings apply only when `--tag=package-2022-02 --go` is specified on the command line.
40+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
41+
42+
``` yaml $(tag) == 'package-2022-02' && $(go)
43+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-02-01/$(namespace)
44+
```
45+
3546
### Tag: package-2021-08-27 and go
3647

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

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

specification/cosmos-db/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-preview-2021-11
2425
- tag: package-2021-10
2526
- tag: package-2021-07-preview
2627
- tag: package-2021-06
@@ -40,6 +41,15 @@ batch:
4041
- tag: package-2015-04
4142
```
4243
44+
### Tag: package-preview-2021-11 and go
45+
46+
These settings apply only when `--tag=package-preview-2021-11 --go` is specified on the command line.
47+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
48+
49+
``` yaml $(tag) == 'package-preview-2021-11' && $(go)
50+
output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2021-11-15-preview/$(namespace)
51+
```
52+
4353
### Tag: package-2021-10 and go
4454

4555
These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.

specification/sqlvirtualmachine/resource-manager/readme.go.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,19 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-preview-2021-11
2425
- tag: package-2017-03-01-preview
2526
```
2627
28+
### Tag: package-preview-2021-11 and go
29+
30+
These settings apply only when `--tag=package-preview-2021-11 --go` is specified on the command line.
31+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32+
33+
``` yaml $(tag) == 'package-preview-2021-11' && $(go)
34+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
35+
```
36+
2737
### Tag: package-2017-03-01-preview and go
2838

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

0 commit comments

Comments
 (0)