File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
specification/riskiq/resource-manager Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -49,4 +49,7 @@ This is not used by Autorest itself.
4949swagger-to-sdk:
5050 - repo: azure-sdk-for-python-track2
5151 - repo: azure-sdk-for-java
52- ` ` `
52+ ` ` `
53+ # # Python
54+
55+ See configuration in [readme.python.md](./readme.python.md)
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+
6+ ``` yaml $(python)
7+ title : EasmMgmtClient
8+ azure-arm : true
9+ license-header : MICROSOFT_MIT_NO_VERSION
10+ package-name : azure-mgmt-defendereasm
11+ namespace : azure.mgmt.defendereasm
12+ package-version : 1.0.0b1
13+ clear-output-folder : true
14+ ` ` `
15+
16+ ` ` ` yaml $(python)
17+ no-namespace-folders : true
18+ output-folder : $(python-sdks-folder)/defendereasm/azure-mgmt-defendereasm/azure/mgmt/defendereasm
19+ ` ` `
You can’t perform that action at this time.
0 commit comments