Skip to content

Commit 2c080a2

Browse files
00Kai0giromm2ms
authored andcommitted
add support track2 config (Azure#11894)
1 parent 5975242 commit 2c080a2

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

specification/support/resource-manager/readme.python.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--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)
88
python-mode: create
99
python:
1010
azure-arm: true
@@ -15,13 +15,30 @@ python:
1515
package-version: 2.0.0
1616
clear-output-folder: true
1717
```
18-
``` yaml $(python) && $(python-mode) == 'update'
18+
``` yaml $(python) && $(track2)
19+
python-mode: create
20+
azure-arm: true
21+
license-header: MICROSOFT_MIT_NO_VERSION
22+
namespace: azure.mgmt.support
23+
package-name: azure-mgmt-support
24+
package-version: 2.0.0
25+
clear-output-folder: true
26+
```
27+
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
1928
python:
2029
no-namespace-folders: true
2130
output-folder: $(python-sdks-folder)/support/azure-mgmt-support/azure/mgmt/support
2231
```
23-
``` yaml $(python) && $(python-mode) == 'create'
32+
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
2433
python:
2534
basic-setup-py: true
2635
output-folder: $(python-sdks-folder)/support/azure-mgmt-support
2736
```
37+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
38+
no-namespace-folders: true
39+
output-folder: $(python-sdks-folder)/support/azure-mgmt-support/azure/mgmt/support
40+
```
41+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
42+
basic-setup-py: true
43+
output-folder: $(python-sdks-folder)/support/azure-mgmt-support
44+
```

0 commit comments

Comments
 (0)