|
13 | 13 |
|
14 | 14 | ```yaml $(go) && $(multiapi) |
15 | 15 | batch: |
16 | | - - tag: package-composite-v1 |
17 | | - - tag: package-2019-01-preview-only |
| 16 | + - tag: package-2020-01 |
| 17 | + - tag: package-2019-01-preview |
18 | 18 | ``` |
19 | 19 |
|
20 | | -### Tag: package-composite-v1 and go |
| 20 | +### Tag: package-2020-01 and go |
21 | 21 |
|
22 | | -These settings apply only when `--tag=package-composite-v1 --go` is specified on the command line. |
| 22 | +These settings apply only when `--tag=package-2020-01 --go` is specified on the command line. |
23 | 23 | Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. |
24 | 24 |
|
25 | | -```yaml $(tag) == 'package-composite-v1' && $(go) |
26 | | -output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/v1.0/$(namespace) |
| 25 | +```yaml $(tag) == 'package-2020-01' && $(go) |
| 26 | +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-01-01/$(namespace) |
27 | 27 | ``` |
28 | | -### Tag: package-2021-03-preview-only and go |
29 | 28 |
|
30 | | -These settings apply only when `--tag=package-2021-03-preview-only --go` is specified on the command line. |
31 | | -Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. |
32 | | - |
33 | | -```yaml $(tag) == 'package-2019-01-preview-only' && $(go) |
34 | | -output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-01-01-preview/$(namespace) |
35 | | -``` |
36 | | - |
37 | | -### Tag: package-2019-01-preview-only and go |
| 29 | +### Tag: package-2019-01-preview and go |
38 | 30 |
|
39 | | -These settings apply only when `--tag=package-2019-01-preview-only --go` is specified on the command line. |
| 31 | +These settings apply only when `--tag=package-2019-01-preview --go` is specified on the command line. |
40 | 32 | Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. |
41 | 33 |
|
42 | | -```yaml $(tag) == 'package-2019-01-preview-only' && $(go) |
| 34 | +```yaml $(tag) == 'package-2019-01-preview' && $(go) |
43 | 35 | output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-01-01-preview/$(namespace) |
44 | 36 | ``` |
0 commit comments