|
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 |
| -These settings apply only when `--track2` is specified on the command line. |
7 | 5 |
|
8 | 6 | ``` yaml $(track2)
|
9 | 7 | azure-arm: true
|
10 | 8 | license-header: MICROSOFT_MIT_NO_VERSION
|
11 | 9 | package-name: azure-mgmt-rdbms
|
12 |
| -package-version: 1.0.0b1 |
13 | 10 | no-namespace-folders: true
|
| 11 | +package-version: 1.0.0b1 |
| 12 | +clear-output-folder: true |
14 | 13 | ```
|
15 | 14 |
|
16 |
| -### Tag: package-flexibleserver-2021-06 and python |
17 |
| -
|
18 |
| -These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line. |
19 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
20 |
| - |
21 |
| -``` yaml $(tag) == 'package-flexibleserver-2021-06' && $(python) |
22 |
| -namespace: azure.mgmt.rdbms.postgresql_flexibleservers |
23 |
| -output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers |
24 |
| -``` |
25 |
| - |
26 |
| -### Tag: package-flexibleserver-2021-06-preview and python |
27 |
| - |
28 |
| -These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line. |
29 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
30 |
| - |
31 |
| -``` yaml $(tag) == 'package-flexibleserver-2021-06-preview' && $(python) |
32 |
| -namespace: azure.mgmt.rdbms.postgresql_flexibleservers |
33 |
| -output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers |
34 |
| -``` |
35 |
| - |
36 |
| -### Tag: package-2021-03-31-privatepreview and python |
37 |
| - |
38 |
| -These settings apply only when `--tag=package-2021-03-31-privatepreview --python` is specified on the command line. |
39 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
40 |
| - |
41 |
| -``` yaml $(tag) == 'package-2021-03-31-privatepreview' && $(python) |
42 |
| -namespace: azure.mgmt.rdbms.postgresql_flexibleservers |
43 |
| -output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers |
44 |
| -``` |
45 |
| - |
46 |
| -### Tag: package-2020-01-01 and python |
47 |
| - |
48 |
| -These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line. |
49 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
50 |
| - |
51 |
| -``` yaml $(tag) == 'package-2020-01-01' && $(python) |
52 |
| -namespace: azure.mgmt.rdbms.postgresql |
53 |
| -output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql |
54 |
| -``` |
55 |
| - |
56 |
| -### Tag: package-2020-11-05-preview and python |
57 |
| - |
58 |
| -These settings apply only when `--tag=package-2020-11-05-preview --python` is specified on the command line. |
59 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
60 |
| - |
61 |
| -``` yaml $(tag) == 'package-2020-11-05-preview' && $(python) |
62 |
| -namespace: azure.mgmt.rdbms.postgresql_flexibleservers |
| 15 | +``` yaml $(python-mode) == 'update' && $(track2) |
| 16 | +no-namespace-folders: true |
63 | 17 | output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
|
64 | 18 | ```
|
0 commit comments