File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
specification/hdinsight/resource-manager Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,13 @@ This is not used by Autorest itself.
61
61
` ` ` yaml $(swagger-to-sdk)
62
62
swagger-to-sdk:
63
63
- repo: azure-sdk-for-go
64
+ - repo: azure-libraries-for-java
65
+ - repo: azure-sdk-for-python
64
66
` ` `
65
67
68
+ # # Python
69
+
70
+ See configuration in [readme.python.md](./readme.python.md)
66
71
67
72
# # Go
68
73
Original file line number Diff line number Diff line change
1
+ ## Python
2
+
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> ` .
5
+ Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
+
7
+ ``` yaml $(python)
8
+ python-mode : create
9
+ python :
10
+ azure-arm : true
11
+ license-header : MICROSOFT_MIT_NO_VERSION
12
+ payload-flattening-threshold : 2
13
+ namespace : azure.mgmt.hdinsight
14
+ package-name : azure-mgmt-hdinsight
15
+ package-version : 0.1.0
16
+ clear-output-folder : true
17
+ ` ` `
18
+ ` ` ` yaml $(python) && $(python-mode) == 'update'
19
+ python :
20
+ no-namespace-folders : true
21
+ output-folder : $(python-sdks-folder)/azure-mgmt-hdinsight/azure/mgmt/hdinsight
22
+ ` ` `
23
+ ` ` ` yaml $(python) && $(python-mode) == 'create'
24
+ python :
25
+ basic-setup-py : true
26
+ output-folder : $(python-sdks-folder)/azure-mgmt-hdinsight
27
+ ` ` `
You can’t perform that action at this time.
0 commit comments