File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
specification/postgresql/resource-manager Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,35 @@ license-header: MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-rdbms
1010no-namespace-folders : true
1111package-version : 1.0.0b1
12+ ` ` `
13+
14+ ### Python multi-api
15+
16+ Generate all API versions currently shipped for this package
17+
18+ ` ` ` yaml $(track2)
1219clear-output-folder : true
20+ batch :
21+ - tag : package-flexibleserver-2021-06
22+ - tag : package-2020-01-01
1323` ` `
1424
15- ` ` ` yaml $(python-mode) == 'update' && $(track2)
16- no-namespace-folders : true
25+ ### Tag: package-flexibleserver-2021-06 and python
26+
27+ These settings apply only when ` --tag=package-flexibleserver-2021-06 --python` is specified on the command line.
28+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
29+
30+ ` ` ` yaml $(tag) == 'package-flexibleserver-2021-06' && $(python)
31+ namespace: azure.mgmt.rdbms.postgresql_flexibleservers
1732output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
1833` ` `
34+
35+ # ## Tag: package-2020-01-01 and python
36+
37+ These settings apply only when `--tag=package-2020-01-01 --python` is specified on the command line.
38+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39+
40+ ` ` ` yaml $(tag) == 'package-2020-01-01' && $(python)
41+ namespace: azure.mgmt.rdbms.postgresql
42+ output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
43+ ` ` `
You can’t perform that action at this time.
0 commit comments