Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 2.22 KB

File metadata and controls

69 lines (55 loc) · 2.22 KB

Python

These settings apply only when --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>. Use --python-mode=update if you already have a setup.py and just want to update the code itself.

python:
  azure-arm: true
  license-header: MICROSOFT_MIT_NO_VERSION
  payload-flattening-threshold: 2
  package-name: azure-mgmt-rdbms
  clear-output-folder: true
  no-namespace-folders: true

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-rdbms
no-namespace-folders: true
modelerfour:
  lenient-model-deduplication: true

Python multi-api

Generate all API versions currently shipped for this package

batch:
  - tag: package-2020-01-01
  - tag: package-2020-07-01-preview
clear-output-folder: true
batch:
  - tag: package-2020-01-01
  - tag: package-2020-07-01-preview

Tag: package-2020-01-01 and python

These settings apply only when --tag=package-2020-01-01 --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.rdbms.mysql
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql
python:
  namespace: azure.mgmt.rdbms.mysql
  output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql

Tag: package-2020-07-01-preview and python

These settings apply only when --tag=package-2020-07-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.rdbms.mysql_flexibleservers
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
python:
  namespace: azure.mgmt.rdbms.mysql_flexibleservers
  output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers