Skip to content

Commit 879692e

Browse files
Alanceremstrisoline
authored andcommitted
[Go] Add batch tag 01/13/22 (Azure#17332)
1 parent e725417 commit 879692e

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

specification/iothub/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-07-02
2425
- tag: package-2021-03
2526
- tag: package-preview-2021-03
2627
- tag: package-2020-03
@@ -34,6 +35,15 @@ batch:
3435
- tag: package-2016-02
3536
```
3637
38+
### Tag: package-2021-07-02 and go
39+
40+
These settings apply only when `--tag=package-2021-07-02 --go` is specified on the command line.
41+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
42+
43+
``` yaml $(tag) == 'package-2021-07-02' && $(go)
44+
output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-07-02/$(namespace)
45+
```
46+
3747
### Tag: package-2021-03 and go
3848

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

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ directive:
2525
2626
``` yaml $(go) && $(multiapi)
2727
batch:
28+
- tag: package-preview-2021-11
2829
- tag: package-2018-10
2930
```
3031
32+
### Tag: package-preview-2021-11 and go
33+
34+
These settings apply only when `--tag=package-preview-2021-11 --go` is specified on the command line.
35+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
36+
37+
``` yaml $(tag) == 'package-preview-2021-11' && $(go)
38+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-15-preview/$(namespace)
39+
```
40+
3141
### Tag: package-2018-10 and go
3242

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

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

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

0 commit comments

Comments
 (0)