Skip to content

Commit e9a6009

Browse files
authored
Add batch tag to compute and containerinstance in readme.go.md (#15299)
* servicebus readme.go.md * Go SDK Release Request,compute and containerinstance the readme.go.md add batch tag
1 parent 2a6c840 commit e9a6009

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ directive:
4545
4646
```yaml $(go) && $(multiapi)
4747
batch:
48+
- tag: package-2021-04-01
4849
- tag: package-2021-03-01
4950
- tag: package-2020-12-01
5051
- tag: package-2020-10-01-preview
@@ -69,6 +70,16 @@ batch:
6970
- tag: package-container-service-2015-11-preview
7071
```
7172
73+
### Tag: package-2021-04-01 and go
74+
75+
These settings apply only when `--tag=package-2021-04-01 --go` is specified on the command line.
76+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
77+
78+
```yaml $(tag)=='package-2021-04-01' && $(go)
79+
namespace: compute
80+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-04-01/$(namespace)
81+
```
82+
7283
### Tag: package-2021-03-01 and go
7384

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

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-03
1617
- tag: package-2020-11
1718
- tag: package-2019-12
1819
- tag: package-2018-10
@@ -25,6 +26,15 @@ batch:
2526
- tag: package-2017-08-preview
2627
```
2728
29+
### Tag: package-2021-03 and go
30+
31+
These settings apply only when `--tag=package-2021-03 --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-2021-03' && $(go)
35+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
36+
```
37+
2838
### Tag: package-2020-11 and go
2939

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

0 commit comments

Comments
 (0)