File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
specification/dnsresolver/resource-manager Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ This is not used by Autorest itself.
4848` ` ` yaml $(swagger-to-sdk)
4949swagger-to-sdk:
5050 - repo: azure-sdk-for-net
51+ - repo: azure-sdk-for-python-track2
5152` ` `
5253
5354# # C#
@@ -65,6 +66,10 @@ csharp:
6566 clear-output-folder: true
6667` ` `
6768
69+ # # Python
70+
71+ See configuration in [readme.python.md](./readme.python.md)
72+
6873# # Suppression
6974
7075` ` ` yaml
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 $(track2)
7+ azure-arm : true
8+ license-header : MICROSOFT_MIT_NO_VERSION
9+ package-name : azure-mgmt-dnsresolver
10+ no-namespace-folders : true
11+ package-version : 1.0.0b1
12+ clear-output-folder : true
13+ ` ` `
14+
15+ ` ` ` yaml $(python-mode) == 'update' && $(track2)
16+ no-namespace-folders : true
17+ output-folder : $(python-sdks-folder)/dnsresolver/azure-mgmt-dnsresolver/azure/mgmt/dnsresolver
18+ ` ` `
19+
20+ ` ` ` yaml $(python-mode) == 'create' && $(track2)
21+ basic-setup-py : true
22+ output-folder : $(python-sdks-folder)/dnsresolver/azure-mgmt-dnsresolver
23+ ` ` `
You can’t perform that action at this time.
0 commit comments