Skip to content

Commit f2bb18a

Browse files
AlancereFredericHeem
authored andcommitted
[Go] Add batch tag 22/03/03 (Azure#18075)
1 parent 987c9e4 commit f2bb18a

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,22 @@ azure-arm: true
2020
2121
```yaml $(go) && $(multiapi)
2222
batch:
23+
- tag: package-2022-01
2324
- tag: package-preview-2021-01
2425
- tag: package-2020-10
2526
- tag: package-2020-03-01-preview
2627
```
2728
29+
### Tag: package-2022-01 and go
30+
31+
These settings apply only when `--tag=package-2022-01 --go` is specified on the command line.
32+
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33+
34+
```yaml $(tag) == 'package-2022-01' && $(go)
35+
namespace: azurestackhci
36+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-01-01/$(namespace)
37+
```
38+
2839
### Tag: package-preview-2021-01 and go
2940

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ directive:
4848
4949
```yaml $(go) && $(multiapi)
5050
batch:
51+
- tag: package-2021-12-01
5152
- tag: package-2021-11-01
5253
- tag: package-2021-08-01
5354
- tag: package-2021-07-01
@@ -76,6 +77,16 @@ batch:
7677
- tag: package-container-service-2015-11-preview
7778
```
7879
80+
### Tag: package-2021-12-01 and go
81+
82+
These settings apply only when `--tag=package-2021-12-01 --go` is specified on the command line.
83+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
84+
85+
```yaml $(tag)=='package-2021-12-01' && $(go)
86+
namespace: compute
87+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-12-01/$(namespace)
88+
```
89+
7990
### Tag: package-2021-11-01 and go
8091

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

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

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

3040
These settings apply only when `--tag=package-2017-07 --go` is specified on the command line.

0 commit comments

Comments
 (0)