Skip to content

Commit

Permalink
[servicebus]Update readme.python.md (Azure#16114)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md
  • Loading branch information
msyyc authored Sep 22, 2021
1 parent 2ecc4a4 commit 1ebd7cb
Showing 1 changed file with 7 additions and 3 deletions.
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
```

0 comments on commit 1ebd7cb

Please sign in to comment.