Skip to content

Commit e687f78

Browse files
authored
Create readme.python.md (#21972)
* Create readme.python.md * Update readme.md
1 parent 0b1c0be commit e687f78

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

specification/servicenetworking/resource-manager/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,19 @@ These settings apply only when `--tag=package-2022-10-01-preview` is specified o
3737
input-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)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
```

0 commit comments

Comments
 (0)