Skip to content

Commit 02f6096

Browse files
nathanfalkemsyyc
andauthored
Update readme (#22452)
* updated readme * Update readme.python.md --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 7dcd41c commit 02f6096

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

specification/riskiq/resource-manager/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ This is not used by Autorest itself.
4949
swagger-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)
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: 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+
```

0 commit comments

Comments
 (0)