Skip to content

Commit 6a38cb1

Browse files
RAY-316msyyc
andauthored
Hdinsight t2 config (#14604)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * readme t2 config * modelerfour config * Update readme.python.md Co-authored-by: msyyc <[email protected]>
1 parent 5f9965c commit 6a38cb1

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

specification/hdinsight/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ swagger-to-sdk:
156156
- repo: azure-sdk-for-go
157157
- repo: azure-sdk-for-java
158158
- repo: azure-sdk-for-python
159+
- repo: azure-sdk-for-python-track2
159160
- repo: azure-sdk-for-js
160161
- repo: azure-sdk-for-node
161162
- repo: azure-resource-manager-schemas

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

Lines changed: 23 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,33 @@ python:
1515
package-version: 0.1.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.hdinsight
23+
package-name: azure-mgmt-hdinsight
24+
package-version: 1.0.0b1
25+
clear-output-folder: true
26+
modelerfour:
27+
lenient-model-deduplication: true
28+
```
29+
30+
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
1931
python:
2032
no-namespace-folders: true
2133
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsight/azure/mgmt/hdinsight
2234
```
23-
``` yaml $(python) && $(python-mode) == 'create'
35+
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
2436
python:
2537
basic-setup-py: true
2638
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsight
2739
```
40+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
41+
no-namespace-folders: true
42+
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsight/azure/mgmt/hdinsight
43+
```
44+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
45+
basic-setup-py: true
46+
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsight
47+
```

0 commit comments

Comments
 (0)