File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
specification/healthbot/resource-manager Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ This is not used by Autorest itself.
8484
8585` ` ` yaml $(swagger-to-sdk)
8686swagger-to-sdk:
87- - repo: azure-sdk-for-python
87+ - repo: azure-sdk-for-python-track2
8888 - repo: azure-sdk-for-java
8989 - repo: azure-sdk-for-js
9090 - repo: azure-sdk-for-ruby
Original file line number Diff line number Diff line change @@ -4,18 +4,15 @@ These 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> ` .
55
66``` yaml $(python)
7- python :
8- azure-arm : true
9- license-header : MICROSOFT_MIT_NO_VERSION
10- payload-flattening-threshold : 2
11- namespace : azure.mgmt.healthbot
12- package-name : azure-mgmt-healthbot
13- package-version : 2020-10-20-preview
14- clear-output-folder : true
7+ azure-arm : true
8+ license-header : MICROSOFT_MIT_NO_VERSION
9+ namespace : azure.mgmt.healthbot
10+ package-name : azure-mgmt-healthbot
11+ package-version : 2020-10-20-preview
12+ clear-output-folder : true
1513` ` `
1614
1715` ` ` yaml $(python)
18- python :
19- no-namespace-folders : true
20- output-folder : $(python-sdks-folder)/healthbot/azure-mgmt-healthbot/azure/mgmt/healthbot
16+ no-namespace-folders : true
17+ output-folder : $(python-sdks-folder)/healthbot/azure-mgmt-healthbot/azure/mgmt/healthbot
2118` ` `
You can’t perform that action at this time.
0 commit comments