@@ -4,15 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml !$(track2)
8- python :
9- azure-arm : true
10- license-header : MICROSOFT_MIT_NO_VERSION
11- payload-flattening-threshold : 2
12- package-name : azure-mgmt-rdbms
13- clear-output-folder : true
14- no-namespace-folders : true
15- ` ` `
7+
168
179These settings apply only when ` --track2 ` is specified on the command line.
1810
@@ -21,26 +13,18 @@ azure-arm: true
2113license-header : MICROSOFT_MIT_NO_VERSION
2214package-name : azure-mgmt-rdbms
2315no-namespace-folders : true
24- modelerfour:
25- lenient-model-deduplication: true
16+ package-version : 1.0.0b1
2617` ` `
2718
2819### Python multi-api
2920
3021Generate all API versions currently shipped for this package
3122
32- ` ` ` yaml !$(track2)
33- batch:
34- - tag: package-2020-01-01
35- - tag: package-2020-07-01-preview
36- ` ` `
37-
3823` ` ` yaml $(track2)
3924clear-output-folder : true
4025batch :
4126 - tag : package-flexibleserver-2021-05-01-preview
4227 - tag : package-2020-01-01
43- - tag: package-2020-07-01-preview
4428` ` `
4529
4630### Tag: package-flexibleserver-2021-05-01-preview and python
@@ -51,9 +35,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
5135` ` ` yaml $(tag) == 'package-flexibleserver-2021-05-01-preview' && $(python)
5236namespace: azure.mgmt.rdbms.mysql_flexibleservers
5337output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
54- python:
55- namespace: azure.mgmt.rdbms.mysql_flexibleservers
56- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
5738` ` `
5839
5940# ## Tag: package-2020-01-01 and python
@@ -64,20 +45,9 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
6445` ` ` yaml $(tag) == 'package-2020-01-01' && $(python)
6546namespace: azure.mgmt.rdbms.mysql
6647output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql
67- python:
68- namespace: azure.mgmt.rdbms.mysql
69- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql
7048` ` `
7149
72- # ## Tag: package-2020-07-01-preview and python
73-
74- These settings apply only when `--tag=package-2020-07-01-preview --python` is specified on the command line.
75- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
76-
77- ` ` ` yaml $(tag) == 'package-2020-07-01-preview' && $(python)
78- namespace: azure.mgmt.rdbms.mysql_flexibleservers
79- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
80- python:
81- namespace: azure.mgmt.rdbms.mysql_flexibleservers
82- output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers
83- ` ` `
50+ ` ` ` yaml $(track2)
51+ modelerfour:
52+ lenient-model-deduplication: true
53+ ` ` `
0 commit comments