File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
specification/relay/resource-manager Expand file tree Collapse file tree 1 file changed +16
-1
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 $(python) && !$(track2)
88python-mode : create
99python :
1010 azure-arm : true
@@ -15,12 +15,27 @@ python:
1515 package-version : 0.2.0
1616 clear-output-folder : true
1717` ` `
18+
19+ ` ` ` yaml $(python) && $(track2)
20+ python-mode : create
21+ azure-arm : true
22+ license-header : MICROSOFT_MIT_NO_VERSION
23+ namespace : azure.mgmt.relay
24+ package-name : azure-mgmt-relay
25+ package-version : 1.0.0b1
26+ clear-output-folder : true
27+ ` ` `
28+
1829` ` ` yaml $(python) && $(python-mode) == 'update'
30+ no-namespace-folders : true
31+ output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay
1932python :
2033 no-namespace-folders : true
2134 output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay
2235` ` `
2336` ` ` yaml $(python) && $(python-mode) == 'create'
37+ basic-setup-py : true
38+ output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay
2439python :
2540 basic-setup-py : true
2641 output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay
You can’t perform that action at this time.
0 commit comments