Skip to content

Commit 8dd7b05

Browse files
RAY-316msyyc
andauthored
T2 vmware (#15077)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * readme t2 config Co-authored-by: msyyc <[email protected]>
1 parent cc7cdac commit 8dd7b05

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

specification/vmware/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ swagger-to-sdk:
186186
- repo: azure-powershell
187187
- repo: azure-sdk-for-js
188188
- repo: azure-sdk-for-python
189+
- repo: azure-sdk-for-python-track2
189190
- repo: azure-sdk-for-net
190191
- repo: azure-sdk-for-go
191192
- repo: azure-sdk-for-java

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

Lines changed: 22 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
7+
```yaml $(python) && !$(track2)
88
python-mode: create
99
package-version: 0.1.0
1010
azure-arm: true
@@ -15,11 +15,30 @@ namespace: azure.mgmt.avs
1515
package-name: azure-mgmt-avs
1616
clear-output-folder: true
1717
```
18-
``` yaml $(python-mode) == 'update'
18+
```yaml $(python) && $(track2)
19+
python-mode: create
20+
package-version: 1.0.0b1
21+
azure-arm: true
22+
license-header: MICROSOFT_MIT_NO_VERSION
23+
override-client-name: AVSClient
24+
namespace: azure.mgmt.avs
25+
package-name: azure-mgmt-avs
26+
clear-output-folder: true
27+
```
28+
29+
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
30+
no-namespace-folders: true
31+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs
32+
```
33+
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
34+
basic-setup-py: true
35+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs
36+
```
37+
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
1938
no-namespace-folders: true
2039
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs/azure/mgmt/avs
2140
```
22-
``` yaml $(python-mode) == 'create'
41+
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
2342
basic-setup-py: true
2443
output-folder: $(python-sdks-folder)/compute/azure-mgmt-avs
2544
```

0 commit comments

Comments
 (0)