|
54 | 54 | - tag: package-2017-03-01-preview-only
|
55 | 55 | - tag: package-2016-09-01-only
|
56 | 56 | - tag: package-2016-03-01-only
|
57 |
| - - tag: package-2015-07-01-only |
58 |
| - - tag: package-2015-04-01-only |
| 57 | + - tag: package-2015-07-01-python-only |
| 58 | + - tag: package-2015-04-01-python-only |
| 59 | + - tag: package-2014-04-01-only |
59 | 60 | - multiapiscript: true
|
60 | 61 | ```
|
61 | 62 |
|
@@ -381,22 +382,32 @@ namespace: $(python-base-namespace).v2016_03_01
|
381 | 382 | output-folder: $(python-sdks-folder)/$(python-base-folder)/v2016_03_01
|
382 | 383 | ```
|
383 | 384 |
|
384 |
| -### Tag: package-2015-07-01-only and python |
| 385 | +### Tag: package-2015-07-01-python-only and python |
385 | 386 |
|
386 |
| -These settings apply only when `--tag=package-2015-07-01-only --python` is specified on the command line. |
| 387 | +These settings apply only when `--tag=package-2015-07-01-python-only --python` is specified on the command line. |
387 | 388 | Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
|
388 | 389 |
|
389 |
| -``` yaml $(tag) == 'package-2015-07-01-only' |
| 390 | +``` yaml $(tag) == 'package-2015-07-01-python-only' |
390 | 391 | namespace: $(python-base-namespace).v2015_07_01
|
391 | 392 | output-folder: $(python-sdks-folder)/$(python-base-folder)/v2015_07_01
|
392 | 393 | ```
|
393 | 394 |
|
394 |
| -### Tag: package-2015-04-01-only and python |
| 395 | +### Tag: package-2015-04-01-python-only and python |
395 | 396 |
|
396 |
| -These settings apply only when `--tag=package-2015-04-01-only --python` is specified on the command line. |
| 397 | +These settings apply only when `--tag=package-2015-04-01-python-only --python` is specified on the command line. |
397 | 398 | Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
|
398 | 399 |
|
399 |
| -``` yaml $(tag) == 'package-2015-04-01-only' |
| 400 | +``` yaml $(tag) == 'package-2015-04-01-python-only' |
400 | 401 | namespace: $(python-base-namespace).v2015_04_01
|
401 | 402 | output-folder: $(python-sdks-folder)/$(python-base-folder)/v2015_04_01
|
402 | 403 | ```
|
| 404 | + |
| 405 | +### Tag: package-2014-04-01-only and python |
| 406 | + |
| 407 | +These settings apply only when `--tag=package-2014-04-01-only --python` is specified on the command line. |
| 408 | +Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
| 409 | + |
| 410 | +``` yaml $(tag) == 'package-2014-04-01-only' |
| 411 | +namespace: $(python-base-namespace).v2014_04_01 |
| 412 | +output-folder: $(python-sdks-folder)/$(python-base-folder)/v2014_04_01 |
| 413 | +``` |
0 commit comments