File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
specification/appconfiguration/resource-manager Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +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 $(python )
7+ ``` yaml !$(track2 )
88python-mode : create
99python :
1010 azure-arm : true
@@ -15,13 +15,28 @@ python:
1515 package-version : 0.1.0
1616 clear-output-folder : true
1717` ` `
18- ` ` ` yaml $(python) && $(python-mode) == 'update'
18+
19+ These settings apply only when ` --track2` is specified on the command line.
20+
21+ ` ` ` yaml $(track2)
22+ azure-arm: true
23+ license-header: MICROSOFT_MIT_NO_VERSION
24+ package-name: azure-mgmt-appconfiguration
25+ no-namespace-folders: true
26+ package-version: 0.1.0
27+ ` ` `
28+
29+ ` ` ` yaml $(python-mode) == 'update'
1930python:
2031 no-namespace-folders: true
2132 output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
33+ no-namespace-folders: true
34+ output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
2235` ` `
23- ` ` ` yaml $(python) && $(python -mode) == 'create'
36+ ` ` ` yaml $(python-mode) == 'create'
2437python:
2538 basic-setup-py: true
2639 output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
40+ basic-setup-py: true
41+ output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
2742` ` `
You can’t perform that action at this time.
0 commit comments