Skip to content

Commit 73adb85

Browse files
Wzb123456789Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD)
andauthored
Update connectedvmware readme.python.md (#20143)
Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent 1b30184 commit 73adb85

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22

33
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>`.
5-
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
65

7-
```yaml $(python) && $(track2)
6+
```yaml $(python)
87
azure-arm: true
98
license-header: MICROSOFT_MIT_NO_VERSION
109
package-name: azure-mgmt-connectedvmware
11-
no-namespace-folders: true
10+
namespace: azure.mgmt.connectedvmware
1211
package-version: 1.0.0b1
1312
clear-output-folder: true
1413
```
1514
16-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1716
no-namespace-folders: true
1817
output-folder: $(python-sdks-folder)/connectedvmware/azure-mgmt-connectedvmware/azure/mgmt/connectedvmware
19-
```
20-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/connectedvmware/azure-mgmt-connectedvmware
18+
```

0 commit comments

Comments
 (0)