|
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 | 5 |
|
6 | | - |
7 | | -These settings apply only when `--python` is specified on the command line. |
8 | | - |
9 | | -``` yaml !$(track2) |
10 | | -python: |
11 | | - azure-arm: true |
12 | | - license-header: MICROSOFT_MIT_NO_VERSION |
13 | | - payload-flattening-threshold: 2 |
14 | | - package-name: azure-mgmt-resourceconnector |
15 | | - clear-output-folder: true |
16 | | - no-namespace-folders: true |
17 | | -``` |
18 | | -
|
19 | | -These settings apply only when `--track2` is specified on the command line. |
20 | | - |
21 | | -``` yaml $(track2) |
| 6 | +``` yaml $(python) |
22 | 7 | azure-arm: true |
23 | 8 | license-header: MICROSOFT_MIT_NO_VERSION |
| 9 | +package-name: azure-mgmt-resourceconnector |
24 | 10 | namespace: azure.mgmt.resourceconnector |
25 | 11 | package-version: 1.0.0b1 |
26 | | -no-namespace-folders: true |
27 | | -``` |
28 | | - |
29 | | -### Python multi-api |
30 | | - |
31 | | -Generate all API versions currently shipped for this package |
32 | | - |
33 | | -```yaml $(multiapi) && !$(track2) |
34 | | -batch: |
35 | | - - tag: package-2022-04-15-preview |
36 | | -``` |
37 | | - |
38 | | -```yaml $(multiapi) && $(track2) |
39 | 12 | clear-output-folder: true |
40 | | -batch: |
41 | | - - tag: package-2022-04-15-preview |
42 | | - - multiapiscript: true |
43 | | -``` |
44 | | - |
45 | | -``` yaml $(multiapiscript) |
46 | | -output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/ |
47 | | -clear-output-folder: false |
48 | | -perform-load: false |
49 | 13 | ``` |
50 | 14 |
|
51 | | -### Tag: package-2021-10-31-preview and python |
52 | | - |
53 | | -These settings apply only when `--tag=package-2021-10-31-preview --python` is specified on the command line. |
54 | | -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
55 | | - |
56 | | -``` yaml $(tag) == 'package-2021-10-31-preview' |
57 | | -namespace: azure.mgmt.resourceconnector.v2021-10-31-preview |
58 | | -output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/v2021-10-31-preview |
59 | | -python: |
60 | | - namespace: azure.mgmt.resourceconnector.v2021-10-31-preview |
61 | | - output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/v2021-10-31-preview |
| 15 | +``` yaml $(python) |
| 16 | +no-namespace-folders: true |
| 17 | +output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector |
62 | 18 | ``` |
63 | | - |
64 | | -### Tag: package-2022-04-15-preview and python |
65 | | - |
66 | | -These settings apply only when `--tag=package-2022-04-15-preview --python` is specified on the command line. |
67 | | -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
68 | | - |
69 | | -``` yaml $(tag) == 'package-2022-04-15-preview' |
70 | | -namespace: azure.mgmt.resourceconnector.2022-04-15-preview |
71 | | -output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/2022-04-15-preview |
72 | | -python: |
73 | | - namespace: azure.mgmt.resourceconnector.2022-04-15-preview |
74 | | - output-folder: $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/2022-04-15-preview |
75 | | -``` |
0 commit comments