Skip to content

Commit 8fbfa57

Browse files
Alancerevisingl
authored andcommitted
[Go]Add batch tag 2022/03/24 (#18384)
1 parent 06b5585 commit 8fbfa57

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

specification/hardwaresecuritymodules/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-2021-11
2425
- tag: package-2018-10
2526
```
2627
28+
### Tag: package-2021-11 and go
29+
30+
These settings apply only when `--tag=package-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-2021-11' && $(go)
34+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-11-30/$(namespace)
35+
```
36+
2737
### Tag: package-2018-10 and go
2838

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

specification/mediaservices/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-2021-11
2425
- tag: package-2021-06
2526
- tag: package-2021-05
2627
- tag: package-2020-05
@@ -31,6 +32,15 @@ batch:
3132
- tag: package-2019-05-preview
3233
```
3334
35+
### Tag: package-2021-11 and go
36+
37+
These settings apply only when `--tag=package-2021-11 --go` is specified on the command line.
38+
Please also specify the `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
39+
40+
```yaml $(tag) == 'package-2021-11' && $(go)
41+
output-folder: $(go-sdk-folder)/services/mediaservices/mgmt/2021-11-01/$(namespace)
42+
```
43+
3444
### Tag: package-2021-06 and go
3545

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

0 commit comments

Comments
 (0)