File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
specification/connectedvmware/resource-manager Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 22
33These settings apply only when ` --python ` is specified on the command line.
44Please 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)
87azure-arm : true
98license-header : MICROSOFT_MIT_NO_VERSION
109package-name : azure-mgmt-connectedvmware
11- no- namespace-folders : true
10+ namespace : azure.mgmt.connectedvmware
1211package-version : 1.0.0b1
1312clear-output-folder : true
1413` ` `
1514
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+ ` ` ` yaml $(python)
1716no-namespace-folders : true
1817output-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+ ` ` `
You can’t perform that action at this time.
0 commit comments