Skip to content

Commit a464ab2

Browse files
BigCat20196FredericHeem
authored andcommitted
Update readme.python.md (Azure#18747)
1 parent 694d1a7 commit a464ab2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@
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>`.
55

6-
``` yaml $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-scvmm
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.scvmm
1111
package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
1414
15-
``` yaml $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm/azure/mgmt/scvmm
1818
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm
23-
```

0 commit comments

Comments
 (0)