File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
specification/networkcloud/resource-manager Expand file tree Collapse file tree 1 file changed +6
-10
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 $(track2)
6+ ``` yaml $(python)
7+ title : NetworkCloudMgmtClient
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010package-name : azure-mgmt-networkcloud
11- no-namespace-folders : true
12- package-version : 2022-12-12-preview
11+ namespace : azure.mgmt.networkcloud
12+ package-version : 1.0.0b1
13+ clear-output-folder : true
1314` ` `
1415
15- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
16+ ` ` ` yaml $(python)
1617no-namespace-folders : true
1718output-folder : $(python-sdks-folder)/networkcloud/azure-mgmt-networkcloud/azure/mgmt/networkcloud
1819` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/networkcloud/azure-mgmt-networkcloud
23- ` ` `
You can’t perform that action at this time.
0 commit comments