File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
specification/servicebus/resource-manager Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ These settings apply only when `--track2` is specified on the command line.
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-servicebus
10+ package-version : 1.0.0b1
1011no-namespace-folders : true
11- modelerfour :
12- lenient-model-deduplication : true
1312` ` `
1413
1514### Python multi-api
@@ -39,7 +38,7 @@ perform-load: false
3938These settings apply only when ` --tag=package-2021-06-preview --python` is specified on the command line.
4039Please 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'
4342namespace: azure.mgmt.servicebus.v2021_06_01_preview
4443output-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
8382namespace: azure.mgmt.servicebus.v2015_08_01
8483output-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+ ` ` `
You can’t perform that action at this time.
0 commit comments