File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
specification/servicenetworking/resource-manager Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,19 @@ These settings apply only when `--tag=package-2022-10-01-preview` is specified o
3737input-file:
3838 - Microsoft.ServiceNetworking/preview/2022-10-01-preview/TrafficController.json
3939` ` `
40+
41+ # Code Generation
42+
43+ # # Swagger to SDK
44+
45+ This section describes what SDK should be generated by the automatic system.
46+ This is not used by Autorest itself.
47+
48+ ` ` ` yaml $(swagger-to-sdk)
49+ swagger-to-sdk:
50+ - repo: azure-sdk-for-python-track2
51+ ` ` `
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 : ServiceNetworkingMgmtClient
8+ azure-arm : true
9+ license-header : MICROSOFT_MIT_NO_VERSION
10+ package-name : azure-mgmt-servicenetworking
11+ namespace : azure.mgmt.servicenetworking
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)/servicenetworking/azure-mgmt-servicenetworking/azure/mgmt/servicenetworking
19+ ` ` `
You can’t perform that action at this time.
0 commit comments