Skip to content

Commit ad69e36

Browse files
AlancereLeiwang3SQL
authored andcommitted
Add batch tag imagebuilder package-2021-10 (Azure#17018)
1 parent 44bce2f commit ad69e36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,22 @@ These settings apply only when `--go` is specified on the command line.
1212
1313
``` yaml $(go) && $(multiapi)
1414
batch:
15+
- tag: package-2021-10
1516
- tag: package-2020-02
1617
- tag: package-2018-02
1718
- tag: package-2019-02
1819
- tag: package-preview-2019-05
1920
```
2021
22+
### Tag: package-2021-10
23+
24+
These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.
25+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
26+
27+
``` yaml $(tag) == 'package-2021-10' && $(go)
28+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-10-01/$(namespace)
29+
```
30+
2131
### Tag: package-2020-02
2232

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

0 commit comments

Comments
 (0)