|
2 | 2 |
|
3 | 3 | These settings apply only when `--python` is specified on the command line. |
4 | 4 | Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
5 | | -Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. |
6 | 5 |
|
7 | | -``` yaml $(python) |
8 | | -python-mode: create |
9 | | -python: |
10 | | - azure-arm: true |
11 | | - license-header: MICROSOFT_MIT_NO_VERSION |
12 | | - payload-flattening-threshold: 2 |
13 | | - namespace: azure.mgmt.blueprint |
14 | | - package-name: azure-mgmt-blueprint |
15 | | - title: BlueprintManagementClient |
16 | | - description: The Blueprint Client. |
17 | | - clear-output-folder: true |
| 6 | +``` yaml $(track2) |
| 7 | +azure-arm: true |
| 8 | +license-header: MICROSOFT_MIT_NO_VERSION |
| 9 | +package-name: azure-mgmt-blueprint |
| 10 | +no-namespace-folders: true |
| 11 | +package-version: 1.0.0b1 |
| 12 | +clear-output-folder: true |
18 | 13 | ``` |
19 | | -``` yaml $(python) && $(python-mode) == 'update' |
20 | | -python: |
21 | | - no-namespace-folders: true |
22 | | - output-folder: $(python-sdks-folder)/azure-mgmt-blueprint/azure/mgmt/blueprint |
| 14 | +
|
| 15 | +``` yaml $(python-mode) == 'update' && $(track2) |
| 16 | +no-namespace-folders: true |
| 17 | +output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint/azure/mgmt/blueprint |
| 18 | +``` |
| 19 | +
|
| 20 | +``` yaml $(python-mode) == 'create' && $(track2) |
| 21 | +basic-setup-py: true |
| 22 | +output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint |
23 | 23 | ``` |
24 | | -``` yaml $(python) && $(python-mode) == 'create' |
25 | | -python: |
26 | | - basic-setup-py: true |
27 | | - output-folder: $(python-sdks-folder)/azure-mgmt-blueprint |
28 | | -``` |
0 commit comments