Skip to content

Commit 7396250

Browse files
AlancereLeiWang3
authored andcommitted
[Go] compute add batch -package-2021-11-01 (Azure#17420)
1 parent b93b09d commit 7396250

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

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

0 commit comments

Comments
 (0)