|
1 | 1 | ## Python
|
2 | 2 |
|
3 |
| - |
4 |
| -These settings apply only when `--track2` is specified on the command line. |
| 3 | +These settings apply only when `--python` is specified on the command line. |
| 4 | +Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
5 | 5 |
|
6 | 6 | ``` yaml $(python)
|
| 7 | +title: ServiceBusManagementClient |
7 | 8 | azure-arm: true
|
8 | 9 | license-header: MICROSOFT_MIT_NO_VERSION
|
9 | 10 | package-name: azure-mgmt-servicebus
|
| 11 | +namespace: azure.mgmt.servicebus |
10 | 12 | package-version: 1.0.0b1
|
11 |
| -no-namespace-folders: true |
12 | 13 | clear-output-folder: true
|
13 | 14 | ```
|
14 | 15 |
|
15 |
| -### Python multi-api |
16 |
| -
|
17 |
| -Generate all API versions currently shipped for this package |
18 |
| -
|
19 |
| -
|
20 |
| -```yaml $(python) |
21 |
| -multiapi: true |
22 |
| -default-api-version: "2021-11-01" |
23 |
| -clear-output-folder: true |
24 |
| -batch: |
25 |
| - - tag: package-2022-10-preview |
26 |
| - - tag: package-2021-11 |
27 |
| - - multiapiscript: true |
28 |
| -``` |
29 |
| -
|
30 |
| -``` yaml $(multiapiscript) |
31 |
| -output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/ |
32 |
| -perform-load: false |
33 |
| -``` |
34 |
| -
|
35 |
| -### Tag: package-2022-10-preview and python |
36 |
| -
|
37 |
| -These settings apply only when `--tag=package-2022-10-preview --python` is specified on the command line. |
38 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
39 |
| - |
40 |
| -``` yaml $(tag) == 'package-2022-10-preview' |
41 |
| -namespace: azure.mgmt.servicebus.v2022_10_01_preview |
42 |
| -output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_10_01_preview |
43 |
| -``` |
44 |
| - |
45 |
| -### Tag: package-2021-11 and python |
46 |
| - |
47 |
| -These settings apply only when `--tag=package-2021-11 --python` is specified on the command line. |
48 |
| -Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. |
49 |
| - |
50 |
| -``` yaml $(tag) == 'package-2021-11' |
51 |
| -namespace: azure.mgmt.servicebus.v2021_11_01 |
52 |
| -output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_11_01 |
| 16 | +``` yaml $(python) |
| 17 | +no-namespace-folders: true |
| 18 | +output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus |
53 | 19 | ```
|
54 | 20 |
|
55 | 21 | ``` yaml $(python)
|
|
0 commit comments