Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions specification/servicebus/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ These settings apply only when `--track2` is specified on the command line.
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-servicebus
package-version: 1.0.0b1
no-namespace-folders: true
modelerfour:
lenient-model-deduplication: true
```

### Python multi-api
Expand Down Expand Up @@ -39,7 +38,7 @@ perform-load: false
These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2021-01-preview'
``` yaml $(tag) == 'package-2021-06-preview'
namespace: azure.mgmt.servicebus.v2021_06_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_06_01_preview
```
Expand Down Expand Up @@ -83,3 +82,8 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
namespace: azure.mgmt.servicebus.v2015_08_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01
```

``` yaml $(track2)
modelerfour:
lenient-model-deduplication: true
```