File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
specification/communication/resource-manager Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ This is not used by Autorest itself.
6060swagger-to-sdk:
6161 - repo: azure-powershell
6262 - repo: azure-sdk-for-net
63- - repo: azure-sdk-for-python
6463 - repo: azure-sdk-for-python-track2
6564 - repo: azure-sdk-for-go
6665 - repo: azure-sdk-for-js
Original file line number Diff line number Diff line change 33These settings apply only when ` --python ` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6-
7-
8- ``` yaml !$(track2)
9- python-mode : create
10- python :
11- azure-arm : true
12- license-header : MICROSOFT_MIT_NO_VERSION
13- payload-flattening-threshold : 2
14- namespace : azure.mgmt.communication
15- package-name : azure-mgmt-communication
16- package-version : 1.0.0
17- clear-output-folder : true
18- ` ` `
19-
20- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
21- python :
22- no-namespace-folders : true
23- output-folder : $(python-sdks-folder)/communication/azure-mgmt-communication/azure/mgmt/communication
24- ` ` `
25-
26- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
27- python :
28- basic-setup-py : true
29- output-folder : $(python-sdks-folder)/communication/azure/mgmt/communication
30- ` ` `
31-
32-
336These settings apply only when ` --track2 ` is specified on the command line.
347
358``` yaml $(track2)
You can’t perform that action at this time.
0 commit comments