Skip to content

Commit b6a7845

Browse files
authored
[Go] Add batch tag 03/31/2022 (#18491)
1 parent a0c83df commit b6a7845

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

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

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

specification/iotcentral/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-preview-2021-11
2425
- tag: package-2021-06
2526
- tag: package-2018-09-01
2627
```
2728
29+
### Tag: package-preview-2021-11 and go
30+
31+
These settings apply only when `--tag=package-preview-2021-11 --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-preview-2021-11' && $(go)
35+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace)
36+
```
37+
2838
### Tag: package-2021-06 and go
2939

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

0 commit comments

Comments
 (0)