Skip to content

Commit ac40996

Browse files
authored
Compute add batch tag package-2021-08-01 (Azure#17254)
1 parent acde205 commit ac40996

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-08-01
5152
- tag: package-2021-07-01
5253
- tag: package-2021-04-01
5354
- tag: package-2021-03-01
@@ -74,6 +75,16 @@ batch:
7475
- tag: package-container-service-2015-11-preview
7576
```
7677
78+
### Tag: package-2021-08-01 and go
79+
80+
These settings apply only when `--tag=package-2021-08-01 --go` is specified on the command line.
81+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
82+
83+
```yaml $(tag)=='package-2021-08-01' && $(go)
84+
namespace: compute
85+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
86+
```
87+
7788
### Tag: package-2021-07-01 and go
7889

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

0 commit comments

Comments
 (0)