Skip to content

Commit 09a2c0f

Browse files
authored
add relay track2 config (Azure#11495)
1 parent 36453ab commit 09a2c0f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
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,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
1932
python:
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
2439
python:
2540
basic-setup-py: true
2641
output-folder: $(python-sdks-folder)/relay/azure-mgmt-relay

0 commit comments

Comments
 (0)