Skip to content

Commit 1ebd7cb

Browse files
authored
[servicebus]Update readme.python.md (Azure#16114)
* Update readme.python.md * Update readme.python.md
1 parent 2ecc4a4 commit 1ebd7cb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

specification/servicebus/resource-manager/readme.python.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ These settings apply only when `--track2` is specified on the command line.
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-servicebus
10+
package-version: 1.0.0b1
1011
no-namespace-folders: true
11-
modelerfour:
12-
lenient-model-deduplication: true
1312
```
1413
1514
### Python multi-api
@@ -39,7 +38,7 @@ perform-load: false
3938
These settings apply only when `--tag=package-2021-06-preview --python` is specified on the command line.
4039
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4140

42-
``` yaml $(tag) == 'package-2021-01-preview'
41+
``` yaml $(tag) == 'package-2021-06-preview'
4342
namespace: azure.mgmt.servicebus.v2021_06_01_preview
4443
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_06_01_preview
4544
```
@@ -83,3 +82,8 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
8382
namespace: azure.mgmt.servicebus.v2015_08_01
8483
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01
8584
```
85+
86+
``` yaml $(track2)
87+
modelerfour:
88+
lenient-model-deduplication: true
89+
```

0 commit comments

Comments
 (0)