@@ -144,7 +144,7 @@ These settings apply only when `--python` is specified on the command line.
144144Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
145145Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
146146
147- ` ` ` yaml $(python)
147+ ` ` ` yaml $(python) && !$(track2)
148148python-mode: create
149149python:
150150 azure-arm: true
@@ -154,16 +154,34 @@ python:
154154 package-name: azure-mgmt-rdbms
155155 clear-output-folder: true
156156` ` `
157- ` ` ` yaml $(python) && $(python-mode) == 'update'
157+ ` ` ` yaml $(python) && $(track2)
158+ python-mode: create
159+ azure-arm: true
160+ license-header: MICROSOFT_MIT_NO_VERSION
161+ namespace: azure.mgmt.rdbms.mariadb
162+ package-name: azure-mgmt-rdbms
163+ clear-output-folder: true
164+ modelerfour:
165+ lenient-model-deduplication: true
166+ ` ` `
167+ ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
158168python:
159169 no-namespace-folders: true
160170 output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mariadb
161171` ` `
162- ` ` ` yaml $(python) && $(python-mode) == 'create'
172+ ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
163173python:
164174 basic-setup-py: true
165175 output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms
166176` ` `
177+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
178+ no-namespace-folders: true
179+ output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mariadb
180+ ` ` `
181+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
182+ basic-setup-py: true
183+ output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms
184+ ` ` `
167185
168186# # Go
169187
0 commit comments