File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
specification/scvmm/resource-manager Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
6
- ``` yaml $(track2 )
6
+ ``` yaml $(python )
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
package-name : azure-mgmt-scvmm
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.scvmm
11
11
package-version : 1.0.0b1
12
12
clear-output-folder : true
13
13
` ` `
14
14
15
- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
15
+ ` ` ` yaml $(python)
16
16
no-namespace-folders : true
17
17
output-folder : $(python-sdks-folder)/scvmm/azure-mgmt-scvmm/azure/mgmt/scvmm
18
18
` ` `
19
-
20
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/scvmm/azure-mgmt-scvmm
23
- ` ` `
You can’t perform that action at this time.
0 commit comments