@@ -108,7 +108,7 @@ These settings apply only when `--python` is specified on the command line.
108108Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
109109Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
110110
111- ` ` ` yaml $(python)
111+ ` ` ` yaml $(python) && !$(track2)
112112python-mode: create
113113python:
114114 azure-arm: true
@@ -119,17 +119,39 @@ python:
119119 clear-output-folder: true
120120 package-version: 0.1.0
121121` ` `
122- ` ` ` yaml $(python) && $(python-mode) == 'update'
122+
123+ ` ` ` yaml $(python) && $(track2)
124+ python-mode: create
125+ azure-arm: true
126+ license-header: MICROSOFT_MIT_NO_VERSION
127+ namespace: azure.mgmt.marketplaceordering
128+ package-name: azure-mgmt-marketplaceordering
129+ clear-output-folder: true
130+ package-version: 1.0.0b1
131+ ` ` `
132+
133+ ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
123134python:
124135 no-namespace-folders: true
125136 output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering/azure/mgmt/marketplaceordering
126137` ` `
127- ` ` ` yaml $(python) && $(python-mode) == 'create'
138+
139+ ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
140+ no-namespace-folders: true
141+ output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering/azure/mgmt/marketplaceordering
142+ ` ` `
143+
144+ ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
128145python:
129146 basic-setup-py: true
130147 output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering
131148` ` `
132149
150+ ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
151+ basic-setup-py: true
152+ output-folder: $(python-sdks-folder)/marketplaceordering/azure-mgmt-marketplaceordering
153+ ` ` `
154+
133155Workaround invalid date-time returned by the server.
134156
135157` ` ` yaml $(python)
0 commit comments