Skip to content

Commit d045209

Browse files
authored
[Go]Add batch tag 04/07/22 (#18589)
1 parent eecf176 commit d045209

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ batch:
2828
- tag: package-2018-09-01-preview
2929
- tag: package-2020-04-01-preview
3030
- tag: package-2020-10-01-preview
31+
- tag: package-2020-10-01
3132
```
3233
3334
### Tag: package-2015-07-01 and go
@@ -92,3 +93,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
9293
``` yaml $(tag) == 'package-2020-10-01-preview' && $(go)
9394
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-01-preview/$(namespace)
9495
```
96+
97+
### Tag: package-2020-10-01 and go
98+
99+
These settings apply only when `--tag=package-2020-10-01 --go` is specified on the command line.
100+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
101+
102+
``` yaml $(tag) == 'package-2020-10-01' && $(go)
103+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-01/$(namespace)
104+
```

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

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

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

0 commit comments

Comments
 (0)