Skip to content

Commit c08c504

Browse files
msyycJoshLove-msft
authored andcommitted
Update readme.python.md (Azure#23679)
1 parent b958b36 commit c08c504

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
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 $(track2)
6+
``` yaml $(python)
7+
title: NetworkCloudMgmtClient
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
package-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)
1617
no-namespace-folders: true
1718
output-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-
```

0 commit comments

Comments
 (0)