Skip to content

Commit 4b537f4

Browse files
msyycaviyerMSFT
authored andcommitted
Update readme.python.md (Azure#22547)
1 parent 806ae5e commit 4b537f4

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

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

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,22 @@
11
## Python
22

3-
These settings apply only when `--track2` is specified on the command line.
3+
These settings apply only when `--python` is specified on the command line.
4+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
45

56
``` yaml $(python)
67
azure-arm: true
78
license-header: MICROSOFT_MIT_NO_VERSION
89
package-name: azure-mgmt-commerce
10+
namespace: azure.mgmt.commerce
911
package-version: 1.0.0b1
10-
no-namespace-folders: true
11-
```
12-
13-
### Python multi-api
14-
15-
Generate all API versions currently shipped for this package
16-
17-
```yaml $(python)
18-
multiapi: true
19-
default-api-version: 2015-06-01-preview
2012
clear-output-folder: true
21-
batch:
22-
- tag: package-2015-06-preview
23-
- multiapiscript: true
2413
```
2514
26-
``` yaml $(multiapiscript)
27-
output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/
28-
perform-load: false
15+
``` yaml $(python)
16+
no-namespace-folders: true
17+
output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce
2918
```
3019
31-
### Tag: package-2015-06-preview and python
32-
33-
These settings apply only when `--tag=package-2015-06-preview --python` is specified on the command line.
34-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
35-
36-
``` yaml $(tag) == 'package-2015-06-preview'
37-
namespace: azure.mgmt.commerce.v2015_06_01_preview
38-
output-folder: $(python-sdks-folder)/commerce/azure-mgmt-commerce/azure/mgmt/commerce/v2015_06_01_preview
39-
```
4020
4121
``` yaml $(python)
4222
modelerfour:

0 commit comments

Comments
 (0)