Skip to content

Commit 7816ad3

Browse files
authored
Create readme.python.md (#20864)
* Create readme.python.md * Update readme.md
1 parent 5cc8f4a commit 7816ad3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

specification/developerhub/resource-manager/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,13 @@ This is not used by Autorest itself.
5050
```yaml $(swagger-to-sdk)
5151
swagger-to-sdk:
5252
- repo: azure-sdk-for-go
53+
- repo: azure-sdk-for-python-track2
5354
```
5455

56+
## Python
57+
58+
See configuration in [readme.python.md](./readme.python.md)
59+
5560
## Go
5661

5762
See configuration in [readme.go.md](./readme.go.md)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
azure-arm: true
8+
license-header: MICROSOFT_MIT_NO_VERSION
9+
package-name: azure-mgmt-devhub
10+
namespace: azure.mgmt.devhub
11+
package-version: 1.0.0b1
12+
clear-output-folder: true
13+
```
14+
15+
``` yaml $(python)
16+
no-namespace-folders: true
17+
output-folder: $(python-sdks-folder)/devhub/azure-mgmt-devhub/azure/mgmt/devhub
18+
```

0 commit comments

Comments
 (0)