Skip to content

Commit 157d73f

Browse files
AlancereMilan Zolota
authored andcommitted
add batch tag iothub package-2021-03,containerinstance package-2021-07 (Azure#16113)
1 parent 3ef78c9 commit 157d73f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-07
1617
- tag: package-2021-03
1718
- tag: package-2020-11
1819
- tag: package-2019-12
@@ -26,6 +27,15 @@ batch:
2627
- tag: package-2017-08-preview
2728
```
2829
30+
### Tag: package-2021-07 and go
31+
32+
These settings apply only when `--tag=package-2021-07 --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-2021-07' && $(go)
36+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
37+
```
38+
2939
### Tag: package-2021-03 and go
3040

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

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

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

0 commit comments

Comments
 (0)