Skip to content

Latest commit

 

History

History
123 lines (90 loc) · 4.5 KB

File metadata and controls

123 lines (90 loc) · 4.5 KB

Python

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

Python multi-api

Generate all API versions currently shipped for this package

multiapi: true
default-api-version: "2021-11-01"
clear-output-folder: true
batch:
  - tag: package-2022-10-preview
  - tag: package-2022-01-preview
  - tag: package-2021-11
  - tag: package-2021-06-preview
  - tag: package-2021-01-preview
  - tag: package-2018-01-preview
  - tag: package-2017-04
  - tag: package-2015-08
  - multiapiscript: true
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/
perform-load: false

Tag: package-2022-10-preview and python

These settings apply only when --tag=package-2022-10-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>.

namespace: azure.mgmt.servicebus.v2022_10_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_10_01_preview

Tag: package-2022-01-preview and python

These settings apply only when --tag=package-2022-01-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>.

namespace: azure.mgmt.servicebus.v2022_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2022_01_01_preview

Tag: package-2021-11 and python

These settings apply only when --tag=package-2021-11 --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>.

namespace: azure.mgmt.servicebus.v2021_11_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_11_01

Tag: package-2021-06-preview and python

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>.

namespace: azure.mgmt.servicebus.v2021_06_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_06_01_preview

Tag: package-2021-01-preview and python

These settings apply only when --tag=package-2021-01-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>.

namespace: azure.mgmt.servicebus.v2021_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_01_01_preview

Tag: package-2018-01-preview and python

These settings apply only when --tag=package-2018-01-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>.

namespace: azure.mgmt.servicebus.v2018_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2018_01_01_preview

Tag: package-2017-04 and python

These settings apply only when --tag=package-2017-04 --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>.

namespace: azure.mgmt.servicebus.v2017_04_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2017_04_01

Tag: package-2015-08 and python

These settings apply only when --tag=package-2015-08 --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>.

namespace: azure.mgmt.servicebus.v2015_08_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01
modelerfour:
  lenient-model-deduplication: true