Skip to content

Commit c5437ef

Browse files
authored
track1 add batch tag compute (#15800)
1 parent 0ef11e2 commit c5437ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ directive:
4848
4949
```yaml $(go) && $(multiapi)
5050
batch:
51+
- tag: package-2021-07-01
5152
- tag: package-2021-04-01
5253
- tag: package-2021-03-01
5354
- tag: package-2020-12-01
@@ -73,6 +74,16 @@ batch:
7374
- tag: package-container-service-2015-11-preview
7475
```
7576
77+
### Tag: package-2021-07-01 and go
78+
79+
These settings apply only when `--tag=package-2021-07-01 --go` is specified on the command line.
80+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
81+
82+
```yaml $(tag)=='package-2021-07-01' && $(go)
83+
namespace: compute
84+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace)
85+
```
86+
7687
### Tag: package-2021-04-01 and go
7788

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

0 commit comments

Comments
 (0)